mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-31 17:17:47 +00:00
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv7em-none-eabi",
|
|
"build-tags": ["nrf52", "nrf"],
|
|
"cflags": [
|
|
"--target=armv7em-none-eabi",
|
|
"-Qunused-arguments",
|
|
"-DNRF52832_XXAA",
|
|
"-Ilib/CMSIS/CMSIS/Include"
|
|
],
|
|
"ldflags": [
|
|
"-T", "targets/nrf52.ld"
|
|
],
|
|
"extra-files": [
|
|
"lib/nrfx/mdk/system_nrf52.c",
|
|
"src/device/nrf/nrf52.s"
|
|
]
|
|
}
|