mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
ba6babf570
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
26 lines
716 B
JSON
26 lines
716 B
JSON
{
|
|
"boards": [
|
|
{
|
|
"name": "stm32l412nucleo",
|
|
"uid": "41003B000E504E5457323020",
|
|
"flasher": "jlink",
|
|
"flasher_sn": "774470029",
|
|
"flasher_args": "-device STM32L412KB"
|
|
},
|
|
{
|
|
"name": "stm32f746disco",
|
|
"uid": "210041000C51343237303334",
|
|
"flasher": "jlink",
|
|
"flasher_sn": "770935966",
|
|
"flasher_args": "-device STM32F746NG"
|
|
},
|
|
{
|
|
"name": "lpcxpresso43s67",
|
|
"uid": "08F000044528BAAA8D858F58C50700F5",
|
|
"flasher": "jlink",
|
|
"flasher_sn": "728973776",
|
|
"flasher_args": "-device LPC43S67_M4"
|
|
}
|
|
]
|
|
}
|