mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
ceece08959
This smartwatch doesn't have an on-board debugger, so I picked the one I was using while getting this smartwatch to run Go programs (the J-Link EDU Mini).
9 lines
229 B
JSON
9 lines
229 B
JSON
{
|
|
"inherits": ["nrf52"],
|
|
"build-tags": ["pinetime_devkit0"],
|
|
"flash-method": "openocd",
|
|
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
|
|
"openocd-interface": "jlink",
|
|
"openocd-transport": "swd"
|
|
}
|