AtmelStart.gpdsc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xs:noNamespaceSchemaLocation="PACK.xsd">
  2. <vendor>Atmel</vendor>
  3. <name>SAME54 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="ATSAME54P20A" 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="1.1.0"/>
  28. </condition>
  29. <condition id="ARMCC, GCC, IAR">
  30. <require Dname="ATSAME54P20A"/>
  31. <accept Tcompiler="ARMCC"/>
  32. <accept Tcompiler="GCC"/>
  33. <accept Tcompiler="IAR"/>
  34. </condition>
  35. <condition id="GCC">
  36. <require Dname="ATSAME54P20A"/>
  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/aes_sync.rst"/>
  47. <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/can_async.rst"/>
  48. <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/i2c_master_sync.rst"/>
  49. <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/mac_async.rst"/>
  50. <file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/usart_async.rst"/>
  51. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_aes_sync.h"/>
  52. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_atomic.h"/>
  53. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_cache.h"/>
  54. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_can_async.h"/>
  55. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_delay.h"/>
  56. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_gpio.h"/>
  57. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_i2c_m_sync.h"/>
  58. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_init.h"/>
  59. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/>
  60. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_mac_async.h"/>
  61. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_sleep.h"/>
  62. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_dma.h"/>
  63. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_aes.h"/>
  64. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_aes_sync.h"/>
  65. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can.h"/>
  66. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can_async.h"/>
  67. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_cmcc.h"/>
  68. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_core.h"/>
  69. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_delay.h"/>
  70. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/>
  71. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_gpio.h"/>
  72. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_m_async.h"/>
  73. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_m_sync.h"/>
  74. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_s_async.h"/>
  75. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_s_sync.h"/>
  76. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_init.h"/>
  77. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_irq.h"/>
  78. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_mac_async.h"/>
  79. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_ramecc.h"/>
  80. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_sleep.h"/>
  81. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi.h"/>
  82. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_async.h"/>
  83. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_sync.h"/>
  84. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart.h"/>
  85. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_aes_sync.c"/>
  86. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/>
  87. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_cache.c"/>
  88. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_can_async.c"/>
  89. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/>
  90. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/>
  91. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_i2c_m_sync.c"/>
  92. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/>
  93. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/>
  94. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_mac_async.c"/>
  95. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/>
  96. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/compiler.h"/>
  97. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/err_codes.h"/>
  98. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/events.h"/>
  99. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils.h"/>
  100. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_assert.h"/>
  101. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_event.h"/>
  102. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_increment_macro.h"/>
  103. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_list.h"/>
  104. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_repeat_macro.h"/>
  105. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_ringbuffer.h"/>
  106. <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_assert.c"/>
  107. <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_event.c"/>
  108. <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_list.c"/>
  109. <file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_ringbuffer.c"/>
  110. <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/>
  111. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ac_e54.h"/>
  112. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_adc_e54.h"/>
  113. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_aes_e54.h"/>
  114. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_can_e54.h"/>
  115. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ccl_e54.h"/>
  116. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_cmcc_e54.h"/>
  117. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dac_e54.h"/>
  118. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dmac_e54.h"/>
  119. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dsu_e54.h"/>
  120. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_e54.h"/>
  121. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_eic_e54.h"/>
  122. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_evsys_e54.h"/>
  123. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_freqm_e54.h"/>
  124. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_gclk_e54.h"/>
  125. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_gmac_e54.h"/>
  126. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_hmatrixb_e54.h"/>
  127. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_i2s_e54.h"/>
  128. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_icm_e54.h"/>
  129. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_mclk_e54.h"/>
  130. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_nvmctrl_e54.h"/>
  131. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_osc32kctrl_e54.h"/>
  132. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_oscctrl_e54.h"/>
  133. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pac_e54.h"/>
  134. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pcc_e54.h"/>
  135. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pdec_e54.h"/>
  136. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pm_e54.h"/>
  137. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_port_e54.h"/>
  138. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_qspi_e54.h"/>
  139. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ramecc_e54.h"/>
  140. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rstc_e54.h"/>
  141. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rtc_e54.h"/>
  142. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_sdhc_e54.h"/>
  143. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_sercom_e54.h"/>
  144. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_supc_e54.h"/>
  145. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_tc_e54.h"/>
  146. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_tcc_e54.h"/>
  147. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_trng_e54.h"/>
  148. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_usb_e54.h"/>
  149. <file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_wdt_e54.h"/>
  150. <file category="doc" condition="ARMCC, GCC, IAR" name="documentation/ethernet_phy.rst"/>
  151. <file category="source" condition="ARMCC, GCC, IAR" name="ethernet_phy/ethernet_phy.c"/>
  152. <file category="header" condition="ARMCC, GCC, IAR" name="ethernet_phy/ethernet_phy.h"/>
  153. <file category="header" condition="ARMCC, GCC, IAR" name="ethernet_phy/ieee8023_mii_standard_register.h"/>
  154. <file category="source" condition="ARMCC, GCC, IAR" name="main.c"/>
  155. <file category="doc" condition="ARMCC, GCC, IAR" name="documentation/aes_demo.rst"/>
  156. <file category="source" condition="ARMCC, GCC, IAR" name="driver_init.c"/>
  157. <file category="header" condition="ARMCC, GCC, IAR" name="driver_init.h"/>
  158. <file category="header" condition="ARMCC, GCC, IAR" name="atmel_start_pins.h"/>
  159. <file category="header" condition="ARMCC, GCC, IAR" name="examples/driver_examples.h"/>
  160. <file category="source" condition="ARMCC, GCC, IAR" name="examples/driver_examples.c"/>
  161. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_adc_sync.h"/>
  162. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_usart_async.h"/>
  163. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_async.h"/>
  164. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_sync.h"/>
  165. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_missing_features.h"/>
  166. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_reset.h"/>
  167. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_m_async.h"/>
  168. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_m_dma.h"/>
  169. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_m_sync.h"/>
  170. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_s_async.h"/>
  171. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_s_sync.h"/>
  172. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_async.h"/>
  173. <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_sync.h"/>
  174. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_adc_sync.c"/>
  175. <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_usart_async.c"/>
  176. <file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/parts.h"/>
  177. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/adc/hpl_adc.c"/>
  178. <file category="header" condition="ARMCC, GCC, IAR" name="hpl/adc/hpl_adc_base.h"/>
  179. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/aes/hpl_aes.c"/>
  180. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/can/hpl_can.c"/>
  181. <file category="header" condition="ARMCC, GCC, IAR" name="hpl/can/hpl_can_base.h"/>
  182. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/cmcc/hpl_cmcc.c"/>
  183. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_core_m4.c"/>
  184. <file category="header" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_core_port.h"/>
  185. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_init.c"/>
  186. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/dmac/hpl_dmac.c"/>
  187. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/gclk/hpl_gclk.c"/>
  188. <file category="header" condition="ARMCC, GCC, IAR" name="hpl/gclk/hpl_gclk_base.h"/>
  189. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/gmac/hpl_gmac.c"/>
  190. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/mclk/hpl_mclk.c"/>
  191. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/osc32kctrl/hpl_osc32kctrl.c"/>
  192. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/oscctrl/hpl_oscctrl.c"/>
  193. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/pm/hpl_pm.c"/>
  194. <file category="header" condition="ARMCC, GCC, IAR" name="hpl/pm/hpl_pm_base.h"/>
  195. <file category="header" condition="ARMCC, GCC, IAR" name="hpl/port/hpl_gpio_base.h"/>
  196. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/ramecc/hpl_ramecc.c"/>
  197. <file category="source" condition="ARMCC, GCC, IAR" name="hpl/sercom/hpl_sercom.c"/>
  198. <file category="source" condition="ARMCC, GCC, IAR" name="ethernet_phy_main.c"/>
  199. <file category="header" condition="ARMCC, GCC, IAR" name="ethernet_phy_main.h"/>
  200. <file category="header" condition="ARMCC, GCC, IAR" name="atmel_start.h"/>
  201. <file category="source" condition="ARMCC, GCC, IAR" name="atmel_start.c"/>
  202. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_adc_config.h"/>
  203. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_aes_config.h"/>
  204. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_can_config.h"/>
  205. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_cmcc_config.h"/>
  206. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_dmac_config.h"/>
  207. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_gclk_config.h"/>
  208. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_gmac_config.h"/>
  209. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_mclk_config.h"/>
  210. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_osc32kctrl_config.h"/>
  211. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_oscctrl_config.h"/>
  212. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_port_config.h"/>
  213. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_sercom_config.h"/>
  214. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/peripheral_clk_config.h"/>
  215. <file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/ieee8023_mii_standard_config.h"/>
  216. <file category="include" condition="ARMCC, GCC, IAR" name=""/>
  217. <file category="include" condition="ARMCC, GCC, IAR" name="config"/>
  218. <file category="include" condition="ARMCC, GCC, IAR" name="examples"/>
  219. <file category="include" condition="ARMCC, GCC, IAR" name="hal/include"/>
  220. <file category="include" condition="ARMCC, GCC, IAR" name="hal/utils/include"/>
  221. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/adc"/>
  222. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/aes"/>
  223. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/can"/>
  224. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/cmcc"/>
  225. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/core"/>
  226. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/dmac"/>
  227. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/gclk"/>
  228. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/mclk"/>
  229. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/osc32kctrl"/>
  230. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/oscctrl"/>
  231. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/pm"/>
  232. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/port"/>
  233. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/ramecc"/>
  234. <file category="include" condition="ARMCC, GCC, IAR" name="hpl/sercom"/>
  235. <file category="include" condition="ARMCC, GCC, IAR" name="hri"/>
  236. <file category="include" condition="ARMCC, GCC, IAR" name=""/>
  237. <file category="include" condition="ARMCC, GCC, IAR" name="config"/>
  238. <file category="include" condition="ARMCC, GCC, IAR" name="ethernet_phy"/>
  239. <file category="include" condition="ARMCC, GCC, IAR" name=""/>
  240. </files>
  241. </component>
  242. </components>
  243. </package>