diff options
| author | hathach <[email protected]> | 2026-06-26 15:15:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-26 15:15:05 +0700 |
| commit | 9c31c8ab0ed172d57088eb89d3c3830a30a32c2d (patch) | |
| tree | 9cce74c1d3ced65ec6ba2db8c6edd0b1f913fde4 | |
| parent | 0a25cc27d7d3699536f6df01e80af3eb0423ce58 (diff) | |
test/hil: enable cdc_msc_throughput on ch32v103r_r1_1v0
The board was added to the CI HIL pool with device/cdc_msc_throughput
skipped, so the test had never run on it. Remove the skip to include it
in the device test set.
Verified passing on the ci rig (USBFS, full-speed):
CDC read 639 / write 544 kBps, MSC read 845 / write 575 kBps.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
| -rw-r--r-- | test/hil/tinyusb.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 2ea910c4c..59ab57a06 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -486,8 +486,7 @@ "tests": { "device": true, "host": false, - "dual": false, - "skip": ["device/cdc_msc_throughput"] + "dual": false }, "flasher": { "name": "openocd_wch", |
