github.com/aykevl/tinygo@v0.5.0/targets/nrf51.json (about)

     1  {
     2  	"inherits": ["cortex-m"],
     3  	"llvm-target": "armv6m-none-eabi",
     4  	"build-tags": ["nrf51822", "nrf51", "nrf"],
     5  	"cflags": [
     6  		"--target=armv6m-none-eabi",
     7  		"-Qunused-arguments",
     8  		"-DNRF51",
     9  		"-Ilib/CMSIS/CMSIS/Include"
    10  	],
    11  	"ldflags": [
    12  		"-T", "targets/nrf51.ld"
    13  	],
    14  	"extra-files": [
    15  		"lib/nrfx/mdk/system_nrf51.c",
    16  		"src/device/nrf/nrf51.s"
    17  	]
    18  }