Skip to content

Commit 0d35f4b

Browse files
committed
Update cargo-embed installtion command following merge into probe-rs
1 parent e8709ad commit 0d35f4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ rustup target add thumbv7em-none-eabihf
3838
```
3939
Install the tools to flash the device.
4040
```console
41-
$ cargo install cargo-embed
41+
$ cargo install probe-rs-tools
4242
```
4343

4444
### For Every Project (optional)

examples/blinky-button-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This hello world example turns on LED 1 when you press Button 1 on the nrf52-dk
88
Install `cargo-embed` if you don't have it already:
99

1010
```console
11-
$ cargo install cargo-embed
11+
$ cargo install probe-rs-tools
1212
```
1313

1414
Then just `cd` to the example folder and run

examples/rtc-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Runs on the nRF52840_DK but can easily be adapted for other hardware.
88
Install `cargo-embed` if you don't have it already:
99

1010
```console
11-
$ cargo install cargo-embed
11+
$ cargo install probe-rs-tools
1212
```
1313

1414
Then just `cd` to the example folder and run

0 commit comments

Comments
 (0)