aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/pinetime.json
blob: 1ba8a0e7aa3f5f351d5994624bbffc57bd263378 (plain)
1
2
3
4
5
6
7
8
9
{
	"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"
}