From 184efdaba6748cca403a3d40ec7cebf3b731e284 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 12 Jan 2013 16:54:26 +0000 Subject: Add Atmel Studio keywords to all project XML files. --- Demos/Device/ClassDriver/AudioInput/asf.xml | 6 ++++++ Demos/Device/ClassDriver/AudioOutput/asf.xml | 6 ++++++ Demos/Device/ClassDriver/DualVirtualSerial/asf.xml | 6 ++++++ Demos/Device/ClassDriver/Joystick/asf.xml | 6 ++++++ Demos/Device/ClassDriver/Keyboard/asf.xml | 6 ++++++ Demos/Device/ClassDriver/KeyboardMouse/asf.xml | 6 ++++++ Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml | 6 ++++++ Demos/Device/ClassDriver/MIDI/asf.xml | 6 ++++++ Demos/Device/ClassDriver/MassStorage/asf.xml | 6 ++++++ Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml | 7 +++++++ Demos/Device/ClassDriver/Mouse/asf.xml | 6 ++++++ Demos/Device/ClassDriver/VirtualSerial/asf.xml | 6 ++++++ Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml | 7 +++++++ Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml | 7 +++++++ Demos/Device/LowLevel/AudioInput/asf.xml | 6 ++++++ Demos/Device/LowLevel/AudioOutput/asf.xml | 6 ++++++ Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 6 ++++++ Demos/Device/LowLevel/GenericHID/asf.xml | 6 ++++++ Demos/Device/LowLevel/Joystick/asf.xml | 6 ++++++ Demos/Device/LowLevel/Keyboard/asf.xml | 6 ++++++ Demos/Device/LowLevel/KeyboardMouse/asf.xml | 6 ++++++ Demos/Device/LowLevel/MIDI/asf.xml | 6 ++++++ Demos/Device/LowLevel/MassStorage/asf.xml | 6 ++++++ Demos/Device/LowLevel/Mouse/asf.xml | 6 ++++++ Demos/Device/LowLevel/RNDISEthernet/asf.xml | 6 ++++++ Demos/Device/LowLevel/VirtualSerial/asf.xml | 6 ++++++ Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml | 6 ++++++ Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/AudioInputHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml | 6 ++++++ Demos/Host/ClassDriver/KeyboardHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml | 6 ++++++ Demos/Host/ClassDriver/MIDIHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/MassStorageHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/MouseHost/asf.xml | 8 +++++++- Demos/Host/ClassDriver/MouseHostWithParser/asf.xml | 6 ++++++ Demos/Host/ClassDriver/PrinterHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/StillImageHost/asf.xml | 6 ++++++ Demos/Host/ClassDriver/VirtualSerialHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/AudioInputHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/AudioOutputHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/GenericHIDHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/JoystickHostWithParser/asf.xml | 6 ++++++ Demos/Host/LowLevel/KeyboardHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml | 6 ++++++ Demos/Host/LowLevel/MIDIHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/MassStorageHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/MouseHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/MouseHostWithParser/asf.xml | 6 ++++++ Demos/Host/LowLevel/PrinterHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/StillImageHost/asf.xml | 6 ++++++ Demos/Host/LowLevel/VirtualSerialHost/asf.xml | 6 ++++++ 56 files changed, 340 insertions(+), 1 deletion(-) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml index 97a0be0bf..7edecad0d 100644 --- a/Demos/Device/ClassDriver/AudioInput/asf.xml +++ b/Demos/Device/ClassDriver/AudioInput/asf.xml @@ -15,6 +15,12 @@ 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 6a2f1a77b..ca196a6e2 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -15,6 +15,12 @@ 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 1bda14cd4..7fdb168f6 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml @@ -15,6 +15,12 @@ Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. + + + + + + diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml index 61ac13609..1ed9a2606 100644 --- a/Demos/Device/ClassDriver/Joystick/asf.xml +++ b/Demos/Device/ClassDriver/Joystick/asf.xml @@ -15,6 +15,12 @@ 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 2dcfa1a82..33caeb0f6 100644 --- a/Demos/Device/ClassDriver/Keyboard/asf.xml +++ b/Demos/Device/ClassDriver/Keyboard/asf.xml @@ -15,6 +15,12 @@ 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 cfbc12580..53dd2d64e 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml @@ -15,6 +15,12 @@ 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 de3b27263..2f2c2e019 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml @@ -15,6 +15,12 @@ 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 5de12f7aa..288cda0fd 100644 --- a/Demos/Device/ClassDriver/MIDI/asf.xml +++ b/Demos/Device/ClassDriver/MIDI/asf.xml @@ -15,6 +15,12 @@ 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 56698c88a..9e08e4b51 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -15,6 +15,12 @@ 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 4768b1555..a04765be5 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -15,6 +15,13 @@ 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 c48f564a0..27764dbe3 100644 --- a/Demos/Device/ClassDriver/Mouse/asf.xml +++ b/Demos/Device/ClassDriver/Mouse/asf.xml @@ -15,6 +15,12 @@ Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. + + + + + + diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index b578e86e2..af0f7cff6 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -15,6 +15,12 @@ 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 aa2fb61ad..b3fe5b76a 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -15,6 +15,13 @@ 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 0fe06f083..8b58df151 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml @@ -15,6 +15,13 @@ 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 bacb72cbb..ad570c49c 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -15,6 +15,12 @@ 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 ea9d859cf..f3ac3ee42 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -15,6 +15,12 @@ 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 966b594b0..5b87b4c88 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -15,6 +15,12 @@ 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 64782de20..147d73e1a 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -15,6 +15,12 @@ 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 f65519832..7453e4073 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -15,6 +15,12 @@ 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 e491b7bbd..15a06fb81 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -15,6 +15,12 @@ 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 f699802fc..26541dd44 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -15,6 +15,12 @@ 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 e62c74acd..553ed0662 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -15,6 +15,12 @@ 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 9ac67dedd..0589f212e 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -15,6 +15,12 @@ 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 09b8e0da5..e5bb07011 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -15,6 +15,12 @@ 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 1d0f831e4..10942617a 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -15,6 +15,12 @@ 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 899ffa2a0..ead998ad9 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -15,6 +15,12 @@ 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 a8e811b13..5f724ca60 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml @@ -15,6 +15,12 @@ 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 e20866670..34c93122b 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml @@ -15,6 +15,12 @@ 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 bb687feaa..6e97089ca 100644 --- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioInputHost/asf.xml @@ -15,6 +15,12 @@ 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 c8e37d6d4..753393a03 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -15,6 +15,12 @@ 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 458e5253a..892251b7e 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml @@ -15,6 +15,12 @@ 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 64db83c33..8d8f40540 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHost/asf.xml @@ -15,6 +15,12 @@ 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 458ac6a9f..fe76be7a0 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml @@ -15,6 +15,12 @@ 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 0f8cd9c6f..dfd424a56 100644 --- a/Demos/Host/ClassDriver/MIDIHost/asf.xml +++ b/Demos/Host/ClassDriver/MIDIHost/asf.xml @@ -15,6 +15,12 @@ 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 fed8fdaf0..2aad2004c 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml +++ b/Demos/Host/ClassDriver/MassStorageHost/asf.xml @@ -15,6 +15,12 @@ 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 c5728555b..723336f04 100644 --- a/Demos/Host/ClassDriver/MouseHost/asf.xml +++ b/Demos/Host/ClassDriver/MouseHost/asf.xml @@ -12,7 +12,13 @@ - Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. + 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 9324e8334..aa5697e35 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml @@ -15,6 +15,12 @@ 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 4aafdfb7d..ad51cf7ec 100644 --- a/Demos/Host/ClassDriver/PrinterHost/asf.xml +++ b/Demos/Host/ClassDriver/PrinterHost/asf.xml @@ -15,6 +15,12 @@ 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 6ccb34763..b60b68457 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml @@ -15,6 +15,12 @@ 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 267e4638a..196477f7b 100644 --- a/Demos/Host/ClassDriver/StillImageHost/asf.xml +++ b/Demos/Host/ClassDriver/StillImageHost/asf.xml @@ -15,6 +15,12 @@ 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 024ca0461..ce392283c 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml +++ b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml @@ -15,6 +15,12 @@ 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 5303020f9..9d2f92ca4 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml @@ -15,6 +15,12 @@ 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 ca13f8d3f..45d24313e 100644 --- a/Demos/Host/LowLevel/AudioInputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioInputHost/asf.xml @@ -15,6 +15,12 @@ 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 3225c0de4..421705a7d 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -15,6 +15,12 @@ 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 daf598322..b4a457b7f 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/asf.xml +++ b/Demos/Host/LowLevel/GenericHIDHost/asf.xml @@ -15,6 +15,12 @@ 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 1787843ca..d4edfd169 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml @@ -15,6 +15,12 @@ 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 20d02e6ae..a6a5519e9 100644 --- a/Demos/Host/LowLevel/KeyboardHost/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHost/asf.xml @@ -15,6 +15,12 @@ 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 84b966dfa..929c72462 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml @@ -15,6 +15,12 @@ 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 b2897aa48..12233b109 100644 --- a/Demos/Host/LowLevel/MIDIHost/asf.xml +++ b/Demos/Host/LowLevel/MIDIHost/asf.xml @@ -15,6 +15,12 @@ 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 224383db8..41afbc414 100644 --- a/Demos/Host/LowLevel/MassStorageHost/asf.xml +++ b/Demos/Host/LowLevel/MassStorageHost/asf.xml @@ -15,6 +15,12 @@ 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 a36009708..72958ca9d 100644 --- a/Demos/Host/LowLevel/MouseHost/asf.xml +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -15,6 +15,12 @@ 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 eafcf720d..2e96d4f3e 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml @@ -15,6 +15,12 @@ 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 751326f87..0360179e1 100644 --- a/Demos/Host/LowLevel/PrinterHost/asf.xml +++ b/Demos/Host/LowLevel/PrinterHost/asf.xml @@ -15,6 +15,12 @@ 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 6d095a2a0..521746f7a 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml +++ b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml @@ -15,6 +15,12 @@ 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 4acd97fc3..8fe586215 100644 --- a/Demos/Host/LowLevel/StillImageHost/asf.xml +++ b/Demos/Host/LowLevel/StillImageHost/asf.xml @@ -15,6 +15,12 @@ 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 a71cdf5f3..3c6520c81 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml +++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml @@ -15,6 +15,12 @@ Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. + + + + + + -- cgit v1.2.3