Files
llgo/targets/nrf51.json
2025-08-22 08:43:04 +08:00

16 lines
317 B
JSON

{
"inherits": ["cortex-m0"],
"build-tags": ["nrf51822", "nrf51", "nrf"],
"cflags": [
"-DNRF51",
"-I{root}/lib/CMSIS/CMSIS/Include",
"-I{root}/lib/nrfx/mdk"
],
"linkerscript": "targets/nrf51.ld",
"extra-files": [
"targets/device/nrf/nrf51.s"
],
"openocd-transport": "swd",
"openocd-target": "nrf51"
}