aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AT91SAM7/at91sam7.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-08 07:29:55 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-08 07:29:55 +0000
commit25acf389b0475d90c8d3fcb2ed0eb24bc15b1287 (patch)
treec66ccfbaff9bdc0609810869edde69fe3598d19b /os/hal/platforms/AT91SAM7/at91sam7.h
parent07f4e8ed945b736dccdf1f20a37551f5cd7b6775 (diff)
downloadChibiOS-25acf389b0475d90c8d3fcb2ed0eb24bc15b1287.tar.gz
ChibiOS-25acf389b0475d90c8d3fcb2ed0eb24bc15b1287.tar.bz2
ChibiOS-25acf389b0475d90c8d3fcb2ed0eb24bc15b1287.zip
AT91SAM7A3. Initial commit.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4799 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AT91SAM7/at91sam7.h')
-rw-r--r--os/hal/platforms/AT91SAM7/at91sam7.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/platforms/AT91SAM7/at91sam7.h b/os/hal/platforms/AT91SAM7/at91sam7.h
index c567c5e4f..bb1e8e1b3 100644
--- a/os/hal/platforms/AT91SAM7/at91sam7.h
+++ b/os/hal/platforms/AT91SAM7/at91sam7.h
@@ -31,6 +31,7 @@
#define SAM7X128 4
#define SAM7X256 5
#define SAM7X512 6
+#define SAM7A3 7
#ifndef SAM7_PLATFORM
#error "SAM7 platform not defined"
@@ -50,6 +51,8 @@
#include "at91lib/AT91SAM7X256.h"
#elif SAM7_PLATFORM == SAM7X512
#include "at91lib/AT91SAM7X512.h"
+#elif SAM7_PLATFORM == SAM7A3
+#include "at91lib/AT91SAM7A3.h"
#else
#error "SAM7 platform not supported"
#endif