]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
UpdUpdate IAR projects to use Embedded Workbench V5.11.
[freertos] / Demo / ARM7_LPC2138_Rowley / FreeRTOSConfig.h
index fc3b3e08459a42496ffefdb1ce69e934e4dd13d1..ac4a01586308ffba5ff6062d715e32b99a0a87d5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V4.0.5 - Copyright (C) 2003-2006 Richard Barry.\r
+       FreeRTOS.org V4.7.0 - Copyright (C) 2003-2007 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
        See http://www.FreeRTOS.org for documentation, latest information, license \r
        and contact details.  Please ensure to read the configuration and relevant \r
        port sections of the online documentation.\r
+\r
+       Also see http://www.SafeRTOS.com a version that has been certified for use\r
+       in safety critical systems, plus commercial licensing, development and\r
+       support options.\r
        ***************************************************************************\r
 */\r
 \r
 #ifndef FREERTOS_CONFIG_H\r
 #define FREERTOS_CONFIG_H\r
 \r
-#include <LPC2138.h>\r
+#include <LPC21xx.h>\r
 #define vPortYieldProcessor swi_handler\r
 \r
 /* For compatability with the LPC2106 header. */\r
@@ -68,6 +72,8 @@ the CPU frequency. */
 #define configUSE_TRACE_FACILITY       1\r
 #define configUSE_16_BIT_TICKS         0\r
 #define configIDLE_SHOULD_YIELD                1\r
+#define configUSE_MUTEXES                      1\r
+#define configUSE_RECURSIVE_MUTEXES    1\r
 \r
 /* Co-routine definitions. */\r
 #define configUSE_CO_ROUTINES          0\r