Skip to content

Commit

Permalink
Disable freertos nosys version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterharperuk committed Mar 15, 2024
1 parent 9524737 commit 98bb7d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pico_w/wifi/freertos/http_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if (0)
# Currently disabled as mbedtls uses too much stack
add_executable(picow_freertos_http_client_nosys
picow_freertos_http_client.c
)
Expand All @@ -18,6 +20,7 @@ target_link_libraries(picow_freertos_http_client_nosys
FreeRTOS-Kernel-Heap4 # FreeRTOS kernel and dynamic heap
)
pico_add_extra_outputs(picow_freertos_http_client_nosys)
endif()

add_executable(picow_freertos_http_client_sys
picow_freertos_http_client.c
Expand Down

0 comments on commit 98bb7d9

Please sign in to comment.