mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Update extension XML format to match latest XDK schema.
This commit is contained in:
parent
3d2c39d267
commit
7ce76f2d81
@ -22,11 +22,11 @@
|
|||||||
<xsl:template match="lufa-manifest">
|
<xsl:template match="lufa-manifest">
|
||||||
<xsl:comment>This file has been automatically generated from the LUFA Atmel Studio integration XML files.</xsl:comment>
|
<xsl:comment>This file has been automatically generated from the LUFA Atmel Studio integration XML files.</xsl:comment>
|
||||||
|
|
||||||
<fdk xml-version="2.0">
|
<extension-container xmlversion="2.0">
|
||||||
<xsl:for-each select="xml-source">
|
<xsl:for-each select="xml-source">
|
||||||
<xsl:apply-templates select="document(@filename)/lufa/fdk/*"/>
|
<xsl:apply-templates select="document(@filename)/lufa/extension-container/*"/>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</fdk>
|
</extension-container>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- Recursively match and copy/process all nodes/attributes -->
|
<!-- Recursively match and copy/process all nodes/attributes -->
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<!-- Atmel Studio framework integration file -->
|
<!-- Atmel Studio framework integration file -->
|
||||||
|
|
||||||
<lufa>
|
<lufa>
|
||||||
<fdk>
|
<extension-container>
|
||||||
<extension uuid="0e160d5c-e331-48d9-850b-e0387912171b" org="FourWalledCubicle" shortname="LUFA" version="" fullname="Lightweight USB Framework for AVRs (LUFA)">
|
<extension uuid="0e160d5c-e331-48d9-850b-e0387912171b" org="FourWalledCubicle" shortname="LUFA" version="" fullname="Lightweight USB Framework for AVRs (LUFA)">
|
||||||
<author name="Dean Camera" website="http://www.lufa-lib.org/" email="dean@fourwalledcubicle.com"/>
|
<author name="Dean Camera" website="http://www.lufa-lib.org/" email="dean@fourwalledcubicle.com"/>
|
||||||
<description>Lightweight USB Framework for AVRs (LUFA), a USB software stack/framework.</description>
|
<description>Lightweight USB Framework for AVRs (LUFA), a USB software stack/framework.</description>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</online-help>
|
</online-help>
|
||||||
<dependencies/>
|
<dependencies/>
|
||||||
</extension>
|
</extension>
|
||||||
</fdk>
|
</extension-container>
|
||||||
|
|
||||||
<asf>
|
<asf>
|
||||||
<device-alias-map name="lufa_avr8">
|
<device-alias-map name="lufa_avr8">
|
||||||
|
Loading…
Reference in New Issue
Block a user