Files
tinygo/targets/x9pro.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
141 B
JSON

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