Files
llgo/targets/nrf51.json

16 lines
317 B
JSON
Raw Normal View History

{
"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": [
2025-08-20 10:27:01 +08:00
"targets/device/nrf/nrf51.s"
],
"openocd-transport": "swd",
"openocd-target": "nrf51"
}