Skip to content

Commit ebbd6ee

Browse files
committed
Change the order of the boards, remove stale TODO, add a new TODO
1 parent 4dd5607 commit ebbd6ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

software/uf2_build/copy_and_compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ echo "Compiling micropython and firmware modules..."
3434
cd /micropython/ports/rp2
3535

3636
# 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"
37+
# TODO: What do we actually need to remove?
38+
BOARDS="RPI_PICO2 RPI_PICO RPI_PICO2_W RPI_PICO_W"
3939

4040
for b in $BOARDS; do
4141
echo "make BOARD=$b"

0 commit comments

Comments
 (0)