Skip to content

Commit 33b0fd5

Browse files
Fix pinMode for RP2040 PicoW (earlephilhower#2638)
Enable WL_DYNAMIC on the RP2040 lib builds. Fixes earlephilhower#2637
1 parent 7add625 commit 33b0fd5

File tree

11 files changed

+4
-1
lines changed

11 files changed

+4
-1
lines changed

lib/rp2040/libipv4-big.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-bt-big.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-bt.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-big.a

9.41 KB
Binary file not shown.

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

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6.a

9.41 KB
Binary file not shown.

lib/rp2040/libipv4.a

9.41 KB
Binary file not shown.

lib/rp2040/libpico.a

0 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source [find interface/cmsis-dap.cfg]
2+
adapter speed 5000
3+
source [find target/rp2350-riscv.cfg]

tools/libpico/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ elseif (${cpu} MATCHES "rp2350")
106106
PICO_RP2350=1
107107
PICO_USE_BLOCKED_RAM=0
108108

109-
CYW43_PIN_WL_DYNAMIC=1
110109
CYW43_DEFAULT_PIN_WL_REG_ON=23u
111110
CYW43_DEFAULT_PIN_WL_DATA_OUT=24u
112111
CYW43_DEFAULT_PIN_WL_DATA_IN=24u
@@ -131,6 +130,7 @@ target_compile_definitions(common-${cpu} INTERFACE
131130
PICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1
132131
CYW43_WARN=//
133132
CYW43_PIO_CLOCK_DIV_DYNAMIC=1
133+
CYW43_PIN_WL_DYNAMIC=1
134134
${xcd}
135135
)
136136

0 commit comments

Comments
 (0)