]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - msp430-bsl/msp430-bsl.git/blobdiff - source/driverlib/MSP430F5xx_6xx/driverlib.h
MSP-BSL v3.0
[msp430-bsl/msp430-bsl.git] / source / driverlib / MSP430F5xx_6xx / driverlib.h
diff --git a/source/driverlib/MSP430F5xx_6xx/driverlib.h b/source/driverlib/MSP430F5xx_6xx/driverlib.h
new file mode 100644 (file)
index 0000000..0ce9c94
--- /dev/null
@@ -0,0 +1,108 @@
+/* --COPYRIGHT--,BSD\r
+ * Copyright (c) 2014, Texas Instruments Incorporated\r
+ * All rights reserved.\r
+ *\r
+ * Redistribution and use in source and binary forms, with or without\r
+ * modification, are permitted provided that the following conditions\r
+ * are met:\r
+ *\r
+ * *  Redistributions of source code must retain the above copyright\r
+ *    notice, this list of conditions and the following disclaimer.\r
+ *\r
+ * *  Redistributions in binary form must reproduce the above copyright\r
+ *    notice, this list of conditions and the following disclaimer in the\r
+ *    documentation and/or other materials provided with the distribution.\r
+ *\r
+ * *  Neither the name of Texas Instruments Incorporated nor the names of\r
+ *    its contributors may be used to endorse or promote products derived\r
+ *    from this software without specific prior written permission.\r
+ *\r
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\r
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\r
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\r
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\r
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;\r
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\r
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR\r
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\r
+ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+ * --/COPYRIGHT--*/\r
+#include "inc/hw_memmap.h"\r
+\r
+#include "adc10_a.h"\r
+#include "adc12_a.h"\r
+#include "aes.h"\r
+#include "bak_batt.h"\r
+#include "comp_b.h"\r
+#include "crc.h"\r
+#include "dac12_a.h"\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/dma.h"\r
+#else\r
+    #include "dma.h"\r
+#endif\r
+#include "eusci_a_spi.h"\r
+#include "eusci_a_uart.h"\r
+#include "eusci_b_i2c.h"\r
+#include "eusci_b_spi.h"\r
+#include "eusci_i2c.h"\r
+#include "eusci_spi.h"\r
+#include "eusci_uart.h"\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/flash.h"\r
+#else\r
+    #include "flash.h"\r
+#endif\r
+#include "gpio.h"\r
+#include "ldopwr.h"\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/mpy32.h"\r
+#else\r
+    #include "mpy32.h"\r
+#endif\r
+#include "pmap.h"\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/pmm.h"\r
+#else\r
+    #include "pmm.h"\r
+#endif\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/ram.h"\r
+#else\r
+    #include "ram.h"\r
+#endif\r
+#include "ref.h"\r
+#include "rtc_a.h"\r
+#include "rtc_b.h"\r
+#include "rtc_c.h"\r
+#include "sd24_b.h"\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/sfr.h"\r
+#else\r
+    #include "sfr.h"\r
+#endif\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/sys.h"\r
+#else\r
+    #include "sys.h"\r
+#endif\r
+#include "tec.h"\r
+#include "timer_a.h"\r
+#include "timer_b.h"\r
+#include "timer_d.h"\r
+#include "tlv.h"\r
+#ifdef DRIVERLIB_LEGACY_MODE\r
+    #include "deprecated/ucs.h"\r
+#else\r
+    #include "ucs.h"\r
+#endif\r
+#include "usci_a_spi.h"\r
+#include "usci_a_uart.h"\r
+#include "usci_b_i2c.h"\r
+#include "usci_b_spi.h"\r
+#include "usci_i2c.h"\r
+#include "usci_spi.h"\r
+#include "usci_uart.h"\r
+#include "wdt_a.h"\r