forked from mfulz_github/qmk_firmware
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
|
@ -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.
|
|
@ -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,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>
|
||||
</lufa>
|
||||
|
|
Loading…
Reference in New Issue