A set of apps for the microbit to experiment with embedded programming in Rust.
See the readme of the individual apps for more details.
- Connect the Microbit via USB.
- Run openocd
openocd -f interface/cmsis-dap.cfg -f target/nrf51.cfgor equivalent. - Flash and debug one of the apps
cargo run <app>