mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
Add STM32F407 and STM32L476 disco board configurations to tinyusb.json
This commit is contained in:
@ -343,6 +343,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",
|
||||
@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user