mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
f3b79c412f
In stm32-rs, stm32f7x2.svd got replaced by stm32f722.svd and stm32f732.svd. This change adjusts the target definition where stm32f7x2 is used,
13 lines
336 B
JSON
13 lines
336 B
JSON
{
|
|
"inherits": ["cortex-m7"],
|
|
"build-tags": ["nucleof722ze", "stm32f722", "stm32f7x2", "stm32f7", "stm32"],
|
|
"serial": "uart",
|
|
"linkerscript": "targets/stm32f7x2zetx.ld",
|
|
"extra-files": [
|
|
"src/device/stm32/stm32f722.s"
|
|
],
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink-v2-1",
|
|
"openocd-target": "stm32f7x"
|
|
}
|