aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/x9pro.json
blob: 9b966b4b9d366119216bf88f2633552e610e9807 (plain)
1
2
3
4
5
6
7
8
9
{
	"inherits": ["nrf52"],
	"build-tags": ["x9pro"],
	"serial": "uart",
	"flash-method": "openocd",
	"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
	"openocd-interface": "jlink",
	"openocd-transport": "swd"
}