summaryrefslogtreecommitdiff
path: root/freertos
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2018-10-31 16:06:15 +0100
committerDominik Sliwa <dominik.sliwa@toradex.com>2018-10-31 16:12:34 +0100
commit91c4e8e66f28d3967e3c2a36478810c10031b8e5 (patch)
treeb0731f62795cc3774b9661b01f071e58e1dfbef1 /freertos
parent11ceeadccd30e1985eaf85b6cd46cf04c846a8d9 (diff)
switch to heap_1 allocator
Heap_4 allocator was used before. Since we only allocate memory on boot and never delete anything heap_1 allocator can be used. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Diffstat (limited to 'freertos')
-rw-r--r--freertos/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/freertos/CMakeLists.txt b/freertos/CMakeLists.txt
index bb81dd9..d4b9890 100644
--- a/freertos/CMakeLists.txt
+++ b/freertos/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(FREERTOS_HEAP_ALLOCATOR 4)
+set(FREERTOS_HEAP_ALLOCATOR 1)
list(APPEND SOURCES
${CMAKE_CURRENT_LIST_DIR}/src/croutine.c