mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
New Boards: Pimoroni Blinky 2350 and Badger 2350 (#5434)
* Prepares target for Piromoni Blinky 2350
* Adds target for Piromoni Badger 2350
* Updates submodules
* Removes redundant csv mention
* Revert "Updates submodules"
This reverts commit f05c2e1f2b.
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"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"inherits": ["rp2350"],
|
||||
"build-tags": ["blinky2350"],
|
||||
"serial-port": ["2e8a:0005"],
|
||||
"default-stack-size": 8192,
|
||||
"ldflags": [
|
||||
"--defsym=__flash_size=16M"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user