feat(machine/stm32): add STM32H7 and NUCLEO-H753ZI support

This commit is contained in:
Konstantin Sharlaimov
2026-07-23 11:06:52 +02:00
committed by Ron Evans
parent 40ed956d6c
commit 3797e89600
27 changed files with 2576 additions and 11 deletions
+12
View File
@@ -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"
}