mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-14 08:29:32 +00:00
013a081782
* Add Waveshare RP2350-PiZero board * ci: smoke test Waveshare RP2350-PiZero
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"inherits": [
|
|
"rp2350b"
|
|
],
|
|
"build-tags": ["waveshare_rp2350_pizero"],
|
|
"ldflags": [
|
|
"--defsym=__flash_size=16M"
|
|
],
|
|
"default-stack-size": 8192
|
|
}
|