mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
nrf: Added support for writing with nrfjprog on all nrf boards
`tinygo flash -programmer command` to write using nrfjprog
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"lib/nrfx/mdk/system_nrf51.c",
|
||||
"src/device/nrf/nrf51.s"
|
||||
],
|
||||
"flash-command": "nrfjprog -f nrf51 --sectorerase --program {hex} --reset",
|
||||
"openocd-transport": "swd",
|
||||
"openocd-target": "nrf51"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user