passkey_fw/test/hil/hil_pi4.json

22 lines
646 B
JSON
Raw Normal View History

{
"boards": [
{
"name": "raspberry_pi_pico",
2023-11-29 06:00:52 +01:00
"uid": "E6614C311B764A37",
"flasher": "openocd",
"flasher_sn": "E6614103E72C1D2F",
"flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\""
2023-12-11 08:29:11 +01:00
},
{
"name": "espressif_s3_devkitc",
"uid": "7CDFA1E073CC",
"tests": [
"cdc_msc_freertos", "hid_composite_freertos"
],
"flasher": "esptool",
"flasher_sn": "461cb8d7decdeb119be9b506e93fd3f1",
"flasher_args": "-b 1500000"
}
]
}