]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/FreeRTOSConfig.h
Update MSP432 projects to use updated driver library files.
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio / FreeRTOSConfig.h
index 5279f99720f31b9cd28676197eb7c0ea268b01c8..56283475e9b02cdb4217e0419bc829830d092329 100644 (file)
@@ -98,7 +98,7 @@ extern "C" {
  *  See the comments at the top of main.c, main_full.c and main_low_power.c for\r
  *  more information.\r
  */\r
-#define configCREATE_LOW_POWER_DEMO            0\r
+#define configCREATE_LOW_POWER_DEMO            1\r
 \r
 /* Some configuration is dependent on the demo being built. */\r
 #if( configCREATE_LOW_POWER_DEMO == 0 )\r
@@ -150,7 +150,7 @@ extern "C" {
 #define configCPU_CLOCK_HZ                                             ( CMU_ClockFreqGet( cmuClock_CORE ) )\r
 #define configMAX_PRIORITIES                                   ( 6 )\r
 #define configMINIMAL_STACK_SIZE                               (( unsigned short ) 130)\r
-#define configTOTAL_HEAP_SIZE                                  (( size_t )(25000))\r
+#define configTOTAL_HEAP_SIZE                                  (( size_t )(24000))\r
 #define configMAX_TASK_NAME_LEN                                        ( 10 )\r
 #define configUSE_TRACE_FACILITY                               ( 0 )\r
 #define configUSE_16_BIT_TICKS                                 ( 0 )\r
@@ -214,7 +214,6 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
 #define INCLUDE_uxTaskGetStackHighWaterMark            ( 0 )\r
 #define INCLUDE_xTaskGetIdleTaskHandle                 ( 0 )\r
 #define INCLUDE_xTimerGetTimerDaemonTaskHandle ( 0 )\r
-#define INCLUDE_pcTaskGetTaskName                              ( 0 )\r
 #define INCLUDE_eTaskGetState                                  ( 1 )\r
 #define INCLUDE_xTimerPendFunctionCall                 ( 1 )\r
 \r