Skip to content

Commit 55e904f

Browse files
committed
Update probe-rs
1 parent 64a7d49 commit 55e904f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hil-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We use [probe-rs] for flashing and running the tests on a target device, however
2121
```text
2222
cargo install probe-rs-tools \
2323
--git https://github.com/probe-rs/probe-rs \
24-
--rev bba1bb5 --force --locked
24+
--rev 9bde591 --force --locked
2525
```
2626

2727
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].
@@ -108,7 +108,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-t
108108
# Install dependencies
109109
sudo apt install -y pkg-config libudev-dev
110110
# Install probe-rs
111-
cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --rev bba1bb5 --force
111+
cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --rev 9bde591 --force
112112
# Add the udev rules
113113
wget -O - https://probe.rs/files/69-probe-rs.rules | sudo tee /etc/udev/rules.d/69-probe-rs.rules > /dev/null
114114
# Add the user to plugdev group

xtask/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ pub fn execute_app(
240240
.features(&features)
241241
.arg(bin);
242242

243-
// probe-rs cannot currently do auto detection, so we need to tell probe-rs run
244-
// which chip we are testing
245243
if subcommand == "test" && chip == Chip::Esp32c2 {
246244
builder = builder.arg("--").arg("--speed").arg("15000");
247245
}

0 commit comments

Comments
 (0)