diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pca10056.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/targets/pca10056.json b/targets/pca10056.json new file mode 100644 index 000000000..382d2277e --- /dev/null +++ b/targets/pca10056.json @@ -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"] +} |