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)
This commit is contained in:
Ha Thach
2026-06-16 17:42:31 +07:00
committed by GitHub
parent 7b791916a7
commit d9f736dcf9
4 changed files with 39 additions and 19 deletions

View File

@ -278,6 +278,7 @@ jobs:
matrix:
toolchain:
- 'arm-gcc'
- 'riscv-gcc'
- 'esp-idf'
with:
build-system: 'cmake'