1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-24 15:29:28 +02:00

Note where commands should be run.

This commit is contained in:
Andrew Walbran 2023-03-17 17:16:56 +00:00
parent a070573867
commit fe32d06862

View File

@ -10,13 +10,13 @@ chip = "nrf52833_xxAA"
enabled = true
```
In one terminal:
In one terminal under `src/bare-metal/microcontrollers/examples/`:
```sh
cargo embed --bin board_support debug
```
In another terminal:
In another terminal in the same directory:
```sh
gdb-multiarch target/thumbv7em-none-eabihf/debug/board_support --eval-command="target remote :1337"