Add experimental warnings to the XMEGA and UC3 architectures when used in Atmel Studi...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 31 Mar 2013 10:28:51 +0000 (10:28 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 31 Mar 2013 10:28:51 +0000 (10:28 +0000)
LUFA/Platform/UC3/UC3ExperimentalInfo.txt [new file with mode: 0644]
LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt [new file with mode: 0644]
LUFA/StudioIntegration/lufa_platform.xml

diff --git a/LUFA/Platform/UC3/UC3ExperimentalInfo.txt b/LUFA/Platform/UC3/UC3ExperimentalInfo.txt
new file mode 100644 (file)
index 0000000..8aadb3e
--- /dev/null
@@ -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 (file)
index 0000000..42144aa
--- /dev/null
@@ -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
index fe9a2f3..02c7463 100644 (file)
@@ -34,6 +34,8 @@
                                <build type="include-path" value=".."/>\r
                                <build type="header-file" subtype="api" value="Platform/Platform.h"/>\r
 \r
+                               <build type="distribute" value="Platform/XMEGA/XMEGAExperimentalInfo.txt" subtype="license"/>\r
+\r
                                <require idref="lufa.platform.xmega"/>\r
                                <require idref="lufa.common"/>\r
                        </module>\r
                                <build type="include-path" value=".."/>\r
                                <build type="header-file" subtype="api" value="Platform/Platform.h"/>\r
 \r
+                               <build type="distribute" value="Platform/UC3/UC3ExperimentalInfo.txt" subtype="license"/>\r
+\r
                                <require idref="lufa.platform.uc3"/>\r
                                <require idref="lufa.common"/>\r
                        </module>\r
                </select-by-device>\r
        </asf>\r
-</lufa>
\ No newline at end of file
+</lufa>\r