mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["nrf52", "nrf"],
|
|
"cflags": [
|
|
"-Qunused-arguments",
|
|
"-DNRF52832_XXAA",
|
|
"-I{root}/lib/CMSIS/CMSIS/Include",
|
|
"-I{root}/lib/nrfx/mdk"
|
|
],
|
|
"linkerscript": "targets/nrf52.ld",
|
|
"extra-files": [
|
|
"lib/nrfx/mdk/system_nrf52.c",
|
|
"src/device/nrf/nrf52.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "nrf51"
|
|
}
|