Skip to content

Commit 98bb7d9

Browse files
committed
Disable freertos nosys version
1 parent 9524737 commit 98bb7d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pico_w/wifi/freertos/http_client/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
if (0)
2+
# Currently disabled as mbedtls uses too much stack
13
add_executable(picow_freertos_http_client_nosys
24
picow_freertos_http_client.c
35
)
@@ -18,6 +20,7 @@ target_link_libraries(picow_freertos_http_client_nosys
1820
FreeRTOS-Kernel-Heap4 # FreeRTOS kernel and dynamic heap
1921
)
2022
pico_add_extra_outputs(picow_freertos_http_client_nosys)
23+
endif()
2124

2225
add_executable(picow_freertos_http_client_sys
2326
picow_freertos_http_client.c

0 commit comments

Comments
 (0)