Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiahaoxiang2000/embed_rs


https://github.com/jiahaoxiang2000/embed_rs

Last synced: 29 days ago
JSON representation

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"
```