blob: 8af365cc89edef83d97c4f301b8ad5f28b45ef32 (
plain)
1
2
3
4
5
6
7
|
{
"inherits": ["nrf51"],
"build-tags": ["pca10031"],
"serial": "uart",
"flash-command": "nrfjprog -f nrf51 --sectorerase --program {hex} --reset",
"openocd-interface": "cmsis-dap"
}
|