From 08b8f26cd4579287f6ae0c0e5e685c28e6530812 Mon Sep 17 00:00:00 2001 From: Yuichi Nakamura Date: Mon, 18 Sep 2023 22:50:24 +0900 Subject: [PATCH] Extend PICO_HEAP_SIZE --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f2a798..d6ca40e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ execute_process(COMMAND git describe --tags --always add_compile_definitions(-DGIT_REPO_VERSION="${GIT_REPO_VERSION}") target_compile_definitions(${PROJECT_NAME} PRIVATE - PICO_HEAP_SIZE=0x10000 + PICO_HEAP_SIZE=0x18000 NO_SYS=0 # don't want NO_SYS (generally this would be in your lwipopts.h) )