mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
targets: add support for Seeedstudio Xiao-RP2350 board.
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"inherits": [
|
||||
"rp2350"
|
||||
],
|
||||
"serial-port": ["2e8a:000a"],
|
||||
"build-tags": ["xiao_rp2350"],
|
||||
"default-stack-size": 8192
|
||||
}
|
||||
Reference in New Issue
Block a user