nrf: Added support for writing with nrfjprog on all nrf boards

`tinygo flash -programmer command` to write using nrfjprog
This commit is contained in:
sago35
2021-03-22 19:00:21 +09:00
parent e2f532709f
commit ecaec565aa
9 changed files with 4 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@
"lib/nrfx/mdk/system_nrf52.c",
"src/device/nrf/nrf52.s"
],
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
"openocd-transport": "swd",
"openocd-target": "nrf51"
}