9 lines
221 B
JSON
9 lines
221 B
JSON
|
|
{
|
||
|
|
"inherits": ["nrf52840"],
|
||
|
|
"build-tags": ["pca10059"],
|
||
|
|
"serial": "usb",
|
||
|
|
"linkerscript": "targets/pca10059.ld",
|
||
|
|
"binary-format": "nrf-dfu",
|
||
|
|
"flash-command": "nrfutil dfu usb-serial -pkg {zip} -p {port} -b 115200"
|
||
|
|
}
|