mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"serial-port": ["2e8a:0003"],
|
|
"build-tags": ["gopher_badge"],
|
|
"linkerscript": "targets/gopher-badge.ld",
|
|
"extra-files": [
|
|
"targets/pico-boot-stage2.S"
|
|
]
|
|
}
|