Files
tinygo/targets/pca10040.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

8 lines
144 B
JSON

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