1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-17 08:02:38 +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 enabled = true
``` ```
In one terminal: In one terminal under `src/bare-metal/microcontrollers/examples/`:
```sh ```sh
cargo embed --bin board_support debug cargo embed --bin board_support debug
``` ```
In another terminal: In another terminal in the same directory:
```sh ```sh
gdb-multiarch target/thumbv7em-none-eabihf/debug/board_support --eval-command="target remote :1337" gdb-multiarch target/thumbv7em-none-eabihf/debug/board_support --eval-command="target remote :1337"