github.com/aykevl/tinygo@v0.5.0/targets/nrf52840-mdk.json (about)

     1  {
     2  	"inherits": ["nrf52840"],
     3  	"build-tags": ["nrf52840_mdk"],
     4  	"flash": "openocd -f interface/cmsis-dap.cfg -f target/nrf51.cfg -c 'program {hex} reset exit'",
     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  }