summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-04 09:16:31 +0700
committerGitHub <[email protected]>2026-06-04 09:16:31 +0700
commit35d67a28403fc12970aa39866ff1c24ab41698e6 (patch)
treef1d8a03d84ad0d61fb78d86a0838f3154611976b /test
parentf13d86cf298bf653734666b8c364bd8e6eb9f2e5 (diff)
parent1f6236ae0788e37bb833e4b018faf10fb691bbdd (diff)
Merge pull request #3669 from hathach/dwc2-l476-setup
dwc2: submit SETUP on SETUP_DONE, handle v3.10a spurious RX_COMPLETE (STM32L476)
Diffstat (limited to 'test')
-rw-r--r--test/hil/tinyusb.json42
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"
- }
}
]
}