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:
parent
a070573867
commit
fe32d06862
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user