mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
22 lines
645 B
JSON
22 lines
645 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": "espressif_s3_devkitc",
|
|
"uid": "7CDFA1E073CC",
|
|
"tests": [
|
|
"cdc_msc_freertos", "hid_composite_freertos"
|
|
],
|
|
"flasher": "esptool",
|
|
"flasher_sn": "461cb8d7decdeb119be9b506e93fd3f1",
|
|
"flasher_args": "-b 921600"
|
|
}
|
|
]
|
|
}
|