diff options
| author | hathach <[email protected]> | 2026-06-03 23:13:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-03 23:13:17 +0700 |
| commit | e45d5ad528e82d6d4323c5c23c6f489fe0e02dc6 (patch) | |
| tree | 19c1d81c7983f15de4a14e17be6db46d8d883b42 | |
| parent | a6098c38ac3390716a6cf3046a87b13dd85fecca (diff) | |
Add STM32F407 and STM32L476 disco board configurations to tinyusb.json
| -rw-r--r-- | test/hil/tinyusb.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index dc28df7b9..c0a35ddc2 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": [ |
