From: richardbarry Date: Sun, 26 Oct 2008 15:36:43 +0000 (+0000) Subject: Add MSP430 IAR definition. X-Git-Tag: V5.1.2~163 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56dacd91941ef86970f31c1274c855fbc05a3956;p=freertos Add MSP430 IAR definition. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@533 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index c8b5fe846..8393493a4 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -37,13 +37,13 @@ Please ensure to read the configuration and relevant port sections of the online documentation. - http://www.FreeRTOS.org - Documentation, latest information, license and + http://www.FreeRTOS.org - Documentation, latest information, license and contact details. - http://www.SafeRTOS.com - A version that is certified for use in safety + http://www.SafeRTOS.com - A version that is certified for use in safety critical systems. - http://www.OpenRTOS.com - Commercial support, development, porting, + http://www.OpenRTOS.com - Commercial support, development, porting, licensing and training services. */ @@ -110,6 +110,10 @@ #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h" #endif +#ifdef IAR_MSP430 + #include "..\..\Source\portable\IAR\MSP430\portmacro.h" +#endif + #ifdef GCC_MSP430 #include "../../Source/portable/GCC/MSP430F449/portmacro.h" #endif