mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
ecaec565aa
`tinygo flash -programmer command` to write using nrfjprog
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"inherits": ["nrf52"],
|
|
"build-tags": ["pinetime_devkit0"],
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "jlink",
|
|
"openocd-transport": "swd"
|
|
}
|