diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-31 10:28:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-31 10:28:51 +0000 |
commit | dc389f1c7280d19d5a59a5b031980601661c8b3d (patch) | |
tree | ad395728e24cedbe541bc5866868f027dd345f97 /LUFA/StudioIntegration/lufa_platform.xml | |
parent | 85343a436d181dfe3c7d4b0f2b35227d5c3e6c57 (diff) | |
download | lufa-dc389f1c7280d19d5a59a5b031980601661c8b3d.tar.gz lufa-dc389f1c7280d19d5a59a5b031980601661c8b3d.tar.bz2 lufa-dc389f1c7280d19d5a59a5b031980601661c8b3d.zip |
Add experimental warnings to the XMEGA and UC3 architectures when used in Atmel Studio 6.1.
Diffstat (limited to 'LUFA/StudioIntegration/lufa_platform.xml')
-rw-r--r-- | LUFA/StudioIntegration/lufa_platform.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/lufa_platform.xml b/LUFA/StudioIntegration/lufa_platform.xml index fe9a2f3db..02c7463ee 100644 --- a/LUFA/StudioIntegration/lufa_platform.xml +++ b/LUFA/StudioIntegration/lufa_platform.xml @@ -34,6 +34,8 @@ <build type="include-path" value=".."/>
<build type="header-file" subtype="api" value="Platform/Platform.h"/>
+ <build type="distribute" value="Platform/XMEGA/XMEGAExperimentalInfo.txt" subtype="license"/>
+
<require idref="lufa.platform.xmega"/>
<require idref="lufa.common"/>
</module>
@@ -48,9 +50,11 @@ <build type="include-path" value=".."/>
<build type="header-file" subtype="api" value="Platform/Platform.h"/>
+ <build type="distribute" value="Platform/UC3/UC3ExperimentalInfo.txt" subtype="license"/>
+
<require idref="lufa.platform.uc3"/>
<require idref="lufa.common"/>
</module>
</select-by-device>
</asf>
-</lufa>
\ No newline at end of file +</lufa>
|