diff options
| author | hathach <[email protected]> | 2026-06-04 15:31:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-04 15:31:45 +0700 |
| commit | 0393a5eaa1fc9ef33cbfd847c924cb83d82696f3 (patch) | |
| tree | b96374c05142757820304e2d89d6f260b24f1354 /test | |
| parent | 232315d6909d9ca7948c830a5e43ad35189da57f (diff) | |
| parent | ac32feafeb2fb0f6cc5c3010d32db319ff15ca64 (diff) | |
Merge branch 'master' into dwc2_postfix
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 42 |
1 files changed, 28 insertions, 14 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index dc28df7b9..467b7378a 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -344,6 +344,20 @@ "comment": "2x16 access scheme with 1KB USB SRAM" }, { + "name": "stm32f407disco", + "uid": "30001A000647313332353735", + "tests": { + "device": true, + "host": false, + "dual": false + }, + "flasher": { + "name": "jlink", + "uid": "000773661813", + "args": "-device stm32f407vg" + } + }, + { "name": "stm32f723disco", "uid": "460029001951373031313335", "build": { @@ -413,6 +427,20 @@ "args": "-f interface/stlink.cfg -f target/stm32g0x.cfg" }, "comment": "32-bit scheme, 2KB USB SRAM" + }, + { + "name": "stm32l476disco", + "uid": "3C0050001150334258343920", + "tests": { + "device": true, + "host": false, + "dual": false + }, + "flasher": { + "name": "jlink", + "uid": "777632258", + "args": "-device STM32L476VG" + } } ], "boards-skip": [ @@ -449,20 +477,6 @@ "uid": "EBCA8F0670AF", "args": "" } - }, - { - "name": "stm32f407disco", - "uid": "30001A000647313332353735", - "tests": { - "device": true, - "host": false, - "dual": false - }, - "flasher": { - "name": "jlink", - "uid": "000773661813", - "args": "-device stm32f407vg" - } } ] } |
