github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/targets/x9pro.json (about) 1 { 2 "inherits": ["nrf52"], 3 "build-tags": ["x9pro"], 4 "serial": "uart", 5 "flash-method": "openocd", 6 "flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset", 7 "openocd-interface": "jlink", 8 "openocd-transport": "swd" 9 }