Skip to content

Commit e7118e5

Browse files
scottfeldmandeadprogram
authored andcommitted
add comboat_fw tag for elecrow W5 boards with Combo-AT Wifi firmware
1 parent 150d9d1 commit e7118e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/elecrow-rp2040.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["rp2040"],
3-
"build-tags": ["elecrow_rp2040"],
3+
"build-tags": ["elecrow_rp2040", "comboat_fw"],
44
"serial-port": ["2e8a:000a"],
55
"default-stack-size": 8192,
66
"ldflags": [

targets/elecrow-rp2350.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["rp2350"],
3-
"build-tags": ["elecrow_rp2350"],
3+
"build-tags": ["elecrow_rp2350", "comboat_fw"],
44
"serial-port": ["2e8a:000f"],
55
"default-stack-size": 8192,
66
"ldflags": [

0 commit comments

Comments
 (0)