pca10056: support this nrf52840-based board

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2018-11-27 19:30:28 +01:00
committed by Ayke van Laethem
parent 70830cd9da
commit 8f35a4711a
4 changed files with 46 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"inherits": ["nrf52840"],
"build-tags": ["pca10056"],
"flash": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
"ocd-daemon": ["openocd", "-f", "interface/cmsis-dap.cfg", "-f", "target/nrf51.cfg"],
"gdb-initial-cmds": ["target remote :3333", "monitor halt", "load", "monitor reset", "c"]
}