]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/FreeRTOSConfig.h
Added a build configuration for the Wonder Gecko starter kit to the existing Giant...
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / FreeRTOSConfig.h
index f97b23a724e934c981bdac3a13e7bfa975413554..8c9f5192b0bc55384178dd024eef6dc1ceb7039d 100644 (file)
@@ -134,9 +134,9 @@ the comments at the top of main.c for more information. */
 #define configSUPPORT_STATIC_ALLOCATION                        ( 1 )\r
 #define configCPU_CLOCK_HZ                                             (( unsigned long ) 14000000)\r
 #define configMAX_PRIORITIES                                   ( 6 )\r
-#define configMINIMAL_STACK_SIZE                               (( unsigned short ) 140)\r
-#define configTOTAL_HEAP_SIZE                                  (( size_t )(40000))\r
-#define configMAX_TASK_NAME_LEN                                   ( 10 )\r
+#define configMINIMAL_STACK_SIZE                               (( unsigned short ) 130)\r
+#define configTOTAL_HEAP_SIZE                                  (( size_t )(25000))\r
+#define configMAX_TASK_NAME_LEN                                        ( 10 )\r
 #define configUSE_TRACE_FACILITY                               ( 0 )\r
 #define configUSE_16_BIT_TICKS                                 ( 0 )\r
 #define configIDLE_SHOULD_YIELD                                        ( 0 )\r
@@ -145,7 +145,7 @@ the comments at the top of main.c for more information. */
 #define configUSE_COUNTING_SEMAPHORES                  ( 1 )\r
 #define configUSE_ALTERNATIVE_API                              ( 0 )/* Deprecated! */\r
 #define configQUEUE_REGISTRY_SIZE                              ( 10 )\r
-#define configUSE_QUEUE_SETS                                    ( 0 )\r
+#define configUSE_QUEUE_SETS                                   ( 0 )\r
 \r
 /* Run time stats gathering related definitions. */\r
 #define configGENERATE_RUN_TIME_STATS                  ( 0 )\r