We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6913a commit 437a2e2Copy full SHA for 437a2e2
pico_w/wifi/freertos/http_client/CMakeLists.txt
@@ -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.
4
if (0)
-# Currently disabled as mbedtls uses too much stack
5
add_executable(picow_freertos_http_client_nosys
6
picow_freertos_http_client.c
7
)
0 commit comments