From e7118e5bdab678dea1366364e3209ba7ecf19992 Mon Sep 17 00:00:00 2001 From: Scott Feldman Date: Thu, 20 Feb 2025 10:58:22 -0800 Subject: [PATCH] add comboat_fw tag for elecrow W5 boards with Combo-AT Wifi firmware --- targets/elecrow-rp2040.json | 2 +- targets/elecrow-rp2350.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/elecrow-rp2040.json b/targets/elecrow-rp2040.json index 07391a6ee..46feadc4d 100644 --- a/targets/elecrow-rp2040.json +++ b/targets/elecrow-rp2040.json @@ -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": [ diff --git a/targets/elecrow-rp2350.json b/targets/elecrow-rp2350.json index aecc86723..75876ed5f 100644 --- a/targets/elecrow-rp2350.json +++ b/targets/elecrow-rp2350.json @@ -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": [