mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
add comboat_fw tag for elecrow W5 boards with Combo-AT Wifi firmware
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"inherits": ["rp2040"],
|
||||
"build-tags": ["elecrow_rp2040"],
|
||||
"build-tags": ["elecrow_rp2040", "comboat_fw"],
|
||||
"serial-port": ["2e8a:000a"],
|
||||
"default-stack-size": 8192,
|
||||
"ldflags": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"inherits": ["rp2350"],
|
||||
"build-tags": ["elecrow_rp2350"],
|
||||
"build-tags": ["elecrow_rp2350", "comboat_fw"],
|
||||
"serial-port": ["2e8a:000f"],
|
||||
"default-stack-size": 8192,
|
||||
"ldflags": [
|
||||
|
||||
Reference in New Issue
Block a user