]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / TriCore_TC1782_TriBoard_GCC / RTOSDemo / FreeRTOSConfig.h
index 1f4e2c0b2d28cf13629921b291f94967bc01d4c0..7edb28337072d853d1424b171d3e582c3af162cd 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V8.0.0:rc1 - 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
 #ifndef FREERTOS_CONFIG_H\r
 #define FREERTOS_CONFIG_H\r
 \r
-/* \r
+/*\r
  * The following #error directive is to remind users that a batch file must be\r
- * executed prior to this project being built.  The batch file *cannot* be \r
- * executed from within the IDE!  Once it has been executed, re-open or refresh \r
+ * executed prior to this project being built.  The batch file *cannot* be\r
+ * executed from within the IDE!  Once it has been executed, re-open or refresh\r
  * the Eclipse project and remove the #error line below.\r
  */\r
 #error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
@@ -93,8 +94,8 @@
 peripheral clock. */\r
 #define configCPU_CLOCK_HZ                                     ( ( unsigned long ) 150000000UL )\r
 #define configPERIPHERAL_CLOCK_HZ                      ( ( unsigned long ) configCPU_CLOCK_HZ / 2UL )\r
-#define configTICK_RATE_HZ                                     ( ( portTickType ) 1000UL )\r
-#define configMAX_PRIORITIES                           ( ( unsigned portBASE_TYPE ) 6 )\r
+#define configTICK_RATE_HZ                                     ( ( TickType_t ) 1000UL )\r
+#define configMAX_PRIORITIES                           ( 6 )\r
 #define configMINIMAL_STACK_SIZE                       ( ( unsigned short ) 128 )\r
 #define configTOTAL_HEAP_SIZE                          ( ( size_t ) ( 35U * 1024U ) )\r
 #define configMAX_TASK_NAME_LEN                                ( 16 )\r