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