From ce57b236c4b5fde21791fe6fa8a8a39cdfac78b4 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 26 Sep 2023 21:46:05 +1000 Subject: Move every alloc over 256 bytes into PSRAM --- src/memory/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/memory/CMakeLists.txt') diff --git a/src/memory/CMakeLists.txt b/src/memory/CMakeLists.txt index bd162e18..beee7399 100644 --- a/src/memory/CMakeLists.txt +++ b/src/memory/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-only idf_component_register( - SRCS "memory_resource.cpp" "allocator.cpp" + SRCS "memory_resource.cpp" INCLUDE_DIRS "include" REQUIRES "esp_psram") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) -- cgit v1.2.3