From 0576d73f685c0c28bd338d8e2f1ba2205115a1bf Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sun, 16 Feb 2025 19:04:09 +0100 Subject: [PATCH] targets: add target for pico2-w board Signed-off-by: deadprogram --- targets/pico2-w.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 targets/pico2-w.json diff --git a/targets/pico2-w.json b/targets/pico2-w.json new file mode 100644 index 0000000000..0f1349645d --- /dev/null +++ b/targets/pico2-w.json @@ -0,0 +1,4 @@ +{ + "inherits": ["pico2"], + "build-tags": ["pico2-w", "cyw43439"] +}