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:
Marco Feltmann
2026-06-13 13:00:29 +00:00
committed by GitHub
parent ec18e89365
commit 6605b6e43f
4 changed files with 243 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"inherits": ["rp2350"],
"build-tags": ["badger2350"],
"serial-port": ["2e8a:0005"],
"default-stack-size": 8192,
"ldflags": [
"--defsym=__flash_size=16M"
]
}
+9
View File
@@ -0,0 +1,9 @@
{
"inherits": ["rp2350"],
"build-tags": ["blinky2350"],
"serial-port": ["2e8a:0005"],
"default-stack-size": 8192,
"ldflags": [
"--defsym=__flash_size=16M"
]
}