summaryrefslogtreecommitdiff
path: root/src/memory/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-09-26 21:46:05 +1000
committerjacqueline <me@jacqueline.id.au>2023-09-26 21:46:05 +1000
commitce57b236c4b5fde21791fe6fa8a8a39cdfac78b4 (patch)
tree2765b42f19591f08038a03728e7c434d6c2b13d8 /src/memory/CMakeLists.txt
parent252f685ef1502016ed00be4eeaa4a217386fbce0 (diff)
downloadtangara-fw-ce57b236c4b5fde21791fe6fa8a8a39cdfac78b4.tar.gz
Move every alloc over 256 bytes into PSRAM
Diffstat (limited to 'src/memory/CMakeLists.txt')
-rw-r--r--src/memory/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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})