Skip to content

Commit d9d7ad8

Browse files
committed
docs: Revert probe-rs update
1 parent 171e034 commit d9d7ad8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hil-test/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ We use [embedded-test] as our testing framework, which relies on [defmt] interna
1919
We use [probe-rs] for flashing and running the tests on a target device, however, this **MUST** be installed from the correct revision, and with the correct features enabled:
2020

2121
```text
22-
cargo install [email protected] --git https://github.com/probe-rs/probe-rs --locked
22+
cargo install probe-rs-tools \
23+
--git https://github.com/probe-rs/probe-rs \
24+
--rev a6dd038 --force --locked
2325
```
2426

2527
Target device **MUST** connected via its USB-Serial-JTAG port, or if unavailable (eg. ESP32, ESP32-C2, ESP32-S2) then you must connect a compatible debug probe such as an [ESP-Prog].
@@ -87,7 +89,7 @@ source "$HOME/.cargo/env"
8789
# Install dependencies
8890
sudo apt install -y pkg-config libudev-dev
8991
# Install probe-rs
90-
cargo install probe-rs-tools@0.24.0 --git https://github.com/probe-rs/probe-rs --locked
92+
cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --rev a6dd038 --force
9193
# Add the udev rules
9294
wget -O - https://probe.rs/files/69-probe-rs.rules | sudo tee /etc/udev/rules.d/69-probe-rs.rules > /dev/null
9395
# Add the user to plugdev group

0 commit comments

Comments
 (0)