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 864f8ce commit ae69772Copy full SHA for ae69772
pico_w/wifi/freertos/http_client/CMakeLists.txt
@@ -1,3 +1,5 @@
1
+if (0)
2
+# Currently disabled as mbedtls uses too much stack
3
add_executable(picow_freertos_http_client_nosys
4
picow_freertos_http_client.c
5
)
@@ -18,6 +20,7 @@ target_link_libraries(picow_freertos_http_client_nosys
18
20
FreeRTOS-Kernel-Heap4 # FreeRTOS kernel and dynamic heap
19
21
22
pico_add_extra_outputs(picow_freertos_http_client_nosys)
23
+endif()
24
25
add_executable(picow_freertos_http_client_sys
26
0 commit comments