From 9c31c8ab0ed172d57088eb89d3c3830a30a32c2d Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 26 Jun 2026 15:15:05 +0700 Subject: 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) --- test/hil/tinyusb.json | 3 +-- 1 file changed, 1 insertion(+), 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", -- cgit v1.3.1