https://github.com/bjorntheprogrammer/pico-tflmicro-rs
https://github.com/bjorntheprogrammer/pico-tflmicro-rs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjorntheprogrammer/pico-tflmicro-rs
- Owner: BjornTheProgrammer
- Created: 2024-04-22T23:32:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T23:32:12.000Z (about 2 years ago)
- Last Synced: 2025-12-26T19:35:14.105Z (6 months ago)
- Language: C++
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`