From 29bfe7a09ce9925175377e9b2215d57d25ebc1d9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 23 Apr 2013 20:40:56 +0000 Subject: 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. --- Demos/Device/ClassDriver/AudioInput/asf.xml | 2 ++ Demos/Device/ClassDriver/AudioOutput/asf.xml | 2 ++ Demos/Device/ClassDriver/DualVirtualSerial/asf.xml | 2 ++ Demos/Device/ClassDriver/GenericHID/asf.xml | 2 ++ Demos/Device/ClassDriver/Joystick/asf.xml | 2 ++ Demos/Device/ClassDriver/Keyboard/asf.xml | 2 ++ Demos/Device/ClassDriver/KeyboardMouse/asf.xml | 2 ++ Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml | 2 ++ Demos/Device/ClassDriver/MIDI/asf.xml | 2 ++ Demos/Device/ClassDriver/MassStorage/asf.xml | 2 ++ Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml | 2 ++ Demos/Device/ClassDriver/Mouse/asf.xml | 2 ++ Demos/Device/ClassDriver/RNDISEthernet/asf.xml | 2 ++ Demos/Device/ClassDriver/VirtualSerial/asf.xml | 2 ++ Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml | 2 ++ Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml | 2 ++ Demos/Device/LowLevel/AudioInput/asf.xml | 2 ++ Demos/Device/LowLevel/AudioOutput/asf.xml | 2 ++ Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 2 ++ Demos/Device/LowLevel/GenericHID/asf.xml | 2 ++ Demos/Device/LowLevel/Joystick/asf.xml | 2 ++ Demos/Device/LowLevel/Keyboard/asf.xml | 2 ++ Demos/Device/LowLevel/KeyboardMouse/asf.xml | 2 ++ Demos/Device/LowLevel/MIDI/asf.xml | 2 ++ Demos/Device/LowLevel/MassStorage/asf.xml | 2 ++ Demos/Device/LowLevel/Mouse/asf.xml | 2 ++ Demos/Device/LowLevel/RNDISEthernet/asf.xml | 2 ++ Demos/Device/LowLevel/VirtualSerial/asf.xml | 2 ++ Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml | 2 ++ Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml | 2 ++ Demos/Host/ClassDriver/AudioInputHost/asf.xml | 2 ++ Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 2 ++ Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml | 2 ++ Demos/Host/ClassDriver/KeyboardHost/asf.xml | 2 ++ Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml | 2 ++ Demos/Host/ClassDriver/MIDIHost/asf.xml | 2 ++ Demos/Host/ClassDriver/MassStorageHost/asf.xml | 2 ++ Demos/Host/ClassDriver/MouseHost/asf.xml | 2 ++ Demos/Host/ClassDriver/MouseHostWithParser/asf.xml | 2 ++ Demos/Host/ClassDriver/PrinterHost/asf.xml | 2 ++ Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml | 2 ++ Demos/Host/ClassDriver/StillImageHost/asf.xml | 2 ++ Demos/Host/ClassDriver/VirtualSerialHost/asf.xml | 2 ++ Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml | 2 ++ Demos/Host/LowLevel/AudioInputHost/asf.xml | 2 ++ Demos/Host/LowLevel/AudioOutputHost/asf.xml | 2 ++ Demos/Host/LowLevel/GenericHIDHost/asf.xml | 2 ++ Demos/Host/LowLevel/JoystickHostWithParser/asf.xml | 2 ++ Demos/Host/LowLevel/KeyboardHost/asf.xml | 2 ++ Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml | 2 ++ Demos/Host/LowLevel/MIDIHost/asf.xml | 2 ++ Demos/Host/LowLevel/MassStorageHost/asf.xml | 2 ++ Demos/Host/LowLevel/MouseHost/asf.xml | 2 ++ Demos/Host/LowLevel/MouseHostWithParser/asf.xml | 2 ++ Demos/Host/LowLevel/PrinterHost/asf.xml | 2 ++ Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | 2 ++ Demos/Host/LowLevel/StillImageHost/asf.xml | 2 ++ Demos/Host/LowLevel/VirtualSerialHost/asf.xml | 2 ++ 58 files changed, 116 insertions(+) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml index 3320ea796..b61714e9f 100644 --- a/Demos/Device/ClassDriver/AudioInput/asf.xml +++ b/Demos/Device/ClassDriver/AudioInput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Input device demo, implementing a basic USB microphone. + + diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml index 0b00bb324..dacdbd5c6 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Output device demo, implementing a basic USB speaker. + + diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml index eb06e8ad0..11a23eb21 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml @@ -16,6 +16,8 @@ Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. + + diff --git a/Demos/Device/ClassDriver/GenericHID/asf.xml b/Demos/Device/ClassDriver/GenericHID/asf.xml index 9996d7bc7..2b1ee5f8a 100644 --- a/Demos/Device/ClassDriver/GenericHID/asf.xml +++ b/Demos/Device/ClassDriver/GenericHID/asf.xml @@ -16,6 +16,8 @@ Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. + + diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml index ccb653e03..2cae1e5be 100644 --- a/Demos/Device/ClassDriver/Joystick/asf.xml +++ b/Demos/Device/ClassDriver/Joystick/asf.xml @@ -16,6 +16,8 @@ Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. + + diff --git a/Demos/Device/ClassDriver/Keyboard/asf.xml b/Demos/Device/ClassDriver/Keyboard/asf.xml index 8010c3098..f2989105b 100644 --- a/Demos/Device/ClassDriver/Keyboard/asf.xml +++ b/Demos/Device/ClassDriver/Keyboard/asf.xml @@ -16,6 +16,8 @@ Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. + + diff --git a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml index 92ddb871a..a530eed6d 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml @@ -16,6 +16,8 @@ Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. + + diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml index cf11fe737..7c6d76dfd 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml @@ -16,6 +16,8 @@ Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a single HID interface and multiple logical reports. + + diff --git a/Demos/Device/ClassDriver/MIDI/asf.xml b/Demos/Device/ClassDriver/MIDI/asf.xml index 4d2600c9f..6212b482a 100644 --- a/Demos/Device/ClassDriver/MIDI/asf.xml +++ b/Demos/Device/ClassDriver/MIDI/asf.xml @@ -16,6 +16,8 @@ MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. + + diff --git a/Demos/Device/ClassDriver/MassStorage/asf.xml b/Demos/Device/ClassDriver/MassStorage/asf.xml index 7c93d23a7..4d10f3cd7 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -16,6 +16,8 @@ Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. + + diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml index f97434190..3b53aec2f 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -16,6 +16,8 @@ Mass Storage and Keyboard device demo, implementing a basic USB storage disk using a Dataflash memory IC, and a basic HID keyboard. + + diff --git a/Demos/Device/ClassDriver/Mouse/asf.xml b/Demos/Device/ClassDriver/Mouse/asf.xml index ea43b22f6..f501963c4 100644 --- a/Demos/Device/ClassDriver/Mouse/asf.xml +++ b/Demos/Device/ClassDriver/Mouse/asf.xml @@ -16,6 +16,8 @@ Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. + + diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml index 1c3dfe97f..9aef2735e 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml +++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml @@ -16,6 +16,8 @@ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. + + diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index 87d652058..310321e69 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -16,6 +16,8 @@ Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. + + diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml index 3aec58ded..beae95627 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -16,6 +16,8 @@ Virtual Serial and Mass Storage device demo, implementing a virtual serial channel between the host PC and the device, and a basic USB storage disk using a Dataflash memory IC. + + diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml index 07e21a535..61bb17fab 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml @@ -16,6 +16,8 @@ Virtual Serial and Mouse device demo, implementing a virtual serial channel between the host PC and the device, and a USB mouse. + + diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml index f95f448a8..767b3fd4a 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Input device demo, implementing a basic USB microphone. + + diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index 07ffa3624..458a8b974 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -16,6 +16,8 @@ Audio 1.0 Output device demo, implementing a basic USB speaker. + + diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index b04ce5913..d3045683b 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -16,6 +16,8 @@ Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. + + diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index c303c6b32..27e09ca17 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -16,6 +16,8 @@ Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. + + diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml index 101dc05ba..05cc1576b 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -16,6 +16,8 @@ Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. + + diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml index 9da57ae77..bae98489e 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -16,6 +16,8 @@ Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. + + diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml index ebf8055d6..247eeea7f 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -16,6 +16,8 @@ Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. + + diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml index 92ea6f05b..652d51acd 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -16,6 +16,8 @@ MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. + + diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index ffe07fbcf..a859733f5 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -16,6 +16,8 @@ Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. + + diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml index 660f878af..ed0c537c8 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -16,6 +16,8 @@ Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. + + diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 292690f10..59c373a0e 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -16,6 +16,8 @@ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. + + diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index 0525dc5be..bb2c0fcc8 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -16,6 +16,8 @@ Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. + + diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml index 10d397f60..d2b4214bd 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml @@ -16,6 +16,8 @@ Mouse host and device dual role demo, implementing a basic mouse device and host. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml index f34a078e5..0100f60ee 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/AudioInputHost/asf.xml b/Demos/Host/LowLevel/AudioInputHost/asf.xml index 299c4a483..f043fb9ed 100644 --- a/Demos/Host/LowLevel/AudioInputHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml index 56b994478..200832452 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/GenericHIDHost/asf.xml b/Demos/Host/LowLevel/GenericHIDHost/asf.xml index ea0388f3c..17cc78aa0 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/asf.xml +++ b/Demos/Host/LowLevel/GenericHIDHost/asf.xml @@ -16,6 +16,8 @@ Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device. + + diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml index 261ee3b78..245051995 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/KeyboardHost/asf.xml b/Demos/Host/LowLevel/KeyboardHost/asf.xml index c56258a55..db3efd16b 100644 --- a/Demos/Host/LowLevel/KeyboardHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml index 6313775e4..e6f343deb 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/MIDIHost/asf.xml b/Demos/Host/LowLevel/MIDIHost/asf.xml index aa0a5f343..1ecde005a 100644 --- a/Demos/Host/LowLevel/MIDIHost/asf.xml +++ b/Demos/Host/LowLevel/MIDIHost/asf.xml @@ -16,6 +16,8 @@ MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. + + diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml index a6ef8fe53..fd93fc644 100644 --- a/Demos/Host/LowLevel/MassStorageHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml index bde2295fb..8fca686c1 100644 --- a/Demos/Host/LowLevel/MouseHost/asf.xml +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -16,6 +16,8 @@ Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. + + diff --git a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml index eefac2607..afc321afe 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/PrinterHost/asf.xml b/Demos/Host/LowLevel/PrinterHost/asf.xml index 320bdd21b..abe73c5ae 100644 --- a/Demos/Host/LowLevel/PrinterHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml index 319bac0cc..fafffbf08 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/StillImageHost/asf.xml b/Demos/Host/LowLevel/StillImageHost/asf.xml index 0d1db42b0..5645c292a 100644 --- a/Demos/Host/LowLevel/StillImageHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml index 22af311c2..783862d7b 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml +++ b/Demos/Host/LowLevel/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. + + -- cgit v1.2.3