Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hil-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ cargo install probe-rs-tools \

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].

You can run all tests for a given device by running the following command from the `xtask` folder:
You can run all tests for a given device by running the following command from the workspace root:

```shell
cargo xtask run-tests $CHIP
```

For running a single test on a target, from the `xtask` folder run:
To run a single test on a target, run the following command from the workspace root:

```shell
# Run GPIO tests for ESP32-C6
Expand Down