10 lines
240 B
JSON
10 lines
240 B
JSON
|
|
{
|
||
|
|
"inherits": ["nrf52"],
|
||
|
|
"build-tags": ["pinetime"],
|
||
|
|
"serial": "none",
|
||
|
|
"flash-method": "openocd",
|
||
|
|
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
|
||
|
|
"openocd-interface": "jlink",
|
||
|
|
"openocd-transport": "swd"
|
||
|
|
}
|