]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/ASF/sam/utils/cmsis/same70/include/same70.h
Rename DummyTCB_t to StaticTCB_t.
[freertos] / FreeRTOS / Demo / CORTEX_M7_SAME70_Xplained_AtmelStudio / src / ASF / sam / utils / cmsis / same70 / include / same70.h
1 /**\r
2  * \file\r
3  *\r
4  * Copyright (c) 2015 Atmel Corporation. All rights reserved.\r
5  *\r
6  * \asf_license_start\r
7  *\r
8  * \page License\r
9  *\r
10  * Redistribution and use in source and binary forms, with or without\r
11  * modification, are permitted provided that the following conditions are met:\r
12  *\r
13  * 1. Redistributions of source code must retain the above copyright notice,\r
14  *    this list of conditions and the following disclaimer.\r
15  *\r
16  * 2. Redistributions in binary form must reproduce the above copyright notice,\r
17  *    this list of conditions and the following disclaimer in the documentation\r
18  *    and/or other materials provided with the distribution.\r
19  *\r
20  * 3. The name of Atmel may not be used to endorse or promote products derived\r
21  *    from this software without specific prior written permission.\r
22  *\r
23  * 4. This software may only be redistributed and used in connection with an\r
24  *    Atmel microcontroller product.\r
25  *\r
26  * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
27  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
28  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
29  * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
30  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
31  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
32  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
33  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
34  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
35  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
36  * POSSIBILITY OF SUCH DAMAGE.\r
37  *\r
38  * \asf_license_stop\r
39  *\r
40  */\r
41 /*\r
42  * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>\r
43  */\r
44 #ifndef _SAME70_\r
45 #define _SAME70_\r
46 \r
47 #if defined (__SAME70J19__)\r
48 #include "same70j19.h"\r
49 #elif defined (__SAME70J20__)\r
50 #include "same70j20.h"\r
51 #elif defined (__SAME70J21__)\r
52 #include "same70j21.h"\r
53 #elif defined (__SAME70N19__)\r
54 #include "same70n19.h"\r
55 #elif defined (__SAME70N20__)\r
56 #include "same70n20.h"\r
57 #elif defined (__SAME70N21__)\r
58 #include "same70n21.h"\r
59 #elif defined (__SAME70Q19__)\r
60 #include "same70q19.h"\r
61 #elif defined (__SAME70Q20__)\r
62 #include "same70q20.h"\r
63 #elif defined (__SAME70Q21__)\r
64 #include "same70q21.h"\r
65 #else\r
66   #error Library does not support the specified device.\r
67 #endif\r
68 \r
69 #endif /* _SAME70_ */\r