We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd5607 commit ebbd6eeCopy full SHA for ebbd6ee
1 file changed
software/uf2_build/copy_and_compile.sh
@@ -34,8 +34,8 @@ echo "Compiling micropython and firmware modules..."
34
cd /micropython/ports/rp2
35
36
# Pico W must be last; we need to remove some code to make it fit
37
-# TODO: add RPI_PICO2_W once it's supported
38
-BOARDS="RPI_PICO RPI_PICO2 RPI_PICO_W RPI_PICO2_W"
+# TODO: What do we actually need to remove?
+BOARDS="RPI_PICO2 RPI_PICO RPI_PICO2_W RPI_PICO_W"
39
40
for b in $BOARDS; do
41
echo "make BOARD=$b"
0 commit comments