]> git.sur5r.net Git - freertos/commitdiff
Add MSP430 IAR definition.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 26 Oct 2008 15:36:43 +0000 (15:36 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 26 Oct 2008 15:36:43 +0000 (15:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@533 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/include/portable.h

index c8b5fe8463319a5df933eae97badd82e079284b2..8393493a4c3f6ae0cd0ea61e75da68a8481c04e2 100644 (file)
        Please ensure to read the configuration and relevant port sections of the\r
        online documentation.\r
 \r
-       http://www.FreeRTOS.org - Documentation, latest information, license and \r
+       http://www.FreeRTOS.org - Documentation, latest information, license and\r
        contact details.\r
 \r
-       http://www.SafeRTOS.com - A version that is certified for use in safety \r
+       http://www.SafeRTOS.com - A version that is certified for use in safety\r
        critical systems.\r
 \r
-       http://www.OpenRTOS.com - Commercial support, development, porting, \r
+       http://www.OpenRTOS.com - Commercial support, development, porting,\r
        licensing and training services.\r
 */\r
 \r
        #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h"\r
 #endif\r
 \r
+#ifdef IAR_MSP430\r
+       #include "..\..\Source\portable\IAR\MSP430\portmacro.h" \r
+#endif\r
+       \r
 #ifdef GCC_MSP430\r
        #include "../../Source/portable/GCC/MSP430F449/portmacro.h"\r
 #endif\r