summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-02-08 18:01:02 +0100
committerJF <jf@codingfield.com>2020-02-08 18:01:02 +0100
commita97faf8e9e84053d6db37549cc4211866cb3b89f (patch)
treeafa8a16faba5860c353c8748e646933cad14dbd8 /src/FreeRTOSConfig.h
parente737fb0499769fa342e4dc267416a7ce5da2574c (diff)
First quick'n'dirty integration of LittleVGL. Needs some cleaning.
Diffstat (limited to 'src/FreeRTOSConfig.h')
-rw-r--r--src/FreeRTOSConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index ecc631bb..609c3f2b 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -63,7 +63,7 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES ( 3 )
#define configMINIMAL_STACK_SIZE ( 120 )
-#define configTOTAL_HEAP_SIZE ( 24000 )
+#define configTOTAL_HEAP_SIZE ( 1024*10 )
#define configMAX_TASK_NAME_LEN ( 4 )
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
@@ -78,7 +78,7 @@
#define configENABLE_BACKWARD_COMPATIBILITY 1
/* Hook function related definitions. */
-#define configUSE_IDLE_HOOK 0
+#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 0
#define configCHECK_FOR_STACK_OVERFLOW 0
#define configUSE_MALLOC_FAILED_HOOK 0