diff options
| author | Ha Thach <[email protected]> | 2026-06-29 09:14:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-29 09:14:04 +0700 |
| commit | be22838b081ad90f6b312e1da6fc1b1653e3c5ae (patch) | |
| tree | 0ff39cd6f8dc2d033353c7fb7f645bb3470a10d9 | |
| parent | ca8a74fa93a597e81ebd869c351f8a3529e01aba (diff) | |
| parent | 9c31c8ab0ed172d57088eb89d3c3830a30a32c2d (diff) | |
Merge pull request #3735 from hathach/claude/hil-ch32v103r-throughput
test/hil: enable cdc_msc_throughput on ch32v103r_r1_1v0
| -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", |
