Files
tinygo/targets/pca10056.json
T
sago35 ecaec565aa nrf: Added support for writing with nrfjprog on all nrf boards
`tinygo flash -programmer command` to write using nrfjprog
2021-03-22 19:00:21 +09:00

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"
}