Files
tinygo/targets/pinetime-devkit0.json
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

8 lines
152 B
JSON

{
"inherits": ["nrf52"],
"build-tags": ["pinetime_devkit0"],
"flash-method": "openocd",
"openocd-interface": "jlink",
"openocd-transport": "swd"
}