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