Quantcast
Channel: 懒得折腾
Viewing all articles
Browse latest Browse all 764

Rust + STM32

$
0
0
  1. https://fdi.sk/posts/embedded-life/ use rust + stm32 to develop life game for desktop, raspberry pi, and stm32 (maple mini). https://github.com/simeonmiteff/embedded-life (I2C) stm32f1xx-hal 0.7
  2. https://blog.tonari.no/rust-simple-hardware-project use black pill to develop https://github.com/tonarino/panel-firmware
  3. https://cgit.pinealservo.com/BluePill_Rust/resources/src/branch/master/notes.org. Notes for blue pill
  4. https://deathwish.info/2020/07/19/rust-stm32/ use blue pill to connect bme 280 (I2C) stm32f1xx-hal 0.6
  5. https://jonathanklimt.de/electronics/programming/embedded-rust/rust-on-stm32-2/. stm32f1xx-hal 0.6.1
  6. https://www.anyleaf.org/blog/writing-embedded-firmware-using-rust. STM32L443. stm32-hal2 = { version = “^1.4.0”, features = [“l4x3”, “l4rt”] }
  7. https://bezalel.xyz/posts/blink-in-stm32-with-rust/ blue pill blink in Chinese
  8. https://www.niuiic.top/2021/06/20/develop-stm32-with-rust-stm32f3discovery-can-rtic/. 使用 rust 开发 stm32 stm32f3discovery-can-rtic. https://www.niuiic.top/tags/Stm32/ a series of articles
  9. https://www.gregwoods.co.uk/microcontroller/embedded/rust/stm32/blackpill/bluepill/convert-stm32f1-blink-to-stm32f4/. Converting a Simple HAL-based STM32F1 blinky to STM32F4
  10. https://gitee.com/lupyuen/stm32-blue-pill-rust
  11. http://marekmiettinen.fi/micropong/index.html. https://github.com/marikka/micropong stm32f0xx-hal = {version = “0.14.1”, features=[“stm32f042”]}
  12. https://iotcon.de/blog/iot-konferenz/programming-microcontrollers-with-rust/ lpc8xx-hal = { version = “0.7”, features = [“845-rt”] }
  13. https://dev.to/rubberduck/debugging-rust-arm-cortexm-programs-with-visual-studio-code-336h. STM32F3DISCOVERY board 

Viewing all articles
Browse latest Browse all 764

Trending Articles