projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3d2c39d
)
Update extension XML format to match latest XDK schema.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Feb 2013 08:53:39 +0000
(08:53 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Feb 2013 08:53:39 +0000
(08:53 +0000)
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
patch
|
blob
|
blame
|
history
LUFA/StudioIntegration/lufa.xml
patch
|
blob
|
blame
|
history
LUFA/StudioIntegration/lufa_drivers_peripheral.xml
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
index
8cb4ea9
..
f50f8a4
100644
(file)
--- a/
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
+++ b/
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
@@
-22,11
+22,11
@@
<xsl:template match="lufa-manifest">
<xsl:comment>This file has been automatically generated from the LUFA Atmel Studio integration XML files.</xsl:comment>
<xsl:template match="lufa-manifest">
<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 xml
version="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>
<!-- Recursively match and copy/process all nodes/attributes -->
</xsl:template>
<!-- Recursively match and copy/process all nodes/attributes -->
diff --git
a/LUFA/StudioIntegration/lufa.xml
b/LUFA/StudioIntegration/lufa.xml
index
5f491f5
..
d9570f5
100644
(file)
--- a/
LUFA/StudioIntegration/lufa.xml
+++ b/
LUFA/StudioIntegration/lufa.xml
@@
-9,7
+9,7
@@
<!-- Atmel Studio framework integration file -->
\r
\r
<lufa>
\r
<!-- Atmel Studio framework integration file -->
\r
\r
<lufa>
\r
- <
fdk
>
\r
+ <
extension-container
>
\r
<extension uuid="0e160d5c-e331-48d9-850b-e0387912171b" org="FourWalledCubicle" shortname="LUFA" version="" fullname="Lightweight USB Framework for AVRs (LUFA)">
\r
<author name="Dean Camera" website="http://www.lufa-lib.org/" email="dean@fourwalledcubicle.com"/>
\r
<description>Lightweight USB Framework for AVRs (LUFA), a USB software stack/framework.</description>
\r
<extension uuid="0e160d5c-e331-48d9-850b-e0387912171b" org="FourWalledCubicle" shortname="LUFA" version="" fullname="Lightweight USB Framework for AVRs (LUFA)">
\r
<author name="Dean Camera" website="http://www.lufa-lib.org/" email="dean@fourwalledcubicle.com"/>
\r
<description>Lightweight USB Framework for AVRs (LUFA), a USB software stack/framework.</description>
\r
@@
-24,7
+24,7
@@
</online-help>
\r
<dependencies/>
\r
</extension>
\r
</online-help>
\r
<dependencies/>
\r
</extension>
\r
- </
fdk
>
\r
+ </
extension-container
>
\r
\r
<asf>
\r
<device-alias-map name="lufa_avr8">
\r
\r
<asf>
\r
<device-alias-map name="lufa_avr8">
\r
diff --git
a/LUFA/StudioIntegration/lufa_drivers_peripheral.xml
b/LUFA/StudioIntegration/lufa_drivers_peripheral.xml
index
44398d4
..
57eb827
100644
(file)
--- a/
LUFA/StudioIntegration/lufa_drivers_peripheral.xml
+++ b/
LUFA/StudioIntegration/lufa_drivers_peripheral.xml
@@
-19,7
+19,7
@@
<require idref="lufa.common"/>
\r
<require idref="lufa.drivers.misc.ansi"/>
\r
\r
<require idref="lufa.common"/>
\r
<require idref="lufa.drivers.misc.ansi"/>
\r
\r
- <build type="c-source"
value="Drivers/Peripheral/AVR8/Serial_AVR8.c"/>
\r
+ <build type="c-source" value="Drivers/Peripheral/AVR8/Serial_AVR8.c"/>
\r
<build type="header-file" value="Drivers/Peripheral/AVR8/Serial_AVR8.h"/>
\r
<build type="include-path" value=".."/>
\r
<build type="header-file" subtype="api" value="Drivers/Peripheral/Serial.h"/>
\r
<build type="header-file" value="Drivers/Peripheral/AVR8/Serial_AVR8.h"/>
\r
<build type="include-path" value=".."/>
\r
<build type="header-file" subtype="api" value="Drivers/Peripheral/Serial.h"/>
\r
@@
-33,7
+33,7
@@
<require idref="lufa.common"/>
\r
<require idref="lufa.drivers.misc.ansi"/>
\r
\r
<require idref="lufa.common"/>
\r
<require idref="lufa.drivers.misc.ansi"/>
\r
\r
- <build type="c-source"
value="Drivers/Peripheral/XMEGA/Serial_XMEGA.c"/>
\r
+ <build type="c-source" value="Drivers/Peripheral/XMEGA/Serial_XMEGA.c"/>
\r
<build type="header-file" value="Drivers/Peripheral/XMEGA/Serial_XMEGA.h"/>
\r
<build type="include-path" value=".."/>
\r
<build type="header-file" subtype="api" value="Drivers/Peripheral/Serial.h"/>
\r
<build type="header-file" value="Drivers/Peripheral/XMEGA/Serial_XMEGA.h"/>
\r
<build type="include-path" value=".."/>
\r
<build type="header-file" subtype="api" value="Drivers/Peripheral/Serial.h"/>
\r
@@
-131,7
+131,7
@@
\r
<require idref="lufa.common"/>
\r
\r
\r
<require idref="lufa.common"/>
\r
\r
- <build type="c-source"
value="Drivers/Peripheral/AVR8/TWI_AVR8.c"/>
\r
+ <build type="c-source" value="Drivers/Peripheral/AVR8/TWI_AVR8.c"/>
\r
<build type="header-file" value="Drivers/Peripheral/AVR8/TWI_AVR8.h"/>
\r
<build type="include-path" value=".."/>
\r
<build type="header-file" subtype="api" value="Drivers/Peripheral/TWI.h"/>
\r
<build type="header-file" value="Drivers/Peripheral/AVR8/TWI_AVR8.h"/>
\r
<build type="include-path" value=".."/>
\r
<build type="header-file" subtype="api" value="Drivers/Peripheral/TWI.h"/>
\r