aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-23 20:40:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-23 20:40:56 +0000
commit29bfe7a09ce9925175377e9b2215d57d25ebc1d9 (patch)
tree5893380b2a3151f100b94a179e26a48c9261d678 /LUFA/CodeTemplates
parent9543276111d27d15c6d7a302051c753164b9f9c2 (diff)
downloadlufa-29bfe7a09ce9925175377e9b2215d57d25ebc1d9.tar.gz
lufa-29bfe7a09ce9925175377e9b2215d57d25ebc1d9.tar.bz2
lufa-29bfe7a09ce9925175377e9b2215d57d25ebc1d9.zip
Add move-to-root directives to all ASF XML application modules, to make the code easier to find in the release version of Atmel Studio 6.1.
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r--LUFA/CodeTemplates/DeviceTemplate/asf.xml2
-rw-r--r--LUFA/CodeTemplates/HostTemplate/asf.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/CodeTemplates/DeviceTemplate/asf.xml b/LUFA/CodeTemplates/DeviceTemplate/asf.xml
index cdb4c605a..fd65db283 100644
--- a/LUFA/CodeTemplates/DeviceTemplate/asf.xml
+++ b/LUFA/CodeTemplates/DeviceTemplate/asf.xml
@@ -28,6 +28,8 @@
Template for a LUFA USB device mode application.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="USB Device"/>
<keyword value="Template Projects"/>
diff --git a/LUFA/CodeTemplates/HostTemplate/asf.xml b/LUFA/CodeTemplates/HostTemplate/asf.xml
index 9acef597e..c1996ec71 100644
--- a/LUFA/CodeTemplates/HostTemplate/asf.xml
+++ b/LUFA/CodeTemplates/HostTemplate/asf.xml
@@ -16,6 +16,8 @@
Template for a LUFA USB host mode application.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="USB Host"/>
<keyword value="Template Projects"/>