mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
d304e6706b
machine: adding support for waveshare rp2040-zero
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"serial-port": ["2e8a:0003"],
|
|
"build-tags": ["waveshare_rp2040_zero"],
|
|
"linkerscript": "targets/waveshare-rp2040-zero.ld",
|
|
"extra-files": [
|
|
"targets/pico-boot-stage2.S"
|
|
]
|
|
}
|