Skip to content

Commit

Permalink
Add a bit more about why the nosys example is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
peterharperuk committed Nov 22, 2024
1 parent ae6913a commit 437a2e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pico_w/wifi/freertos/http_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This example is disabled as mbedtls uses too much stack, and Freertos SMP is problematic with
# pico_cyw43_arch_lwip_threadsafe_background (nosys), where WiFi and LwIP activity is performed in an IRQ.
# Prefer to use pico_cyw43_arch_lwip_sys_freertos instead, where WiFi and LwIP activity is performed in a thread.
if (0)
# Currently disabled as mbedtls uses too much stack
add_executable(picow_freertos_http_client_nosys
picow_freertos_http_client.c
)
Expand Down

0 comments on commit 437a2e2

Please sign in to comment.