Files
llgo/targets/nrf52840.json

16 lines
322 B
JSON
Raw Normal View History

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