Update Atmel Studio project captions.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 23 May 2013 14:58:31 +0000 (16:58 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 23 May 2013 14:58:31 +0000 (16:58 +0200)
58 files changed:
Demos/Device/ClassDriver/AudioInput/asf.xml
Demos/Device/ClassDriver/AudioOutput/asf.xml
Demos/Device/ClassDriver/DualVirtualSerial/asf.xml
Demos/Device/ClassDriver/GenericHID/asf.xml
Demos/Device/ClassDriver/Joystick/asf.xml
Demos/Device/ClassDriver/Keyboard/asf.xml
Demos/Device/ClassDriver/KeyboardMouse/asf.xml
Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml
Demos/Device/ClassDriver/MIDI/asf.xml
Demos/Device/ClassDriver/MassStorage/asf.xml
Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml
Demos/Device/ClassDriver/Mouse/asf.xml
Demos/Device/ClassDriver/RNDISEthernet/asf.xml
Demos/Device/ClassDriver/VirtualSerial/asf.xml
Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml
Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml
Demos/Device/LowLevel/AudioInput/asf.xml
Demos/Device/LowLevel/AudioOutput/asf.xml
Demos/Device/LowLevel/DualVirtualSerial/asf.xml
Demos/Device/LowLevel/GenericHID/asf.xml
Demos/Device/LowLevel/Joystick/asf.xml
Demos/Device/LowLevel/Keyboard/asf.xml
Demos/Device/LowLevel/KeyboardMouse/asf.xml
Demos/Device/LowLevel/MIDI/asf.xml
Demos/Device/LowLevel/MassStorage/asf.xml
Demos/Device/LowLevel/Mouse/asf.xml
Demos/Device/LowLevel/RNDISEthernet/asf.xml
Demos/Device/LowLevel/VirtualSerial/asf.xml
Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml
Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
Demos/Host/ClassDriver/AudioInputHost/asf.xml
Demos/Host/ClassDriver/AudioOutputHost/asf.xml
Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
Demos/Host/ClassDriver/KeyboardHost/asf.xml
Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
Demos/Host/ClassDriver/MIDIHost/asf.xml
Demos/Host/ClassDriver/MassStorageHost/asf.xml
Demos/Host/ClassDriver/MouseHost/asf.xml
Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
Demos/Host/ClassDriver/PrinterHost/asf.xml
Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
Demos/Host/ClassDriver/StillImageHost/asf.xml
Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml
Demos/Host/LowLevel/AudioInputHost/asf.xml
Demos/Host/LowLevel/AudioOutputHost/asf.xml
Demos/Host/LowLevel/GenericHIDHost/asf.xml
Demos/Host/LowLevel/JoystickHostWithParser/asf.xml
Demos/Host/LowLevel/KeyboardHost/asf.xml
Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
Demos/Host/LowLevel/MIDIHost/asf.xml
Demos/Host/LowLevel/MassStorageHost/asf.xml
Demos/Host/LowLevel/MouseHost/asf.xml
Demos/Host/LowLevel/MouseHostWithParser/asf.xml
Demos/Host/LowLevel/PrinterHost/asf.xml
Demos/Host/LowLevel/RNDISEthernetHost/asf.xml
Demos/Host/LowLevel/StillImageHost/asf.xml
Demos/Host/LowLevel/VirtualSerialHost/asf.xml

index 2a60a1e..a41fe97 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.audio_input" caption="Audio Input Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.audio_input" caption="Audio Input Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Audio 1.0 Input device demo, implementing a basic USB microphone.\r
+               Audio 1.0 Input device demo, implementing a basic USB microphone. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index c7b0768..b902120 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.audio_output" caption="Audio Output Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.audio_output" caption="Audio Output Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Audio 1.0 Output device demo, implementing a basic USB speaker.\r
+               Audio 1.0 Output device demo, implementing a basic USB speaker. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 78ca488..ba6198d 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.dual_cdc" caption="Dual Virtual Serial Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.dual_cdc" caption="Dual Virtual Serial Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces.\r
+               Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index f64c7da..3f0658f 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.generic_hid" caption="Generic HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.generic_hid" caption="Generic HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host.\r
+               Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index e43b1c6..59cbd79 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.joystick" caption="Joystick HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.joystick" caption="Joystick HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host.\r
+               Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 5defbee..8220de0 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.keyboard" caption="Keyboard HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.keyboard" caption="Keyboard HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host.\r
+               Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 9e3bd49..a8f86c2 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.keyboard_mouse" caption="Keyboard and Mouse HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.keyboard_mouse" caption="Keyboard and Mouse HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces.\r
+               Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 65858aa..11cfc6a 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.keyboard_mouse_mr" caption="Keyboard and Mouse HID (Multi Report) Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.keyboard_mouse_mr" caption="Keyboard and Mouse HID (Multi Report) Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a single HID interface and multiple logical reports.\r
+               Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a single HID interface and multiple logical reports. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 8a7479d..b4c4755 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.midi" caption="MIDI Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.midi" caption="MIDI Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               MIDI device demo, implementing a basic USB MIDI device that can send messages to the host.\r
+               MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 2615273..4b63ec6 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.mass_storage" caption="Mass Storage Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.mass_storage" caption="Mass Storage Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC.\r
+               Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index cd0a101..15c7e7c 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.mass_storage_keyboard" caption="Mass Storage and HID Keyboard Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.mass_storage_keyboard" caption="Mass Storage and HID Keyboard Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mass Storage and Keyboard device demo, implementing a basic USB storage disk using a Dataflash memory IC, and a basic HID keyboard.\r
+               Mass Storage and Keyboard device demo, implementing a basic USB storage disk using a Dataflash memory IC, and a basic HID keyboard. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 7ad6b94..eef434f 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.mouse" caption="Mouse HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.mouse" caption="Mouse HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mouse device demo, implementing a basic USB mouse device that can send movement information to the host.\r
+               Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 3084f41..f997f03 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.rndis" caption="RNDIS Ethernet Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.rndis" caption="RNDIS Ethernet Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.\r
+               Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 64ce25f..1978bea 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.cdc" caption="Virtual Serial CDC Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.cdc" caption="Virtual Serial CDC Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device.\r
+               Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 6a21768..d6c5fec 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.cdc_ms" caption="Virtual Serial CDC and Mass Storage Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.cdc_ms" caption="Virtual Serial CDC and Mass Storage Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               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.\r
+               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. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index e555710..64c2872 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.class.cdc_mouse" caption="Virtual Serial CDC and Mouse HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.class.cdc_mouse" caption="Virtual Serial CDC and Mouse HID Device Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Virtual Serial and Mouse device demo, implementing a virtual serial channel between the host PC and the device, and a USB mouse.\r
+               Virtual Serial and Mouse device demo, implementing a virtual serial channel between the host PC and the device, and a USB mouse. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 3fdfb65..4764f4a 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.audio_input" caption="Audio Input Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.audio_input" caption="Audio Input Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Audio 1.0 Input device demo, implementing a basic USB microphone.\r
+               Audio 1.0 Input device demo, implementing a basic USB microphone. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 19c15c3..cdcb68a 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.audio_output" caption="Audio Output Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.audio_output" caption="Audio Output Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Audio 1.0 Output device demo, implementing a basic USB speaker.\r
+               Audio 1.0 Output device demo, implementing a basic USB speaker. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 4628f4b..a228211 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.dual_cdc" caption="Dual Virtual Serial Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.dual_cdc" caption="Dual Virtual Serial Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces.\r
+               Dual Virtual Serial (CDC) demo, implementing a pair of virtual serial port interfaces. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 44fa5cf..07d2822 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.generic_hid" caption="Generic HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.generic_hid" caption="Generic HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host.\r
+               Generic HID device demo, implementing a device whose LEDs can be controlled via HID messages from the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index e7df499..87941c4 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.joystick" caption="Joystick HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.joystick" caption="Joystick HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host.\r
+               Joystick HID device demo, implementing a basic USB joystick that can send movement information to the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index d242754..fe2124d 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.keyboard" caption="Keyboard HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.keyboard" caption="Keyboard HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host.\r
+               Keyboard HID device demo, implementing a basic USB keyboard that can send key press information to the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index d3eca33..bea38d1 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.keyboard_mouse" caption="Keyboard and Mouse HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.keyboard_mouse" caption="Keyboard and Mouse HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces.\r
+               Keyboard and Mouse HID device demo, implementing a basic USB keyboard and mouse using a pair of HID interfaces. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index de8a016..f01d875 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.midi" caption="MIDI Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.midi" caption="MIDI Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               MIDI device demo, implementing a basic USB MIDI device that can send messages to the host.\r
+               MIDI device demo, implementing a basic USB MIDI device that can send messages to the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 46f25cc..cb77d81 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.mass_storage" caption="Mass Storage Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.mass_storage" caption="Mass Storage Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC.\r
+               Mass Storage device demo, implementing a basic USB storage disk using a Dataflash memory IC. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 0f471ff..d3d8455 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.mouse" caption="Mouse HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.mouse" caption="Mouse HID Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Mouse device demo, implementing a basic USB mouse device that can send movement information to the host.\r
+               Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 12fc761..3acd848 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.rndis" caption="RNDIS Ethernet Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.rndis" caption="RNDIS Ethernet Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.\r
+               Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 091bb1d..7ca80c1 100644 (file)
@@ -25,7 +25,7 @@
 \r
        <module type="application" id="lufa.demos.device.lowlevel.cdc" caption="Virtual Serial CDC Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.device.lowlevel.cdc" caption="Virtual Serial CDC Device Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device.\r
+               Virtual Serial device demo, implementing a virtual serial channel between the host PC and the device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 19a0905..8afc11a 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.dualrole.class.mouse" caption="Mouse HID Dual USB Mode Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.dualrole.class.mouse" caption="Mouse HID Dual USB Mode Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mouse host and device dual role demo, implementing a basic mouse device and host.\r
+               Mouse host and device dual role demo, implementing a basic mouse device and host. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index c31e663..4ddffc2 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.android" caption="Android Accessory Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.android" caption="Android Accessory Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.\r
+               Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index ac0d067..aec6da7 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.audio_input" caption="Audio Input Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.audio_input" caption="Audio Input Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.\r
+               Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 5b53faf..bf6b269 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.audio_output" caption="Audio Output Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.audio_output" caption="Audio Output Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.\r
+               Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 54a5a2c..5b9f2c0 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.joystick_parser" caption="Joystick HID (with parser) Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.joystick_parser" caption="Joystick HID (with parser) Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.\r
+               Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index f9d6067..3825117 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.keyboard" caption="Keyboard HID Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.keyboard" caption="Keyboard HID Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
+               Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index fdd3e79..a3c3367 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.keyboard_parser" caption="Keyboard HID (with parser) Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.keyboard_parser" caption="Keyboard HID (with parser) Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
+               Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index b52521f..62bbcae 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.midi" caption="MIDI Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.midi" caption="MIDI Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.\r
+               MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index dbc871e..65dbebb 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.ms" caption="Mass Storage Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.ms" caption="Mass Storage Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.\r
+               Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index ecc6218..b9167d7 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.mouse" caption="Mouse HID Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.mouse" caption="Mouse HID Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
+               Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index a9ca34b..8416312 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.mouse_parser" caption="Mouse HID (with parser) Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.mouse_parser" caption="Mouse HID (with parser) Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
+               Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index fa704ff..edea954 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.printer" caption="Printer Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.printer" caption="Printer Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.\r
+               Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 8199f2d..03316be 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.rndis" caption="RNDIS Ethernet Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.rndis" caption="RNDIS Ethernet Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.\r
+               Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 9471782..e02db28 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.si" caption="Still Image Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.si" caption="Still Image Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.\r
+               Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 4d0ebb0..a240864 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.class.cdc" caption="Virtual Serial CDC Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.class.cdc" caption="Virtual Serial CDC Host Demo (Class Driver APIs)">\r
                <info type="description" value="summary">\r
-               Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.\r
+               Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. This demo uses the user-friendly USB Class Driver APIs to provide a simple, abstracted interface into the USB stack.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 9d95cb5..1e29cc7 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.android" caption="Android Accessory Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.android" caption="Android Accessory Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device.\r
+               Android Accessory Host demo, implementing a basic USB device whose LEDs can be controlled via an Android device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 6c565b3..4ac68aa 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.audio_input" caption="Audio Input Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.audio_input" caption="Audio Input Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker.\r
+               Audio Input Host demo, implementing a basic USB audio sink that can output incoming audio data to a speaker. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index a56c84d..177fba2 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.audio_output" caption="Audio Output Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.audio_output" caption="Audio Output Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device.\r
+               Audio Output Host demo, implementing a basic USB audio source that can output audio data to an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 12df51f..cabf921 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.generic_hid" caption="Generic HID Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.generic_hid" caption="Generic HID Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device.\r
+               Generic HID Host demo, implementing a basic USB HID device that can send and receive data to and from an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index cf87706..4204f9f 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.joystick_parser" caption="Joystick HID (with parser) Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.joystick_parser" caption="Joystick HID (with parser) Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs.\r
+               Joystick HID Host demo with HID parser, implementing a basic USB joystick host that can display movement data on the board LEDs. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 32a88af..8f552f5 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.keyboard" caption="Keyboard HID Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.keyboard" caption="Keyboard HID Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
+               Keyboard HID Host demo, implementing a basic USB keyboard host that can display key press data on the board LEDs. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 1b78197..e30806e 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.keyboard_parser" caption="Keyboard HID (with parser) Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.keyboard_parser" caption="Keyboard HID (with parser) Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.\r
+               Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 862f719..20460a9 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.midi" caption="MIDI Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.midi" caption="MIDI Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device.\r
+               MIDI Host demo, capable of sending and receiving MIDI messages to and from an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 1ee5870..420b15b 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.ms" caption="Mass Storage Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.ms" caption="Mass Storage Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.\r
+               Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 30aa33d..df93a90 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.mouse" caption="Mouse HID Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.mouse" caption="Mouse HID Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
+               Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index f5a76a3..e60d351 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.mouse_parser" caption="Mouse HID (with parser) Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.mouse_parser" caption="Mouse HID (with parser) Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs.\r
+               Mouse HID Host demo with HID parser, implementing a basic USB mouse host that can display movement data on the board LEDs. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index f24a1e1..dc852c6 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.printer" caption="Printer Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.printer" caption="Printer Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device.\r
+               Printer Host demo, implementing a basic USB printer host that can send raw printer control data to an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 7f64c84..a3a2fee 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.rndis" caption="RNDIS Ethernet Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.rndis" caption="RNDIS Ethernet Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device.\r
+               Microsoft RNDIS Ethernet Host demo, implementing a RNDIS host that can send and receive Ethernet data to and from an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index 6592bf3..0a0f8bb 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.si" caption="Still Image Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.si" caption="Still Image Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device.\r
+               Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
index cfe4e2f..55cba1c 100644 (file)
@@ -13,7 +13,7 @@
 \r
        <module type="application" id="lufa.demos.host.lowlevel.cdc" caption="Virtual Serial CDC Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.demos.host.lowlevel.cdc" caption="Virtual Serial CDC Host Demo (Low Level APIs)">\r
                <info type="description" value="summary">\r
-               Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device.\r
+               Virtual Serial Host demo, implementing a CDC host that can send and receive data to and from an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r
                </info>\r
 \r
                <info type="gui-flag" value="move-to-root"/>\r