aboutsummaryrefslogtreecommitdiffstats
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorFelipe Martínez <felipe@pipe01.net>2024-12-09 01:10:09 +0100
committerGitHub <noreply@github.com>2024-12-09 00:10:09 +0000
commitb8c51abe691a2d0f6770f4bfef3574541f49d744 (patch)
tree0e501734fed33451789943e30aad9be23d8eb3c6 /src/FreeRTOSConfig.h
parent2105a7b63da8d4065ebfc62e0057f225358eedfc (diff)
Use all free RAM for FreeRTOS heap
* Use all free RAM for FreeRTOS heap * Wrap newlib malloc and related functions * Implement calloc
Diffstat (limited to 'src/FreeRTOSConfig.h')
-rw-r--r--src/FreeRTOSConfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index 67c33a34..d877705a 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -62,7 +62,6 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
-#define configTOTAL_HEAP_SIZE (1024 * 40)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1