Skip to content

Commit 4eca6de

Browse files
committed
Fix WiFi SPI communication for overclocked Pico W
1 parent 3488991 commit 4eca6de

File tree

11 files changed

+7
-1
lines changed

11 files changed

+7
-1
lines changed

lib/rp2040/libipv4-big.a

354 KB
Binary file not shown.

lib/rp2040/libipv4-bt-big.a

1.01 MB
Binary file not shown.

lib/rp2040/libipv4-bt.a

1.01 MB
Binary file not shown.

lib/rp2040/libipv4-ipv6-big.a

409 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt-big.a

1.06 MB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt.a

1.06 MB
Binary file not shown.

lib/rp2040/libipv4-ipv6.a

409 KB
Binary file not shown.

lib/rp2040/libipv4.a

354 KB
Binary file not shown.

lib/rp2040/libpico.a

226 KB
Binary file not shown.

tools/platformio-build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def is_pio_build():
115115
"ARM_MATH_CM0_PLUS",
116116
"TARGET_RP2040",
117117
("PICO_RP2040", "1"),
118-
("CYW43_PIO_CLOCK_DIV_DYNAMIC", "1")
119118
# at this point, the main.py builder script hasn't updated upload.maximum_size yet,
120119
# so it's the original value for the full flash.
121120
("PICO_FLASH_SIZE_BYTES", board.get("upload.maximum_size"))

0 commit comments

Comments
 (0)