summaryrefslogtreecommitdiff
path: root/src/flash/at91sam3.h
diff options
context:
space:
mode:
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-24 02:01:14 +0000
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-24 02:01:14 +0000
commit0ace4d24dbdaca219741338c8c9ecb61df8dc965 (patch)
tree9853f8a3b3e6ce73575b84db7f2550e302a1f87e /src/flash/at91sam3.h
parent30814c29048f59b4f6e9f605ea5dfd9ee246dad9 (diff)
downloadopenocd+libswd-0ace4d24dbdaca219741338c8c9ecb61df8dc965.tar.gz
openocd+libswd-0ace4d24dbdaca219741338c8c9ecb61df8dc965.tar.bz2
openocd+libswd-0ace4d24dbdaca219741338c8c9ecb61df8dc965.tar.xz
openocd+libswd-0ace4d24dbdaca219741338c8c9ecb61df8dc965.zip
Add support for ATMEL AT91SAM3U - CortexM3 Family
git-svn-id: svn://svn.berlios.de/openocd/trunk@2383 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/at91sam3.h')
-rwxr-xr-xsrc/flash/at91sam3.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/flash/at91sam3.h b/src/flash/at91sam3.h
new file mode 100755
index 00000000..b137737d
--- /dev/null
+++ b/src/flash/at91sam3.h
@@ -0,0 +1,23 @@
+/***************************************************************************
+ * Copyright (C) 2009 by Duane Ellis *
+ * openocd@duaneellis.com *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+
+
+// nothing to do here other then export this.
+extern flash_driver_t at91sam3_flash;