Skip to content

Commit 70a8295

Browse files
authored
Create README.md
1 parent 5acb13c commit 70a8295

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Stm32f1_rust_can
2+
Short example for usage of can with cortex-m-rtic 0.6.0 and stm32f1
3+
4+
Example for handling and flashing stm32f1 can be found at https://jonathanklimt.de/electronics/programming/embedded-rust/rust-on-stm32-2/.
5+
cargo build --release
6+
cargo flash --chip stm32f103C8 --release

0 commit comments

Comments
 (0)