mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Add experimental warnings to the XMEGA and UC3 architectures when used in Atmel Studio 6.1.
This commit is contained in:
parent
85343a436d
commit
dc389f1c72
1
LUFA/Platform/UC3/UC3ExperimentalInfo.txt
Normal file
1
LUFA/Platform/UC3/UC3ExperimentalInfo.txt
Normal file
@ -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.
|
1
LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt
Normal file
1
LUFA/Platform/XMEGA/XMEGAExperimentalInfo.txt
Normal file
@ -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.
|
@ -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,6 +50,8 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user