Files
llgo/targets/nucleo-f722ze.json
2025-08-20 10:27:01 +08:00

13 lines
327 B
JSON

{
"inherits": ["cortex-m7"],
"build-tags": ["nucleof722ze", "stm32f7x2", "stm32f7", "stm32"],
"serial": "uart",
"linkerscript": "targets/stm32f7x2zetx.ld",
"extra-files": [
"targets/device/stm32/stm32f7x2.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink-v2-1",
"openocd-target": "stm32f7x"
}