1<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xs:noNamespaceSchemaLocation="PACK.xsd">
2  <vendor>Atmel</vendor>
3  <name>SAME70 LED switcher</name>
4  <description>Project generated by Atmel Start</description>
5  <url>http://start.atmel.com/</url>
6  <releases>
7    <release version="1.0.1">Initial version</release>
8  </releases>
9  <taxonomy>
10    <description Cclass="AtmelStart" generator="AtmelStart">Configuration Files generated by Atmel Start</description>
11  </taxonomy>
12  <generators>
13    <generator id="AtmelStart">
14      <description>Atmel Start</description>
15      <select Dname="ATSAME70Q21B" Dvendor="Atmel:3"/>
16      <command>http://start.atmel.com/</command>
17      <files>
18        <file category="generator" name="atmel_start_config.atstart"/>
19        <file attr="template" category="other" name="AtmelStart.env_conf" select="Environment configuration"/>
20      </files>
21    </generator>
22  </generators>
23  <conditions>
24    <condition id="CMSIS Device Startup">
25      <description>Dependency on CMSIS core and Device Startup components</description>
26      <require Cclass="CMSIS" Cgroup="CORE" Cversion="5.1.2"/>
27      <require Cclass="Device" Cgroup="Startup" Cversion="2.4.0"/>
28    </condition>
29    <condition id="ARMCC, GCC, IAR">
30      <require Dname="ATSAME70Q21B"/>
31      <accept Tcompiler="ARMCC"/>
32      <accept Tcompiler="GCC"/>
33      <accept Tcompiler="IAR"/>
34    </condition>
35    <condition id="GCC">
36      <require Dname="ATSAME70Q21B"/>
37      <accept Tcompiler="GCC"/>
38    </condition>
39  </conditions>
40  <components generator="AtmelStart">
41    <component Cclass="AtmelStart" Cgroup="Framework" Cversion="1.0.0" condition="CMSIS Device Startup">
42      <description>Atmel Start Framework</description>
43      <RTE_Components_h>#define ATMEL_START</RTE_Components_h>
44      <files>
45        <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/adc_sync.rst"/>
46        <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/can_async.rst"/>
47        <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/i2c_master_sync.rst"/>
48        <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/mac_async.rst"/>
49        <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/usart_async.rst"/>
50        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_atomic.h"/>
51        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_can_async.h"/>
52        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_delay.h"/>
53        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_gpio.h"/>
54        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_i2c_m_sync.h"/>
55        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_init.h"/>
56        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/>
57        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_mac_async.h"/>
58        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_sleep.h"/>
59        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can.h"/>
60        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can_async.h"/>
61        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_core.h"/>
62        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_delay.h"/>
63        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/>
64        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_ext_irq.h"/>
65        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_gpio.h"/>
66        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_m_async.h"/>
67        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_m_sync.h"/>
68        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_s_async.h"/>
69        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_s_sync.h"/>
70        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_init.h"/>
71        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_irq.h"/>
72        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_mac_async.h"/>
73        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_sleep.h"/>
74        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart.h"/>
75        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/>
76        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_can_async.c"/>
77        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/>
78        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/>
79        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_i2c_m_sync.c"/>
80        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/>
81        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/>
82        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_mac_async.c"/>
83        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/>
84        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/compiler.h"/>
85        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/err_codes.h"/>
86        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/events.h"/>
87        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils.h"/>
88        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_assert.h"/>
89        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_event.h"/>
90        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_increment_macro.h"/>
91        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_list.h"/>
92        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_repeat_macro.h"/>
93        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_ringbuffer.h"/>
94        <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_assert.c"/>
95        <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_event.c"/>
96        <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_list.c"/>
97        <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_ringbuffer.c"/>
98        <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/>
99        <file category="header" condition="ARMCC, GCC, IAR" name="hpl/gmac/hpl_gmac_base.h"/>
100        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_acc_e70b.h"/>
101        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_aes_e70b.h"/>
102        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_afec_e70b.h"/>
103        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_chipid_e70b.h"/>
104        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dacc_e70b.h"/>
105        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_e70b.h"/>
106        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_efc_e70b.h"/>
107        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_gmac_e70b.h"/>
108        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_gpbr_e70b.h"/>
109        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_hsmci_e70b.h"/>
110        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_i2sc_e70b.h"/>
111        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_icm_e70b.h"/>
112        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_isi_e70b.h"/>
113        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_lockbit_e70b.h"/>
114        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_matrix_e70b.h"/>
115        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_mcan_e70b.h"/>
116        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pio_e70b.h"/>
117        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pmc_e70b.h"/>
118        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pwm_e70b.h"/>
119        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_qspi_e70b.h"/>
120        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rstc_e70b.h"/>
121        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rswdt_e70b.h"/>
122        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rtc_e70b.h"/>
123        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rtt_e70b.h"/>
124        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_sdramc_e70b.h"/>
125        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_smc_e70b.h"/>
126        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_spi_e70b.h"/>
127        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ssc_e70b.h"/>
128        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_supc_e70b.h"/>
129        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_tc_e70b.h"/>
130        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_trng_e70b.h"/>
131        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_twihs_e70b.h"/>
132        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_uart_e70b.h"/>
133        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_usart_e70b.h"/>
134        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_usbhs_e70b.h"/>
135        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_utmi_e70b.h"/>
136        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_wdt_e70b.h"/>
137        <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_xdmac_e70b.h"/>
138        <file category="doc" condition="ARMCC, GCC, IAR" name="documentation/ethernet_phy.rst"/>
139        <file category="source" condition="ARMCC, GCC, IAR" name="ethernet_phy/ethernet_phy.c"/>
140        <file category="header" condition="ARMCC, GCC, IAR" name="ethernet_phy/ethernet_phy.h"/>
141        <file category="header" condition="ARMCC, GCC, IAR" name="ethernet_phy/ieee8023_mii_standard_register.h"/>
142        <file category="source" condition="ARMCC, GCC, IAR" name="main.c"/>
143        <file category="source" condition="ARMCC, GCC, IAR" name="driver_init.c"/>
144        <file category="header" condition="ARMCC, GCC, IAR" name="driver_init.h"/>
145        <file category="header" condition="ARMCC, GCC, IAR" name="atmel_start_pins.h"/>
146        <file category="header" condition="ARMCC, GCC, IAR" name="examples/driver_examples.h"/>
147        <file category="source" condition="ARMCC, GCC, IAR" name="examples/driver_examples.c"/>
148        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_adc_sync.h"/>
149        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_usart_async.h"/>
150        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_async.h"/>
151        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_sync.h"/>
152        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_missing_features.h"/>
153        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_reset.h"/>
154        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_async.h"/>
155        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_dma.h"/>
156        <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_sync.h"/>
157        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_adc_sync.c"/>
158        <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_usart_async.c"/>
159        <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/parts.h"/>
160        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/afec/hpl_afec.c"/>
161        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_core_m7_base.c"/>
162        <file category="header" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_core_port.h"/>
163        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_init.c"/>
164        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/gmac/hpl_gmac.c"/>
165        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/mcan/hpl_mcan.c"/>
166        <file category="header" condition="ARMCC, GCC, IAR" name="hpl/mcan/hpl_mcan.h"/>
167        <file category="header" condition="ARMCC, GCC, IAR" name="hpl/pio/hpl_gpio_base.h"/>
168        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/pmc/hpl_pmc.c"/>
169        <file category="header" condition="ARMCC, GCC, IAR" name="hpl/pmc/hpl_pmc.h"/>
170        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/pmc/hpl_sleep.c"/>
171        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/twihs/hpl_twihs.c"/>
172        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/usart/hpl_usart.c"/>
173        <file category="header" condition="ARMCC, GCC, IAR" name="hpl/usart/hpl_usart_base.h"/>
174        <file category="source" condition="ARMCC, GCC, IAR" name="hpl/xdmac/hpl_xdmac.c"/>
175        <file category="source" condition="ARMCC, GCC, IAR" name="ethernet_phy_main.c"/>
176        <file category="header" condition="ARMCC, GCC, IAR" name="ethernet_phy_main.h"/>
177        <file category="header" condition="ARMCC, GCC, IAR" name="atmel_start.h"/>
178        <file category="source" condition="ARMCC, GCC, IAR" name="atmel_start.c"/>
179        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_afec_config.h"/>
180        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_gmac_config.h"/>
181        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_mcan_config.h"/>
182        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_pmc_config.h"/>
183        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_twihs_config.h"/>
184        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_usart_config.h"/>
185        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_xdmac_config.h"/>
186        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/peripheral_clk_config.h"/>
187        <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/ieee8023_mii_standard_config.h"/>
188        <file category="include" condition="ARMCC, GCC, IAR" name=""/>
189        <file category="include" condition="ARMCC, GCC, IAR" name="config"/>
190        <file category="include" condition="ARMCC, GCC, IAR" name="examples"/>
191        <file category="include" condition="ARMCC, GCC, IAR" name="hal/include"/>
192        <file category="include" condition="ARMCC, GCC, IAR" name="hal/utils/include"/>
193        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/afec"/>
194        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/core"/>
195        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/gmac"/>
196        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/mcan"/>
197        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/pio"/>
198        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/pmc"/>
199        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/twihs"/>
200        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/usart"/>
201        <file category="include" condition="ARMCC, GCC, IAR" name="hpl/xdmac"/>
202        <file category="include" condition="ARMCC, GCC, IAR" name="hri"/>
203        <file category="include" condition="ARMCC, GCC, IAR" name=""/>
204        <file category="include" condition="ARMCC, GCC, IAR" name="config"/>
205        <file category="include" condition="ARMCC, GCC, IAR" name="ethernet_phy"/>
206        <file category="include" condition="ARMCC, GCC, IAR" name=""/>
207      </files>
208    </component>
209  </components>
210</package>
211