mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"inherits": ["cortex-m0plus"],
|
|
"build-tags": ["rp2040", "rp"],
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "RPI-RP2",
|
|
"msd-firmware-name": "firmware.uf2",
|
|
"binary-format": "uf2",
|
|
"uf2-family-id": "0xe48bff56",
|
|
"rp2040-boot-patch": true,
|
|
"extra-files": [
|
|
"src/device/rp/rp2040.s"
|
|
]
|
|
}
|