mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 05:10:55 +00:00
Fix hil-test xtask instruction (#2062)
* Fix hil-test xtask instruction * Fix another mention
This commit is contained in:
parent
447411fb58
commit
580222758e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user