github.com/aykevl/tinygo@v0.5.0/targets/pca10056.json (about) 1 { 2 "inherits": ["nrf52840"], 3 "build-tags": ["pca10056"], 4 "flash": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset", 5 "ocd-daemon": ["openocd", "-f", "interface/cmsis-dap.cfg", "-f", "target/nrf51.cfg"], 6 "gdb-initial-cmds": ["target remote :3333", "monitor halt", "load", "monitor reset", "c"] 7 }