mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
43a31467d3
machine/nucleo-f722ze: Add support for ST Micro NUCLEO-F722ZE
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv7em-none-eabi",
|
|
"cflags": [
|
|
"--target=armv7em-none-eabi",
|
|
"-Qunused-arguments"
|
|
],
|
|
"gdb": "arm-none-eabi-gdb"
|
|
}
|