summaryrefslogtreecommitdiff
path: root/Source/include
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-08-08 15:54:05 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-08-08 15:54:05 +0000
commita51b383ee13391db9dcb0670dbb7e036c1bad41c (patch)
tree7198f3c8af3caf8741c10ce41eb93fbfa8bcfeb2 /Source/include
parentbf3a914e1d8a04d0d98e00e137fd99eb8b03a4d0 (diff)
downloadfreertos-a51b383ee13391db9dcb0670dbb7e036c1bad41c.tar.gz
freertos-a51b383ee13391db9dcb0670dbb7e036c1bad41c.tar.bz2
freertos-a51b383ee13391db9dcb0670dbb7e036c1bad41c.tar.xz
Add ColdFire definitions.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@439 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/include')
-rw-r--r--Source/include/portable.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index d554bde5..e7696be7 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