]> git.donarmstrong.com Git - qmk_firmware.git/blob - LUFA/StudioIntegration/lufa_platform.xml
Squashed 'lib/lufa/' changes from f2bd51f4e..bbdc9ac40
[qmk_firmware.git] / LUFA / StudioIntegration / lufa_platform.xml
1 <!--
2              LUFA Library
3      Copyright (C) Dean Camera, 2017.
4
5   dean [at] fourwalledcubicle [dot] com
6            www.lufa-lib.org
7 -->
8
9 <!-- Atmel Studio framework integration file -->
10
11 <lufa>
12         <asf>
13                 <select-by-device id="lufa.platform" caption="LUFA Platform Specific Support">
14                         <module type="service" id="lufa.platform#avr8" caption="LUFA Platform Specific Support - AVR8">
15                                 <device-support-alias value="lufa_avr8"/>
16
17                                 <build type="define" name="ARCH" value="ARCH_AVR8"/>
18
19                                 <build type="doxygen-entry-point" value="Group_PlatformDrivers"/>
20
21                                 <build type="include-path" value=".."/>
22                                 <build type="header-file" subtype="api" value="Platform/Platform.h"/>
23
24                                 <require idref="lufa.common"/>
25                         </module>
26
27                         <module type="service" id="lufa.platform#xmega" caption="LUFA Platform Specific Support - XMEGA">
28                                 <device-support-alias value="lufa_xmega"/>
29
30                                 <build type="define" name="ARCH" value="ARCH_XMEGA"/>
31
32                                 <build type="doxygen-entry-point" value="Group_PlatformDrivers"/>
33
34                                 <build type="include-path" value=".."/>
35                                 <build type="header-file" subtype="api" value="Platform/Platform.h"/>
36
37                                 <build type="distribute" value="Platform/XMEGA/XMEGAExperimentalInfo.txt" subtype="license"/>
38
39                                 <require idref="lufa.platform.xmega"/>
40                                 <require idref="lufa.common"/>
41                         </module>
42
43                         <module type="service" id="lufa.platform#uc3" caption="LUFA Platform Specific Support - UC3">
44                                 <device-support-alias value="lufa_uc3"/>
45
46                                 <build type="define" name="ARCH" value="ARCH_UC3"/>
47
48                                 <build type="doxygen-entry-point" value="Group_PlatformDrivers"/>
49
50                                 <build type="include-path" value=".."/>
51                                 <build type="header-file" subtype="api" value="Platform/Platform.h"/>
52
53                                 <build type="distribute" value="Platform/UC3/UC3ExperimentalInfo.txt" subtype="license"/>
54
55                                 <require idref="lufa.platform.uc3"/>
56                                 <require idref="lufa.common"/>
57                         </module>
58                 </select-by-device>
59         </asf>
60 </lufa>