mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
Adds target for Piromoni Badger 2350
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"inherits": ["rp2350"],
|
||||
"build-tags": ["badger2350"],
|
||||
"serial-port": ["2e8a:0005"],
|
||||
"default-stack-size": 8192,
|
||||
"ldflags": [
|
||||
"--defsym=__flash_size=16M"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user