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
@@ -1,6 +1,5 @@
{
"inherits": ["nrf51"],
"build-tags": ["pca10031"],
"flash-command": "nrfjprog -f nrf51 --sectorerase --program {hex} --reset",
"openocd-interface": "cmsis-dap"
}