blob: b5286e98974582efbd5a991bba1f2187468efb20 (
plain)
1
2
3
4
5
6
7
8
|
{
"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"
}
|