Skip to content

Commit 437a2e2

Browse files
committed
Add a bit more about why the nosys example is disabled
1 parent ae6913a commit 437a2e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pico_w/wifi/freertos/http_client/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# This example is disabled as mbedtls uses too much stack, and Freertos SMP is problematic with
2+
# pico_cyw43_arch_lwip_threadsafe_background (nosys), where WiFi and LwIP activity is performed in an IRQ.
3+
# Prefer to use pico_cyw43_arch_lwip_sys_freertos instead, where WiFi and LwIP activity is performed in a thread.
14
if (0)
2-
# Currently disabled as mbedtls uses too much stack
35
add_executable(picow_freertos_http_client_nosys
46
picow_freertos_http_client.c
57
)

0 commit comments

Comments
 (0)