aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver
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 /Demos/Host/ClassDriver
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 'Demos/Host/ClassDriver')
-rw-r--r--Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/AudioInputHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/AudioOutputHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/KeyboardHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MIDIHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MassStorageHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MouseHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/MouseHostWithParser/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/PrinterHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/asf.xml2
-rw-r--r--Demos/Host/ClassDriver/VirtualSerialHost/asf.xml2
14 files changed, 28 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
index a4332efb2..19c6348c2 100644
--- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
+++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
@@ -16,6 +16,8 @@
Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/AudioInputHost/asf.xml b/Demos/Host/ClassDriver/AudioInputHost/asf.xml
index b127a6355..5c28af91c 100644
--- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml
+++ b/Demos/Host/ClassDriver/AudioInputHost/asf.xml
@@ -16,6 +16,8 @@
Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml
index 45aaa7de6..19f915c01 100644
--- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml
+++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml
@@ -16,6 +16,8 @@
Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
index 7cd2e5762..29eb91764 100644
--- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
+++ b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
@@ -16,6 +16,8 @@
Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/KeyboardHost/asf.xml b/Demos/Host/ClassDriver/KeyboardHost/asf.xml
index f9633f0a5..76762067f 100644
--- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml
+++ b/Demos/Host/ClassDriver/KeyboardHost/asf.xml
@@ -16,6 +16,8 @@
Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
index 67411594c..c7352f641 100644
--- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
+++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
@@ -16,6 +16,8 @@
Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/MIDIHost/asf.xml b/Demos/Host/ClassDriver/MIDIHost/asf.xml
index 5129fa434..3ae82cbf8 100644
--- a/Demos/Host/ClassDriver/MIDIHost/asf.xml
+++ b/Demos/Host/ClassDriver/MIDIHost/asf.xml
@@ -16,6 +16,8 @@
MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/MassStorageHost/asf.xml b/Demos/Host/ClassDriver/MassStorageHost/asf.xml
index 2d57c745b..7eb2a6b54 100644
--- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml
+++ b/Demos/Host/ClassDriver/MassStorageHost/asf.xml
@@ -16,6 +16,8 @@
Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml
index fb7d26141..1bc0a3104 100644
--- a/Demos/Host/ClassDriver/MouseHost/asf.xml
+++ b/Demos/Host/ClassDriver/MouseHost/asf.xml
@@ -16,6 +16,8 @@
Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
index 943dc28eb..c1a475578 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
@@ -16,6 +16,8 @@
Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/PrinterHost/asf.xml b/Demos/Host/ClassDriver/PrinterHost/asf.xml
index 14c92eb5b..69b4e1314 100644
--- a/Demos/Host/ClassDriver/PrinterHost/asf.xml
+++ b/Demos/Host/ClassDriver/PrinterHost/asf.xml
@@ -16,6 +16,8 @@
Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
index c684b3677..5c55c5a70 100644
--- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
+++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
@@ -16,6 +16,8 @@
Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/StillImageHost/asf.xml b/Demos/Host/ClassDriver/StillImageHost/asf.xml
index 1be92f33c..3703164f4 100644
--- a/Demos/Host/ClassDriver/StillImageHost/asf.xml
+++ b/Demos/Host/ClassDriver/StillImageHost/asf.xml
@@ -16,6 +16,8 @@
Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>
diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
index fa464e43d..67eb347cd 100644
--- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
+++ b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
@@ -16,6 +16,8 @@
Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.
</info>
+ <info type="gui-flag" value="move-to-root"/>
+
<info type="keyword" value="Technology">
<keyword value="Class Driver APIs"/>
<keyword value="USB Host"/>