mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"inherits": ["cortex-m7"],
|
|
"build-tags": ["nucleoh753zi", "stm32h753", "stm32h7", "stm32"],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/stm32h7.ld",
|
|
"extra-files": [
|
|
"src/device/stm32/stm32h753.s"
|
|
],
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink",
|
|
"openocd-target": "stm32h7x"
|
|
}
|