]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
Update version number ready for next release.
[freertos] / FreeRTOS / Demo / ARM7_LPC2129_IAR / FreeRTOSConfig.h
index cad05844dcea9cb30d47528f7f7ebd4b2ec818ae..1e302cbadfdb8ab970aac259f6aad802e673a17c 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.0.0\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.2.1\r
+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -10,8 +10,7 @@
  * subject to the following conditions:\r
  *\r
  * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software. If you wish to use our Amazon\r
- * FreeRTOS name, please do so in a fair use way that does not cause confusion.\r
+ * copies or substantial portions of the Software.\r
  *\r
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
@@ -30,7 +29,9 @@
 #define FREERTOS_CONFIG_H\r
 \r
 /* Hardware specifics. */\r
-#include <NXP/iolpc2129.h>\r
+#ifdef __ICCARM__\r
+       #include <NXP/iolpc2129.h>\r
+#endif\r
 \r
 /*-----------------------------------------------------------\r
  * Application specific definitions.\r
@@ -39,9 +40,9 @@
  * 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
+ * See http://www.freertos.org/a00110.html\r
  *----------------------------------------------------------*/\r
 \r
 #define configUSE_PREEMPTION           1\r