File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ rustup target add thumbv7em-none-eabihf
38
38
```
39
39
Install the tools to flash the device.
40
40
``` console
41
- $ cargo install cargo-embed
41
+ $ cargo install probe-rs-tools
42
42
```
43
43
44
44
### For Every Project (optional)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This hello world example turns on LED 1 when you press Button 1 on the nrf52-dk
8
8
Install ` cargo-embed ` if you don't have it already:
9
9
10
10
``` console
11
- $ cargo install cargo-embed
11
+ $ cargo install probe-rs-tools
12
12
```
13
13
14
14
Then just ` cd ` to the example folder and run
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Runs on the nRF52840_DK but can easily be adapted for other hardware.
8
8
Install ` cargo-embed ` if you don't have it already:
9
9
10
10
``` console
11
- $ cargo install cargo-embed
11
+ $ cargo install probe-rs-tools
12
12
```
13
13
14
14
Then just ` cd ` to the example folder and run
You can’t perform that action at this time.
0 commit comments