Skip to content

Commit 35d697d

Browse files
committed
Rebuild static libraries
1 parent 54872c0 commit 35d697d

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

lib/libpicow-ipv6-btc-ble.a

-29.2 KB
Binary file not shown.

lib/libpicow-ipv6-nobtc-noble.a

-28.9 KB
Binary file not shown.

lib/libpicow-noipv6-btc-ble.a

-28.9 KB
Binary file not shown.

lib/libpicow-noipv6-nobtc-noble.a

-28.6 KB
Binary file not shown.

tools/libpico/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ target_compile_definitions(common INTERFACE
2828
PICO_RP2040_B2_SUPPORTED=1
2929
PICO_NO_BINARY_INFO=1
3030
PICO_CYW43_ARCH_POLL=1
31+
CYW43_LWIP=1
3132
LWIP_IPV4=1
3233
LWIP_UDP=1
3334
LWIP_IGMP=1
@@ -110,7 +111,7 @@ set(picow_link_libraries
110111
pico_async_context
111112
pico_cyw43_driver
112113
pico_cyw43_arch
113-
pico_cyw43_arch_threadsafe_background
114+
pico_cyw43_arch_poll
114115
pico_lwip
115116
pico_lwip_nosys
116117
pico_lwip_sntp

0 commit comments

Comments
 (0)