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
@@ -2,7 +2,6 @@
"inherits": ["nrf52"],
"build-tags": ["pinetime_devkit0"],
"flash-method": "openocd",
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
"openocd-interface": "jlink",
"openocd-transport": "swd"
}