diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml
index 97a0be0bfe..7edecad0d9 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 6a2f1a77b0..ca196a6e2b 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 1bda14cd48..7fdb168f6b 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 61ac13609b..1ed9a26069 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 2dcfa1a820..33caeb0f62 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 cfbc125800..53dd2d64e0 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 de3b27263c..2f2c2e0191 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 5de12f7aad..288cda0fde 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 56698c88aa..9e08e4b516 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 4768b15551..a04765be58 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 c48f564a07..27764dbe3e 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 b578e86e2d..af0f7cff6e 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 aa2fb61ada..b3fe5b76a7 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 0fe06f083b..8b58df151f 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 bacb72cbb2..ad570c49cb 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 ea9d859cf1..f3ac3ee422 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 966b594b0d..5b87b4c88c 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 64782de209..147d73e1a1 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 f655198328..7453e4073d 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 e491b7bbd8..15a06fb81d 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 f699802fc1..26541dd44e 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 e62c74acdd..553ed06622 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 9ac67deddf..0589f212e0 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 09b8e0da58..e5bb07011c 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 1d0f831e4d..10942617a5 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 899ffa2a05..ead998ad9d 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 a8e811b136..5f724ca607 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 e208666705..34c93122bc 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 bb687feaae..6e97089ca5 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 c8e37d6d4f..753393a037 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 458e5253a7..892251b7e3 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 64db83c33f..8d8f40540f 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 458ac6a9f8..fe76be7a04 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 0f8cd9c6f6..dfd424a56c 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 fed8fdaf04..2aad2004c8 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 c5728555b9..723336f048 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 9324e83349..aa5697e350 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 4aafdfb7d7..ad51cf7ecc 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 6ccb347632..b60b684578 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 267e4638af..196477f7ba 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 024ca04615..ce392283ce 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 5303020f99..9d2f92ca4b 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 ca13f8d3fb..45d24313ef 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 3225c0de45..421705a7da 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 daf5983228..b4a457b7f2 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 1787843ca0..d4edfd1695 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 20d02e6aec..a6a5519e96 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 84b966dfae..929c72462c 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 b2897aa488..12233b1090 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 224383db88..41afbc4147 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 a360097081..72958ca9de 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 eafcf720d7..2e96d4f3e5 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 751326f87c..0360179e16 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 6d095a2a07..521746f7a4 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 4acd97fc31..8fe5862150 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 a71cdf5f38..3c6520c81d 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 4f9efdd2b3..7689888dfc 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 fad12718b5..d6069f4457 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 8ab9483aff..6cf1fbb0b3 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 c7335d4266..55fc83bbc4 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 b5bd375c49..13b54be015 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 227e12e517..f1d4a6b16f 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 8fd1bb24e7..25dc8aca70 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 18e3a34f0c..0ae2e6e69d 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 3cd6217b65..0d59a3a778 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 aff253e982..ffe7600a28 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 46c99f2aaf..5cdfd7ebeb 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 624ea274a4..7c29c95cb7 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 2231e95631..1a0674df27 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 a5181cd186..5f5de99f84 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 ecc035d853..eaebbdc6e7 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 ce8362a977..4084b9d211 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 c548e3a49b..f0414ea8ec 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.
+
+
+
+
+
+