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

https://github.com/bjorntheprogrammer/pico-tflmicro-rs


https://github.com/bjorntheprogrammer/pico-tflmicro-rs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup
1. Install [rustup](https://rustup.rs/)
2. `rustup target install thumbv6m-none-eabi`
3. Install [Ninja](https://ninja-build.org/)
4. Install `elf2uf2-rs` via `cargo install elf2uf2-rs --locked`

## Run an Example
1. cd into `examples`
2. run `cargo run --bin hello_world`