tinygo/targets/nrf52833.json
deadprogram 6ec868710b machine/microbit-v2: add initial support based on work done by @alankrantas thank you!
Signed-off-by: deadprogram <ron@hybridgroup.com>
2021-01-06 18:50:46 +01:00

17 строки
378 Б
JSON

{
"inherits": ["cortex-m4"],
"build-tags": ["nrf52833", "nrf"],
"cflags": [
"-Qunused-arguments",
"-DNRF52833_XXAA",
"-I{root}/lib/CMSIS/CMSIS/Include",
"-I{root}/lib/nrfx/mdk"
],
"linkerscript": "targets/nrf52833.ld",
"extra-files": [
"lib/nrfx/mdk/system_nrf52833.c",
"src/device/nrf/nrf52833.s"
],
"openocd-transport": "swd",
"openocd-target": "nrf52"
}