Add README.md

This commit is contained in:
Игорь Жуков 2024-12-29 13:01:49 +03:00
parent 81dd42c931
commit c78bc61274
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
Cargo.lock
__pycache__
__pycache__
.idea

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Rust STM32F746-DISCO RTIC project with protobuf communication
## Build
$ cargo build
## Flash and run
$ cargo embed