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) <noreply@anthropic.com>
This commit is contained in:
hathach
2026-06-26 15:15:05 +07:00
parent 0a25cc27d7
commit 9c31c8ab0e

View File

@ -486,8 +486,7 @@
"tests": {
"device": true,
"host": false,
"dual": false,
"skip": ["device/cdc_msc_throughput"]
"dual": false
},
"flasher": {
"name": "openocd_wch",