]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/FreeRTOSConfig.h
Prepare for V9.0.0 release:
[freertos] / FreeRTOS / Demo / MSP430X_MSP430FR5969_LaunchPad_IAR_CCS / FreeRTOSConfig.h
index 2fedcc40d9dcd81c63ab5aab4c996460bd9a67ef..004b5cde2cd402466a0a7e0edb77956a663e9fd4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.\r
+    FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -8,7 +8,7 @@
 \r
     FreeRTOS is free software; you can redistribute it and/or modify it under\r
     the terms of the GNU General Public License (version 2) as published by the\r
-    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
+    Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.\r
 \r
     ***************************************************************************\r
     >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
@@ -144,9 +144,8 @@ left at 1 with no impact on the code size. */
 #define INCLUDE_xTaskGetIdleTaskHandle                 1\r
 #define INCLUDE_xQueueGetMutexHolder                   1\r
 #define INCLUDE_eTaskGetState                                  1\r
-#define INCLUDE_xEventGroupSetBitFromISR               1\r
+#define INCLUDE_xEventGroupSetBitsFromISR              1\r
 #define INCLUDE_xTimerPendFunctionCall                 1\r
-#define INCLUDE_pcTaskGetTaskName                              1\r
 \r
 /* Include functions that format system and run-time stats into human readable\r
 tables. */\r
@@ -198,7 +197,7 @@ CLI. */
 #else\r
        /* Using the CCS pre-processor constants. */\r
        #ifdef __LARGE_DATA_MODEL__\r
-               #define configMINIMAL_STACK_SIZE                ( ( unsigned short ) 80 )\r
+               #define configMINIMAL_STACK_SIZE                ( ( unsigned short ) 85 )\r
        #else\r
                #define configMINIMAL_STACK_SIZE                ( ( unsigned short ) 140 )\r
        #endif\r