🐛 Fix Index Mobo Rev03 upload (#23676)
This commit is contained in:
parent
22db62d95a
commit
f193729f54
@ -5,6 +5,10 @@
|
|||||||
"extra_flags": "-DSTM32F407xx",
|
"extra_flags": "-DSTM32F407xx",
|
||||||
"f_cpu": "168000000L",
|
"f_cpu": "168000000L",
|
||||||
"hwids": [
|
"hwids": [
|
||||||
|
[
|
||||||
|
"0x0483",
|
||||||
|
"0xdf11"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"0x1EAF",
|
"0x1EAF",
|
||||||
"0x0003"
|
"0x0003"
|
||||||
@ -12,10 +16,6 @@
|
|||||||
[
|
[
|
||||||
"0x0483",
|
"0x0483",
|
||||||
"0x3748"
|
"0x3748"
|
||||||
],
|
|
||||||
[
|
|
||||||
"0x0483",
|
|
||||||
"0xdf11"
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"mcu": "stm32f407vet6",
|
"mcu": "stm32f407vet6",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"disable_flushing": false,
|
"disable_flushing": false,
|
||||||
"maximum_ram_size": 131072,
|
"maximum_ram_size": 131072,
|
||||||
"maximum_size": 524288,
|
"maximum_size": 524288,
|
||||||
"protocol": "stlink",
|
"protocol": "dfu",
|
||||||
"protocols": [
|
"protocols": [
|
||||||
"stlink",
|
"stlink",
|
||||||
"dfu",
|
"dfu",
|
||||||
|
Loading…
Reference in New Issue
Block a user