Build RP2350 (Pi Pico 2) (#7441)

This commit is contained in:
Austin
2025-07-25 16:25:50 -04:00
committed by GitHub
parent 4c6db2c5bd
commit 4f57a2e248
4 changed files with 48 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ elif (echo $2 | grep -q "nrf52"); then
elif (echo $2 | grep -q "stm32"); then
bin/build-stm32.sh $1
elif (echo $2 | grep -q "rpi2040"); then
bin/build-rpi2040.sh $1
bin/build-rp2xx0.sh $1
else
echo "Unknown target $2"
exit 1