summaryrefslogtreecommitdiff
path: root/test/hil/tinyusb.json
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-16 17:42:31 +0700
committerGitHub <[email protected]>2026-06-16 17:42:31 +0700
commitd9f736dcf9c6b71aac470d281cd2fc05a3f7e793 (patch)
tree0df086e51d56d2c3bdbf40567e6d5c3536d0da66 /test/hil/tinyusb.json
parent7b791916a702c28f8f39e9bfc5eb8455d0942865 (diff)
hil: enable nanoch32v203 in CI with fsdev + usbfs variants (#3707)
* hil: enable nanoch32v203 in CI with fsdev + usbfs variants nanoch32v203 was parked in boards-skip; move it into the active pool now that the board is wired to the ci.lan rig. Cover both USB device IPs as build variants: - nanoch32v203-fsdev: RHPORT_DEVICE=0 (USBD / stm32 FSDev IP) - nanoch32v203-usbfs: RHPORT_DEVICE=1 (WCH USBFS IP)
Diffstat (limited to 'test/hil/tinyusb.json')
-rw-r--r--test/hil/tinyusb.json33
1 files changed, 19 insertions, 14 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index afe3c4d03..ea9342c03 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -458,6 +458,25 @@
"name": "stlink",
"uid": "0668FF575457657187061314"
}
+ },
+ {
+ "name": "nanoch32v203",
+ "uid": "CDAB277B0FBC03E339E339E3",
+ "toolchain": "riscv-gcc",
+ "variant": [
+ {"name": "nanoch32v203-fsdev", "defines": ["RHPORT_DEVICE=0"]},
+ {"name": "nanoch32v203-usbfs", "defines": ["RHPORT_DEVICE=1"]}
+ ],
+ "tests": {
+ "device": true,
+ "host": false,
+ "dual": false
+ },
+ "flasher": {
+ "name": "openocd_wch",
+ "uid": "EBCA8F0670AF",
+ "args": ""
+ }
}
],
"boards-skip": [
@@ -478,20 +497,6 @@
"uid": "000778170924",
"args": "-device stm32f769ni"
}
- },
- {
- "name": "nanoch32v203",
- "uid": "CDAB277B0FBC03E339E339E3",
- "tests": {
- "device": true,
- "host": false,
- "dual": false
- },
- "flasher": {
- "name": "openocd_wch",
- "uid": "EBCA8F0670AF",
- "args": ""
- }
}
]
}