diff options
| author | Ha Thach <[email protected]> | 2026-06-18 12:15:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-18 12:15:40 +0700 |
| commit | 941d63e39a529593ee86caf7ea85e04839680d59 (patch) | |
| tree | 6df899db9fe34d9385515cb0a27b905c176e4ea4 /test | |
| parent | 52035e2fa3174e85f9c43afdba05097519ae6ea9 (diff) | |
| parent | 133de459505860f6961621b5619f4a4cb6c357c4 (diff) | |
Merge pull request #3710 from hathach/add-hil-ch32v103
ch32v103: bring up USB device (combined-control USBFS IP) + add to HIL
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index ea9342c03..41d94bc00 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -477,6 +477,22 @@ "uid": "EBCA8F0670AF", "args": "" } + }, + { + "name": "ch32v103r_r1_1v0", + "uid": "CDAB3E8749BC54EF0F410025", + "toolchain": "riscv-gcc", + "tests": { + "device": true, + "host": false, + "dual": false, + "skip": ["device/cdc_msc_throughput"] + }, + "flasher": { + "name": "openocd_wch", + "uid": "BC4954081051", + "args": "" + } } ], "boards-skip": [ |
