aboutsummaryrefslogtreecommitdiffstats
path: root/xmega/boards/atxmega128a1_qt600
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-05-07 19:59:35 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-07 19:59:35 +0200
commit3634cc8e5d3124e3cf6cf46c0f1d5385ff511426 (patch)
tree1af66e339e767fc62d588766fd8d3b26edd29e3b /xmega/boards/atxmega128a1_qt600
initial check-in of ASF 3.39.0
Diffstat (limited to 'xmega/boards/atxmega128a1_qt600')
-rw-r--r--xmega/boards/atxmega128a1_qt600/atxmega128a1_qt600.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/xmega/boards/atxmega128a1_qt600/atxmega128a1_qt600.h b/xmega/boards/atxmega128a1_qt600/atxmega128a1_qt600.h
new file mode 100644
index 00000000..ed74e692
--- /dev/null
+++ b/xmega/boards/atxmega128a1_qt600/atxmega128a1_qt600.h
@@ -0,0 +1,55 @@
+/*! \file *********************************************************************
+ *
+ * \brief Dummy board header file.
+ *
+ * This file contains empty definitions to support board-independant applications (e.g. bootloader)
+ *
+ * To use this board, define BOARD=ATXMEGA128A1_QT600.
+ *
+ * - Compiler: IAR EWAVR and GNU GCC for AVR
+ * - Supported devices: ATxmega128a1.
+ * - AppNote:
+ *
+ * \author Atmel Corporation: http://www.atmel.com \n
+ * Support and FAQ: http://www.atmel.com/design-support/
+ *
+ ******************************************************************************/
+
+/* Copyright (c) 2010-2015 Atmel Corporation. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice, this
+ * list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * 3. The name of Atmel may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * 4. This software may only be redistributed and used in connection with an Atmel
+ * AVR product.
+ *
+ * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
+ * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ */
+/*
+ * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
+ */
+
+#ifndef _ATXMEGA128A1_QT600_H_
+#define _ATXMEGA128A1_QT600_H_
+
+#endif // _ATXMEGA128A1_QT600_H_