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.
This commit is contained in:
parent
9543276111
commit
29bfe7a09c
79 changed files with 183 additions and 42 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue