mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-21 03:40:52 +00:00
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
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": "openocd",
|
|
"flasher_sn": "E6614C311B597D32",
|
|
"flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg -c \"adapter speed 5000\""
|
|
},
|
|
{
|
|
"name": "espressif_s3_devkitm",
|
|
"uid": "84F703C084E4",
|
|
"tests": [
|
|
"cdc_msc_freertos", "hid_composite_freertos"
|
|
],
|
|
"flasher": "esptool",
|
|
"flasher_sn": "3ea619acd1cdeb11a0a0b806e93fd3f1",
|
|
"flasher_args": "-b 1500000"
|
|
},
|
|
{
|
|
"name": "metro_m7_1011",
|
|
"uid": "9CE8715DD71137363E00005002004200",
|
|
"flasher": "jlink",
|
|
"flasher_sn": "000611000000",
|
|
"flasher_args": "-device MIMXRT1011xxx5A"
|
|
},
|
|
{
|
|
"name": "ra4m1_ek",
|
|
"uid": "152E163038303131393346E46F26574B",
|
|
"tests_skip": ["cdc_msc", "cdc_msc_freertos"],
|
|
"comment": "MSC is slow to enumerated #2602",
|
|
"flasher": "jlink",
|
|
"flasher_sn": "000831174392",
|
|
"flasher_args": "-device R7FA4M1AB"
|
|
}
|
|
]
|
|
}
|