mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
ecaec565aa
`tinygo flash -programmer command` to write using nrfjprog
10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"inherits": ["nrf52840"],
|
|
"build-tags": ["pca10056"],
|
|
"flash-method": "command",
|
|
"msd-volume-name": "JLINK",
|
|
"msd-firmware-name": "firmware.hex",
|
|
"openocd-interface": "jlink",
|
|
"openocd-transport": "swd"
|
|
}
|