-
Learn embedded programming with Rust lang using book, https://docs.rust-embedded.org/discovery/microbit/index.html
-
Learning with microcontroller, micro:bit v2, as recommended by rust book
- When following the book if using Apple Silicon (ARM) devices, subtitute
gdb
command with:arm-none-eabi-gdb
- Refer to doc here for details