]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/driverlib/inc/msp.h
Final V8.2.1 release ready for tagging:
[freertos] / FreeRTOS / Demo / CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil / driverlib / inc / msp.h
1 //*****************************************************************************\r
2 //\r
3 // Copyright (C) 2012 - 2015 Texas Instruments Incorporated - http://www.ti.com/ \r
4 //\r
5 // Redistribution and use in source and binary forms, with or without \r
6 // modification, are permitted provided that the following conditions \r
7 // are met:\r
8 //\r
9 //  Redistributions of source code must retain the above copyright \r
10 //  notice, this list of conditions and the following disclaimer.\r
11 //\r
12 //  Redistributions in binary form must reproduce the above copyright\r
13 //  notice, this list of conditions and the following disclaimer in the \r
14 //  documentation and/or other materials provided with the   \r
15 //  distribution.\r
16 //\r
17 //  Neither the name of Texas Instruments Incorporated nor the names of\r
18 //  its contributors may be used to endorse or promote products derived\r
19 //  from this software without specific prior written permission.\r
20 //\r
21 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \r
22 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT \r
23 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
24 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT \r
25 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, \r
26 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT \r
27 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
28 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
29 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT \r
30 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE \r
31 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
32 //\r
33 // MSP432 Family Generic Include File\r
34 //\r
35 // File creation date: 2015-01-02\r
36 //\r
37 //*****************************************************************************\r
38 \r
39 #ifndef __MSP432_H__\r
40 #define __MSP432_H__\r
41 \r
42 //****************************************************************************\r
43 // MSP432 devices\r
44 //****************************************************************************\r
45 #if defined (__MSP432P401R__)\r
46 #include "msp432p401r.h"\r
47 //****************************************************************************\r
48 // Failed to match a default include file\r
49 //****************************************************************************\r
50 #else\r
51 #error "Failed to match a default include file"\r
52 #endif\r
53 \r
54 #endif // __MSP432_H__\r
55 \r