From: RichardBarry Date: Fri, 8 Aug 2008 15:54:05 +0000 (+0000) Subject: Add ColdFire definitions. X-Git-Tag: V5.1.2~257 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56b87e7f74ebd59fa43d6ec55163236665cbb0be;p=freertos Add ColdFire definitions. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@439 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index d554bde51..e7696be77 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -198,6 +198,15 @@ #include "../../Source/portable/GCC/MCF5235/portmacro.h" #endif +#ifdef COLDFIRE_V2_CODEWARRIOR + #include "../../source/portable/CodeWarrior/ColdFire_MCF52259/portmacro.h" +#endif + +#ifdef COLDFIRE_V2_GCC + #include "../../../source/portable/GCC/ColdFire_V2/portmacro.h" +#endif + + #ifdef GCC_PPC405 #include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h" #endif