mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43: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:
@@ -2,7 +2,6 @@
|
||||
"inherits": ["nrf52840"],
|
||||
"build-tags": ["pca10056"],
|
||||
"flash-method": "command",
|
||||
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
|
||||
"msd-volume-name": "JLINK",
|
||||
"msd-firmware-name": "firmware.hex",
|
||||
"openocd-interface": "jlink",
|
||||
|
||||
Reference in New Issue
Block a user