mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-29 19:03:34 +00:00
* 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
28 lines
882 B
JSON
28 lines
882 B
JSON
{
|
|
"boards": [
|
|
{
|
|
"name": "raspberry_pi_pico",
|
|
"uid": "E6614C311B764A37",
|
|
"flasher": "openocd",
|
|
"flasher_sn": "E6614103E72C1D2F",
|
|
"flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\""
|
|
},
|
|
{
|
|
"name": "feather_nrf52840_express",
|
|
"uid": "1F0479CD0F764471",
|
|
"flasher": "jlink",
|
|
"flasher_sn": "000682804350",
|
|
"flasher_args": "-device nrf52840_xxaa"
|
|
},
|
|
{
|
|
"name": "itsybitsy_m4",
|
|
"uid": "D784B28C5338533335202020FF044726",
|
|
"flasher": "bossac",
|
|
"flashser_vendor": "Adafruit Industries",
|
|
"flasher_product": "ItsyBitsy M4 Express",
|
|
"flasher_reset_pin": "2",
|
|
"flasher_args": "--offset 0x4000"
|
|
}
|
|
]
|
|
}
|