Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiahaoxiang2000/embed_rs
https://github.com/jiahaoxiang2000/embed_rs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiahaoxiang2000/embed_rs
- Owner: jiahaoxiang2000
- Created: 2024-06-30T04:07:28.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:24:24.000Z (4 months ago)
- Last Synced: 2024-11-18T19:09:04.279Z (about 1 month ago)
- Language: Rust
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## embed_rs
follower the [embed rus doc](https://docs.rust-embedded.org/book/intro/index.html) to learn the rust embedded programming.
## download the binary
build the binary and download it to the board.
```shell
cargo build | openocd -f openocd.cfg -c "program target/thumbv7em-none-eabi/debug/embed_rs verify reset exit"
```