mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv6m-none-eabi",
|
|
"build-tags": ["nrf51822", "nrf51", "nrf"],
|
|
"cflags": [
|
|
"--target=armv6m-none-eabi",
|
|
"-Qunused-arguments",
|
|
"-DNRF51",
|
|
"-I{root}/lib/CMSIS/CMSIS/Include",
|
|
"-I{root}/lib/nrfx/mdk"
|
|
],
|
|
"linkerscript": "targets/nrf51.ld",
|
|
"extra-files": [
|
|
"lib/nrfx/mdk/system_nrf51.c",
|
|
"src/device/nrf/nrf51.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "nrf51"
|
|
}
|