]> git.sur5r.net Git - freertos/blobdiff - Demo/MCF5235_GCC/FreeRTOSConfig.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / MCF5235_GCC / FreeRTOSConfig.h
index 11573fa4a265bc4834e128af5963969a93acab9d..d7d24c1b09c716ced2d3c61da622910848403db0 100644 (file)
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.\r
 \r
     FreeRTOS is free software; you can redistribute it and/or modify\r
-    it under the terms of the GNU General Public License as published by\r
+    it under the terms of the GNU General Public License** as published by\r
     the Free Software Foundation; either version 2 of the License, or\r
     (at your option) any later version.\r
 \r
     ***************************************************************************\r
     ***************************************************************************\r
     *                                                                         *\r
-    * SAVE TIME AND MONEY!  We can port FreeRTOS.org to your own hardware,    *\r
-    * and even write all or part of your application on your behalf.          *\r
-    * See http://www.OpenRTOS.com for details of the services we provide to   *\r
-    * expedite your project.                                                  *\r
+    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *\r
+       *                                                                         *\r
+       * This is a concise, step by step, 'hands on' guide that describes both   *\r
+       * general multitasking concepts and FreeRTOS specifics. It presents and   *\r
+       * explains numerous examples that are written using the FreeRTOS API.     *\r
+       * Full source code for all the examples is provided in an accompanying    *\r
+       * .zip file.                                                              *\r
     *                                                                         *\r
     ***************************************************************************\r
     ***************************************************************************\r
  * application requirements.\r
  *\r
  * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
+ * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. \r
+ *\r
+ * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
 \r
 #define configUSE_PREEMPTION        1\r
 #define configUSE_IDLE_HOOK         0\r
 #define configUSE_TICK_HOOK         0\r
-#define configCPU_CLOCK_HZ          ( ( unsigned portLONG ) 25000000 )\r
+#define configCPU_CLOCK_HZ          ( ( unsigned long ) 25000000 )\r
 #define configTICK_RATE_HZ          ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES        ( ( unsigned portBASE_TYPE ) 7 )\r
-#define configMINIMAL_STACK_SIZE    ( ( unsigned portSHORT ) 256 )\r
+#define configMINIMAL_STACK_SIZE    ( ( unsigned short ) 256 )\r
 #define configMAX_TASK_NAME_LEN     ( 16 )\r
 #define configUSE_TRACE_FACILITY    1\r
 #define configUSE_16_BIT_TICKS      0\r