mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-01 02:09:06 +00:00
feat(machine/stm32): add STM32H7 and NUCLEO-H753ZI support
This commit is contained in:
committed by
Ron Evans
parent
40ed956d6c
commit
3797e89600
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user