Initial Setup for the microbit v1

This commit is contained in:
2024-10-11 20:01:36 +02:00
commit e70e2b2104
37 changed files with 22320 additions and 0 deletions

29
SETUP.md Normal file
View File

@@ -0,0 +1,29 @@
# Install tools
```shell
cargo install cargo-binutils
cargo install probe-rs-tools
rustup component add llvm-tools
```
## MacOS
```shell
brew install arm-none-eabi-gdb picocom lsusb
```
## Other OSes
Please refer to the instructions from:
* Linux : https://docs.rust-embedded.org/discovery/microbit/03-setup/linux.html
* Windows : https://docs.rust-embedded.org/discovery/microbit/03-setup/windows.html
# Verifying installation
With the BBC micro:bit connected through USB:
```shell
probe-rs list
probe-rs info
```