]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/libchip_samv7/include/samv7/sam.h
Final V8.2.1 release ready for tagging:
[freertos] / FreeRTOS / Demo / CORTEX_M7_SAMV71_Xplained_IAR_Keil / libchip_samv7 / include / samv7 / sam.h
1 /* ---------------------------------------------------------------------------- */\r
2 /*                  Atmel Microcontroller Software Support                      */\r
3 /*                       SAM Software Package License                           */\r
4 /* ---------------------------------------------------------------------------- */\r
5 /* Copyright (c) 2014, Atmel Corporation                                        */\r
6 /*                                                                              */\r
7 /* All rights reserved.                                                         */\r
8 /*                                                                              */\r
9 /* Redistribution and use in source and binary forms, with or without           */\r
10 /* modification, are permitted provided that the following condition is met:    */\r
11 /*                                                                              */\r
12 /* - Redistributions of source code must retain the above copyright notice,     */\r
13 /* this list of conditions and the disclaimer below.                            */\r
14 /*                                                                              */\r
15 /* Atmel's name may not be used to endorse or promote products derived from     */\r
16 /* this software without specific prior written permission.                     */\r
17 /*                                                                              */\r
18 /* DISCLAIMER:  THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR   */\r
19 /* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\r
20 /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE   */\r
21 /* DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT,      */\r
22 /* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT */\r
23 /* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,  */\r
24 /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    */\r
25 /* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING         */\r
26 /* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */\r
27 /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                           */\r
28 /* ---------------------------------------------------------------------------- */\r
29 \r
30 #ifndef _SAM_\r
31 #define _SAM_\r
32 \r
33 #if defined __SAME70J19__\r
34   #include "same70j19.h"\r
35 #elif defined __SAME70J20__\r
36   #include "same70j20.h"\r
37 #elif defined __SAME70J21__\r
38   #include "same70j21.h"\r
39 #elif defined __SAME70N19__\r
40   #include "same70n19.h"\r
41 #elif defined __SAME70N20__\r
42   #include "same70n20.h"\r
43 #elif defined __SAME70N21__\r
44   #include "same70n21.h"\r
45 #elif defined __SAME70Q19__\r
46   #include "same70q19.h"\r
47 #elif defined __SAME70Q20__\r
48   #include "same70q20.h"\r
49 #elif defined __SAME70Q21__\r
50   #include "same70q21.h"\r
51 #elif defined __SAMS70J19__\r
52   #include "sams70j19.h"\r
53 #elif defined __SAMS70J20__\r
54   #include "sams70j20.h"\r
55 #elif defined __SAMS70J21__\r
56   #include "sams70j21.h"\r
57 #elif defined __SAMS70N19__\r
58   #include "sams70n19.h"\r
59 #elif defined __SAMS70N20__\r
60   #include "sams70n20.h"\r
61 #elif defined __SAMS70N21__\r
62   #include "sams70n21.h"\r
63 #elif defined __SAMS70Q19__\r
64   #include "sams70q19.h"\r
65 #elif defined __SAMS70Q20__\r
66   #include "sams70q20.h"\r
67 #elif defined __SAMS70Q21__\r
68   #include "sams70q21.h"\r
69 #elif defined __SAMV70J19__\r
70   #include "samv70j19.h"\r
71 #elif defined __SAMV70J20__\r
72   #include "samv70j20.h"\r
73 #elif defined __SAMV70N19__\r
74   #include "samv70n19.h"\r
75 #elif defined __SAMV70N20__\r
76   #include "samv70n20.h"\r
77 #elif defined __SAMV70Q19__\r
78   #include "samv70q19.h"\r
79 #elif defined __SAMV70Q20__\r
80   #include "samv70q20.h"\r
81 #elif defined __SAMV71J19__\r
82   #include "samv71j19.h"\r
83 #elif defined __SAMV71J20__\r
84   #include "samv71j20.h"\r
85 #elif defined __SAMV71J21__\r
86   #include "samv71j21.h"\r
87 #elif defined __SAMV71N19__\r
88   #include "samv71n19.h"\r
89 #elif defined __SAMV71N20__\r
90   #include "samv71n20.h"\r
91 #elif defined __SAMV71N21__\r
92   #include "samv71n21.h"\r
93 #elif defined __SAMV71Q19__\r
94   #include "samv71q19.h"\r
95 #elif defined __SAMV71Q20__\r
96   #include "samv71q20.h"\r
97 #elif defined __SAMV71Q21__\r
98   #include "samv71q21.h"\r
99 #else\r
100   #error Library does not support the specified device.\r
101 #endif\r
102 \r
103 #endif /* _SAM_ */\r