nrf: add support for the PineTime64 devkit

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).
This commit is contained in:
Ayke van Laethem
2019-10-27 22:02:13 +01:00
committed by Ron Evans
parent 7014f90120
commit ceece08959
3 changed files with 71 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["nrf52"],
"build-tags": ["pinetime_devkit0"],
"flash-method": "openocd",
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
"openocd-interface": "jlink",
"openocd-transport": "swd"
}