]> git.sur5r.net Git - freertos/blobdiff - Demo/Cortex_STM32L152_IAR/FreeRTOSConfig.h
Complete the STM32L152 demo application functionality - it is still to be 'production...
[freertos] / Demo / Cortex_STM32L152_IAR / FreeRTOSConfig.h
index ab9283838a2486a4e67eda30a767eb120d55a076..a4aa0374f655c6c0af1002e76963ff32ffb6d363 100644 (file)
 #define configUSE_TRACE_FACILITY               0\r
 #define configUSE_16_BIT_TICKS                 0\r
 #define configIDLE_SHOULD_YIELD                        1\r
-#define configQUEUE_REGISTRY_SIZE              1\r
+#define configUSE_MUTEXES                              1\r
+#define configQUEUE_REGISTRY_SIZE              5\r
 #define configGENERATE_RUN_TIME_STATS  1\r
 #define configCHECK_FOR_STACK_OVERFLOW 2\r
+#define configUSE_RECURSIVE_MUTEXES            0\r
+#define configUSE_MALLOC_FAILED_HOOK   1\r
+#define configUSE_APPLICATION_TASK_TAG 0\r
 \r
 /* Co-routine definitions. */\r
 #define configUSE_CO_ROUTINES          0\r