]> git.sur5r.net Git - freertos/blobdiff - Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / NiosII_CycloneIII_DBC3C40_GCC / RTOSDemo / FreeRTOSConfig.h
index db1896d87e8728e729c6ba46052b486af6a283e6..c0a44bb45e258f4482b0368ae697ab62b0d121a8 100644 (file)
@@ -1,19 +1,19 @@
 /*\r
-    FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.\r
+    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.\r
 \r
     This file is part of the FreeRTOS distribution.\r
 \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
+    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
     **NOTE** The exception to the GPL is included to allow you to distribute a\r
-    combined work that includes FreeRTOS without being obliged to provide the \r
-    source code for proprietary components outside of the FreeRTOS kernel.  \r
-    Alternative commercial license and support terms are also available upon \r
-    request.  See the licensing section of http://www.FreeRTOS.org for full \r
+    combined work that includes FreeRTOS without being obliged to provide the\r
+    source code for proprietary components outside of the FreeRTOS kernel.\r
+    Alternative commercial license and support terms are also available upon\r
+    request.  See the licensing section of http://www.FreeRTOS.org for full\r
     license details.\r
 \r
-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT\r
+    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT\r
     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\r
     more details.\r
@@ -25,8 +25,9 @@
 \r
     ***************************************************************************\r
     *                                                                         *\r
-    * Looking for a quick start?  Then check out the FreeRTOS eBook!          *\r
-    * See http://www.FreeRTOS.org/Documentation for details                   *\r
+    * The FreeRTOS eBook and reference manual are available to purchase for a *\r
+    * small fee. Help yourself get started quickly while also helping the     *\r
+    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *\r
     *                                                                         *\r
     ***************************************************************************\r
 \r
@@ -64,7 +65,7 @@
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            0\r
 #define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
-#define configCPU_CLOCK_HZ                             ( ( unsigned portLONG ) SYS_CLK_FREQ )  \r
+#define configCPU_CLOCK_HZ                             ( ( unsigned long ) SYS_CLK_FREQ )  \r
 #define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 5 )\r
 #define configMINIMAL_STACK_SIZE               ( 1024 )\r
 #define configISR_STACK_SIZE                   configMINIMAL_STACK_SIZE\r