summaryrefslogtreecommitdiff
path: root/test/hil/tinyusb.json
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-04-11 23:07:22 +0200
committerHiFiPhile <[email protected]>2025-04-11 23:07:22 +0200
commit459e2cd39ece797eb35f74ccace0db0a588b795a (patch)
tree68e0f398392eb001ab64857575a2b76934519021 /test/hil/tinyusb.json
parent8d2310247c47160bf8de6e5f754284360ad7e937 (diff)
parent865e3488f99209c57b73953428dccf2bc666f0be (diff)
Merge remote-tracking branch 'upstream/master' into async_io
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'test/hil/tinyusb.json')
-rw-r--r--test/hil/tinyusb.json29
1 files changed, 24 insertions, 5 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index 7393226eb..a9460bf9d 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -60,7 +60,7 @@
"name": "metro_m4_express",
"uid": "9995AD485337433231202020FF100A34",
"tests": {
- "device": true, "host": false, "dual": false,
+ "device": true, "host": false, "dual": true,
"dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002130"}]
},
"flasher": {
@@ -70,6 +70,19 @@
}
},
{
+ "name": "mimxrt1064_evk",
+ "uid": "BAE96FB95AFA6DBB8F00005002001200",
+ "tests": {
+ "device": true, "host": true, "dual": true,
+ "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2023299"}]
+ },
+ "flasher": {
+ "name": "jlink",
+ "uid": "000725299165",
+ "args": "-device MIMXRT1064xxx6A"
+ }
+ },
+ {
"name": "lpcxpresso11u37",
"uid": "17121919",
"tests": {
@@ -98,8 +111,11 @@
{
"name": "raspberry_pi_pico",
"uid": "E6614C311B764A37",
+ "build" : {
+ "flags_on": ["CFG_TUH_RPI_PIO_USB"]
+ },
"tests": {
- "device": true, "host": false, "dual": false,
+ "device": true, "host": true, "dual": true,
"dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}]
},
"flasher": {
@@ -111,8 +127,11 @@
{
"name": "raspberry_pi_pico2",
"uid": "560AE75E1C7152C9",
+ "build" : {
+ "flags_on": ["CFG_TUH_RPI_PIO_USB"]
+ },
"tests": {
- "device": true, "host": false, "dual": false,
+ "device": true, "host": true, "dual": true,
"dev_attached": [{"vid_pid": "1a86_55d4", "serial": "533D004242"}]
},
"flasher": {
@@ -157,9 +176,9 @@
"device": true, "host": false, "dual": false
},
"flasher": {
- "name": "stlink",
+ "name": "openocd",
"uid": "004C00343137510F39383538",
- "args": ""
+ "args": "-f interface/stlink.cfg -f target/stm32h7x.cfg"
}
},
{