]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
Update to V6.1.1
[freertos] / Demo / CORTEX_MPU_LM3Sxxxx_Rowley / FreeRTOSConfig.h
index df42f67c6b761efa0d7db25c799a944c67897f0f..f9231c09f135bd1bf23d2b1e92443940834215ff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.\r
+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
 \r
     ***************************************************************************\r
     *                                                                         *\r
@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *\r
     *    + Wanting to improve your FreeRTOS skills and productivity           *\r
     *                                                                         *\r
-    * then take a look at the FreeRTOS eBook                                  *\r
+    * then take a look at the FreeRTOS books - available as PDF or paperback  *\r
     *                                                                         *\r
     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *\r
     *                  http://www.FreeRTOS.org/Documentation                  *\r
@@ -110,7 +110,4 @@ to exclude the API function. */
 #define configKERNEL_INTERRUPT_PRIORITY                ( ( unsigned char ) 7 << configUNUSED_PRIO_BITS )       /* Priority 7, or 255 as only the top three bits are implemented.  This is the lowest priority. */\r
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( ( unsigned char ) 5 << configUNUSED_PRIO_BITS )  /* Priority 5, or 160 as only the top three bits are implemented. */\r
 \r
-#define pvPortMallocAligned( x, puxStackBuffer ) ( ( puxStackBuffer == NULL ) ? ( pvPortMalloc( x ) ) : ( puxStackBuffer ) )\r
-#define vPortFreeAligned( x ) ( void ) x\r
-\r
 #endif /* FREERTOS_CONFIG_H */\r