github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/targets/nrf52833.json (about)

     1  {
     2  	"inherits": ["cortex-m4"],
     3  	"build-tags": ["nrf52833", "nrf"],
     4  	"cflags": [
     5  		"-DNRF52833_XXAA",
     6  		"-I{root}/lib/CMSIS/CMSIS/Include",
     7  		"-I{root}/lib/nrfx/mdk"
     8  	],
     9  	"linkerscript": "targets/nrf52833.ld",
    10  	"extra-files": [
    11  		"lib/nrfx/mdk/system_nrf52833.c",
    12  		"src/device/nrf/nrf52833.s"
    13  	],
    14  	"openocd-transport": "swd",
    15  	"openocd-target": "nrf52"
    16  }