]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Demo / ColdFire_MCF52259_CodeWarrior / FreeRTOSConfig.h
index f2c4cad130287b085d5c09fca9732aad1711f5f0..2265176c18419adf4c3068588975ecd329d17a7e 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. \r
+    All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 \r
@@ -94,7 +95,7 @@ before compiling. */
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            0\r
 #define configCPU_CLOCK_HZ                             ( ( unsigned long ) 80000000 )\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 100 )\r
+#define configTICK_RATE_HZ                             ( ( TickType_t ) 100 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 160 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 30 * 1024 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r
@@ -108,7 +109,7 @@ before compiling. */
 #define configQUEUE_REGISTRY_SIZE              0\r
 #define configUSE_COUNTING_SEMAPHORES  0\r
 \r
-#define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 6 )\r
+#define configMAX_PRIORITIES           ( 6 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
 \r
 /* Set the following definitions to 1 to include the API function, or zero\r
@@ -128,7 +129,7 @@ to exclude the API function. */
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   4\r
 \r
 /* This demo makes use of one or more example stats formatting functions.  These\r
-format the raw data provided by the xTaskGetSystemState() function in to human\r
+format the raw data provided by the uxTaskGetSystemState() function in to human\r
 readable ASCII form.  See the notes in the implementation of vTaskList() within \r
 FreeRTOS/Source/tasks.c for limitations. */\r
 #define configUSE_STATS_FORMATTING_FUNCTIONS   1\r