github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/targets/rp2040.json (about) 1 { 2 "inherits": ["cortex-m0plus"], 3 "build-tags": ["rp2040", "rp"], 4 "flash-1200-bps-reset": "true", 5 "flash-method": "msd", 6 "serial": "usb", 7 "msd-volume-name": ["RPI-RP2"], 8 "msd-firmware-name": "firmware.uf2", 9 "binary-format": "uf2", 10 "uf2-family-id": "0xe48bff56", 11 "rp2040-boot-patch": true, 12 "extra-files": [ 13 "src/device/rp/rp2040.s" 14 ], 15 "linkerscript": "targets/rp2040.ld", 16 "openocd-interface": "picoprobe", 17 "openocd-transport": "swd", 18 "openocd-target": "rp2040" 19 }