14 lines
406 B
JSON
14 lines
406 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["mksnanov3", "stm32f407", "stm32f4", "stm32"],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/stm32f407.ld",
|
|
"extra-files": [
|
|
"targets/device/stm32/stm32f407.s"
|
|
],
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink",
|
|
"openocd-target": "stm32f4x",
|
|
"openocd-commands": ["stm32f4x.cpu configure -event reset-init { adapter speed 1800 }"]
|
|
}
|