mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 15:33: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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user