Skip to content

Commit

Permalink
Fix pinMode for RP2040 PicoW
Browse files Browse the repository at this point in the history
Enable WL_DYNAMIC on the RP2040 lib builds.

Fixes #2637
  • Loading branch information
earlephilhower committed Nov 25, 2024
1 parent 7add625 commit 9b7ddf8
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1 deletion.
Binary file modified lib/rp2040/libipv4-big.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4-bt-big.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4-bt.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4-ipv6-big.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4-ipv6-bt-big.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4-ipv6-bt.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4-ipv6.a
Binary file not shown.
Binary file modified lib/rp2040/libipv4.a
Binary file not shown.
Binary file modified lib/rp2040/libpico.a
Binary file not shown.
3 changes: 3 additions & 0 deletions lib/rp2350-riscv/picoprobe_cmsis_dap.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source [find interface/cmsis-dap.cfg]
adapter speed 5000
source [find target/rp2350-riscv.cfg]
2 changes: 1 addition & 1 deletion tools/libpico/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ elseif (${cpu} MATCHES "rp2350")
PICO_RP2350=1
PICO_USE_BLOCKED_RAM=0

CYW43_PIN_WL_DYNAMIC=1
CYW43_DEFAULT_PIN_WL_REG_ON=23u
CYW43_DEFAULT_PIN_WL_DATA_OUT=24u
CYW43_DEFAULT_PIN_WL_DATA_IN=24u
Expand All @@ -131,6 +130,7 @@ target_compile_definitions(common-${cpu} INTERFACE
PICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1
CYW43_WARN=//
CYW43_PIO_CLOCK_DIV_DYNAMIC=1
CYW43_PIN_WL_DYNAMIC=1
${xcd}
)

Expand Down

0 comments on commit 9b7ddf8

Please sign in to comment.