summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-28 16:08:21 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-28 16:08:21 +0000
commit84a1038c3ec95b6a8b0292901abb5743b6a44fd3 (patch)
treeb97dacff7714927a2ddae41d699d337c15442dd7 /Source
parentb3df16b28289bc8e3d2ce8d6a34bb335cdff3302 (diff)
downloadfreertos-84a1038c3ec95b6a8b0292901abb5743b6a44fd3.tar.gz
freertos-84a1038c3ec95b6a8b0292901abb5743b6a44fd3.tar.bz2
freertos-84a1038c3ec95b6a8b0292901abb5743b6a44fd3.tar.xz
Add SAM9XE definition.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@590 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/include/portable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 04f29412..aed61c2d 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -134,6 +134,10 @@
#include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h"
#endif
+#ifdef SAM9XE_IAR
+ #include "..\..\Source\portable\IAR\AtmelSAM9XE\portmacro.h"
+#endif
+
#ifdef LPC2000_IAR
#include "..\..\Source\portable\IAR\LPC2000\portmacro.h"
#endif