mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-01 18:29:03 +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"],
|
"inherits": ["rp2040"],
|
||||||
"build-tags": ["elecrow_rp2040"],
|
"build-tags": ["elecrow_rp2040", "comboat_fw"],
|
||||||
"serial-port": ["2e8a:000a"],
|
"serial-port": ["2e8a:000a"],
|
||||||
"default-stack-size": 8192,
|
"default-stack-size": 8192,
|
||||||
"ldflags": [
|
"ldflags": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"inherits": ["rp2350"],
|
"inherits": ["rp2350"],
|
||||||
"build-tags": ["elecrow_rp2350"],
|
"build-tags": ["elecrow_rp2350", "comboat_fw"],
|
||||||
"serial-port": ["2e8a:000f"],
|
"serial-port": ["2e8a:000f"],
|
||||||
"default-stack-size": 8192,
|
"default-stack-size": 8192,
|
||||||
"ldflags": [
|
"ldflags": [
|
||||||
|
|||||||
Reference in New Issue
Block a user