@@ -10,8 +10,7 @@ These tests will run automatically as part of CI for every pull-request.
1010## Quickstart
1111
1212* ` rustup target add --toolchain stable thumbv7em-none-eabi ` ([ rustup] )
13- * ` cargo install probe-run ` ([ probe-run] )
14- * ⚠️ You must use version >=0.3.1 to avoid bugs with the STM32WL ⚠️
13+ * ` cargo install probe-rs --features cli ` ([ probe-rs] )
1514* Linux users: Add udev rules
1615
1716``` text
@@ -28,7 +27,7 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", MODE="0666"
2827``` console
2928$ DEFMT_LOG=info cargo test -p testsuite --target thumbv7em-none-eabi --bin pka
3029 Finished dev [optimized + debuginfo] target(s) in 0.01s
31- Running `probe-run --chip STM32WLE5JCIx --connect-under-reset target/thumbv7em-none-eabi/debug/pka`
30+ Running `probe-rs run --chip STM32WLE5JCIx --connect-under-reset target/thumbv7em-none-eabi/debug/pka`
3231(HOST) INFO flashing program (17.31 KiB)
3332(HOST) INFO success!
3433────────────────────────────────────────────────────────────────────────────────
@@ -68,7 +67,7 @@ Assuming both boards are connected to the same system you will have to pass a
6867specific probe to each.
6968
7069``` console
71- $ probe-run -- list-probes
70+ $ probe-rs list
7271The following devices were found:
7372[0]: STLink V3 (VID: 0483, PID: 374e, Serial: 001D00145553500A20393256, STLink)
7473[1]: STLink V3 (VID: 0483, PID: 374e, Serial: 001600345553500A20393256, STLink)
@@ -77,5 +76,5 @@ $ DEFMT_LOG=info cargo test -p testsuite --target thumbv7em-none-eabi --bin subg
7776```
7877
7978[ defmt-test ] : https://crates.io/crates/defmt-test
80- [ probe-run ] : https://github.com/knurling -rs/probe-run
79+ [ probe-rs ] : https://github.com/probe -rs/probe-rs
8180[ rustup ] : https://rustup.rs/
0 commit comments