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

16 lines
322 B
JSON

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