Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 293 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 293 Bytes

Rust STM32F103 Library

Examples of my rust STM32 library (https://github.com/rudihorn/rust-stm32f103)

Compiling and running

To compile run cd stm32-serial; ./build.sh --release, which generates a file called stm32-serial/stm32-serial.bin. This can be flashed to the microcontroller.