diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml
index 97a0be0bfef..7edecad0d9f 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 6a2f1a77b0c..ca196a6e2bc 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 1bda14cd48a..7fdb168f6b1 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 61ac13609b6..1ed9a260697 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 2dcfa1a8206..33caeb0f620 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 cfbc1258005..53dd2d64e06 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 de3b27263c6..2f2c2e0191d 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 5de12f7aad8..288cda0fde6 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 56698c88aac..9e08e4b5167 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 4768b15551e..a04765be588 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 c48f564a077..27764dbe3eb 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 b578e86e2dc..af0f7cff6e2 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 aa2fb61ada9..b3fe5b76a7e 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 0fe06f083bc..8b58df151fa 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 bacb72cbb2b..ad570c49cbe 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 ea9d859cf1f..f3ac3ee4227 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 966b594b0d3..5b87b4c88ce 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 64782de209b..147d73e1a1b 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 f6551983282..7453e4073dd 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 e491b7bbd8e..15a06fb81d6 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 f699802fc19..26541dd44e9 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 e62c74acdda..553ed066227 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 9ac67deddf8..0589f212e05 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 09b8e0da583..e5bb07011cc 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 1d0f831e4d9..10942617a57 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 899ffa2a05c..ead998ad9da 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 a8e811b1360..5f724ca6072 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 e208666705e..34c93122bc4 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 bb687feaae2..6e97089ca5c 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 c8e37d6d4f6..753393a037b 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 458e5253a74..892251b7e32 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 64db83c33f4..8d8f40540f0 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 458ac6a9f8a..fe76be7a044 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 0f8cd9c6f64..dfd424a56c9 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 fed8fdaf04c..2aad2004c88 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 c5728555b9c..723336f0483 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 9324e833495..aa5697e350c 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 4aafdfb7d7b..ad51cf7eccc 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 6ccb3476322..b60b684578b 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 267e4638af6..196477f7bae 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 024ca04615d..ce392283ce0 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 5303020f997..9d2f92ca4b3 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 ca13f8d3fb4..45d24313ef1 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 3225c0de455..421705a7da9 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 daf5983228f..b4a457b7f2d 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 1787843ca09..d4edfd1695d 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 20d02e6aec0..a6a5519e96b 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 84b966dfae7..929c72462cf 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 b2897aa4889..12233b1090b 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 224383db883..41afbc41479 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 a3600970813..72958ca9de5 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 eafcf720d75..2e96d4f3e57 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 751326f87c8..0360179e164 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 6d095a2a074..521746f7a43 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 4acd97fc31b..8fe58621507 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 a71cdf5f389..3c6520c81dc 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.
+
+
+
+
+
+
diff --git a/LUFA/CodeTemplates/DeviceTemplate/asf.xml b/LUFA/CodeTemplates/DeviceTemplate/asf.xml
index 4f9efdd2b31..7689888dfc6 100644
--- a/LUFA/CodeTemplates/DeviceTemplate/asf.xml
+++ b/LUFA/CodeTemplates/DeviceTemplate/asf.xml
@@ -15,6 +15,11 @@
Template for a LUFA USB device mode application.
+
+
+
+
+
diff --git a/LUFA/CodeTemplates/HostTemplate/asf.xml b/LUFA/CodeTemplates/HostTemplate/asf.xml
index fad12718b59..d6069f44576 100644
--- a/LUFA/CodeTemplates/HostTemplate/asf.xml
+++ b/LUFA/CodeTemplates/HostTemplate/asf.xml
@@ -15,6 +15,11 @@
Template for a LUFA USB host mode application.
+
+
+
+
+
diff --git a/LUFA/StudioIntegration/lufa.xml b/LUFA/StudioIntegration/lufa.xml
index 8ab9483aff6..6cf1fbb0b3c 100644
--- a/LUFA/StudioIntegration/lufa.xml
+++ b/LUFA/StudioIntegration/lufa.xml
@@ -12,7 +12,7 @@
-
+ Lightweight USB Framework for AVRs (LUFA), a USB software stack/framework.
diff --git a/Projects/AVRISP-MKII/asf.xml b/Projects/AVRISP-MKII/asf.xml
index c7335d4266f..55fc83bbc41 100644
--- a/Projects/AVRISP-MKII/asf.xml
+++ b/Projects/AVRISP-MKII/asf.xml
@@ -15,6 +15,11 @@
+
+
+
+
+
diff --git a/Projects/Benito/asf.xml b/Projects/Benito/asf.xml
index b5bd375c490..13b54be0159 100644
--- a/Projects/Benito/asf.xml
+++ b/Projects/Benito/asf.xml
@@ -15,6 +15,12 @@
Benito AVR programmer.
+
+
+
+
+
+
diff --git a/Projects/HIDReportViewer/asf.xml b/Projects/HIDReportViewer/asf.xml
index 227e12e5171..f1d4a6b16f1 100644
--- a/Projects/HIDReportViewer/asf.xml
+++ b/Projects/HIDReportViewer/asf.xml
@@ -15,6 +15,12 @@
HID device report viewer project.
+
+
+
+
+
+
diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml
index 8fd1bb24e74..25dc8aca706 100644
--- a/Projects/LEDNotifier/asf.xml
+++ b/Projects/LEDNotifier/asf.xml
@@ -15,6 +15,12 @@
RGB LED notification widget project.
+
+
+
+
+
+
diff --git a/Projects/MIDIToneGenerator/asf.xml b/Projects/MIDIToneGenerator/asf.xml
index 18e3a34f0c2..0ae2e6e69d2 100644
--- a/Projects/MIDIToneGenerator/asf.xml
+++ b/Projects/MIDIToneGenerator/asf.xml
@@ -15,6 +15,12 @@
MIDI tone generator project.
+
+
+
+
+
+
diff --git a/Projects/Magstripe/asf.xml b/Projects/Magstripe/asf.xml
index 3cd6217b650..0d59a3a778b 100644
--- a/Projects/Magstripe/asf.xml
+++ b/Projects/Magstripe/asf.xml
@@ -15,6 +15,12 @@
Magnetic strip card reader project.
+
+
+
+
+
+
diff --git a/Projects/MediaController/asf.xml b/Projects/MediaController/asf.xml
index aff253e9823..ffe7600a286 100644
--- a/Projects/MediaController/asf.xml
+++ b/Projects/MediaController/asf.xml
@@ -15,6 +15,12 @@
Magnetic strip card reader project.
+
+
+
+
+
+
diff --git a/Projects/MissileLauncher/asf.xml b/Projects/MissileLauncher/asf.xml
index 46c99f2aaf7..5cdfd7ebeb5 100644
--- a/Projects/MissileLauncher/asf.xml
+++ b/Projects/MissileLauncher/asf.xml
@@ -15,6 +15,11 @@
Missile launcher project.
+
+
+
+
+
diff --git a/Projects/RelayBoard/asf.xml b/Projects/RelayBoard/asf.xml
index 624ea274a48..7c29c95cb71 100644
--- a/Projects/RelayBoard/asf.xml
+++ b/Projects/RelayBoard/asf.xml
@@ -15,6 +15,11 @@
Relay Board Controller project.
+
+
+
+
+
diff --git a/Projects/SerialToLCD/asf.xml b/Projects/SerialToLCD/asf.xml
index 2231e95631c..1a0674df274 100644
--- a/Projects/SerialToLCD/asf.xml
+++ b/Projects/SerialToLCD/asf.xml
@@ -15,6 +15,12 @@
USB Serial to LCD Controller project.
+
+
+
+
+
+
diff --git a/Projects/TempDataLogger/asf.xml b/Projects/TempDataLogger/asf.xml
index a5181cd1862..5f5de99f841 100644
--- a/Projects/TempDataLogger/asf.xml
+++ b/Projects/TempDataLogger/asf.xml
@@ -15,6 +15,13 @@
Temperature Datalogger project.
+
+
+
+
+
+
+
diff --git a/Projects/USBtoSerial/asf.xml b/Projects/USBtoSerial/asf.xml
index ecc035d8534..eaebbdc6e74 100644
--- a/Projects/USBtoSerial/asf.xml
+++ b/Projects/USBtoSerial/asf.xml
@@ -15,6 +15,12 @@
USB to Serial USART converter project.
+
+
+
+
+
+
diff --git a/Projects/Webserver/asf.xml b/Projects/Webserver/asf.xml
index ce8362a977c..4084b9d2112 100644
--- a/Projects/Webserver/asf.xml
+++ b/Projects/Webserver/asf.xml
@@ -15,6 +15,13 @@
RNDIS Webserver project, using the open source uIP network stack.
+
+
+
+
+
+
+
diff --git a/Projects/XPLAINBridge/asf.xml b/Projects/XPLAINBridge/asf.xml
index c548e3a49b5..f0414ea8ecf 100644
--- a/Projects/XPLAINBridge/asf.xml
+++ b/Projects/XPLAINBridge/asf.xml
@@ -15,6 +15,12 @@
Bridge firmware for the original (green) XPLAIN board, for programming and USB virtual serial communications.
+
+
+
+
+
+