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