From dc389f1c7280d19d5a59a5b031980601661c8b3d Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sun, 31 Mar 2013 10:28:51 +0000
Subject: Add experimental warnings to the XMEGA and UC3 architectures when
 used in Atmel Studio 6.1.

---
 LUFA/Platform/UC3/UC3ExperimentalInfo.txt     | 1 +
 LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt | 1 +
 LUFA/StudioIntegration/lufa_platform.xml      | 6 +++++-
 3 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 LUFA/Platform/UC3/UC3ExperimentalInfo.txt
 create mode 100644 LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt

diff --git a/LUFA/Platform/UC3/UC3ExperimentalInfo.txt b/LUFA/Platform/UC3/UC3ExperimentalInfo.txt
new file mode 100644
index 000000000..8aadb3ed7
--- /dev/null
+++ b/LUFA/Platform/UC3/UC3ExperimentalInfo.txt
@@ -0,0 +1 @@
+Please note that the UC3 architecture support is EXPERIMENTAL at this time, and may be non-functional/incomplete in some areas. Please refer to the Known Issues section of the LUFA manual.
\ No newline at end of file
diff --git a/LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt b/LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt
new file mode 100644
index 000000000..42144aac4
--- /dev/null
+++ b/LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt
@@ -0,0 +1 @@
+Please note that the XMEGA architecture support is EXPERIMENTAL at this time, and may be non-functional/incomplete in some areas. Please refer to the Known Issues section of the LUFA manual.
\ No newline at end of file
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>
-- 
cgit v1.2.3