mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
7f829fe153
* machine/STM32F4: break out STM32F4 machine with new build tag
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["stm32f4disco", "stm32f407", "stm32f4", "stm32"],
|
|
"cflags": [
|
|
"-Qunused-arguments"
|
|
],
|
|
"linkerscript": "targets/stm32f407.ld",
|
|
"extra-files": [
|
|
"src/device/stm32/stm32f407.s"
|
|
],
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "stlink-v2",
|
|
"openocd-target": "stm32f4x"
|
|
}
|