From 7a9b3d3641e1bc97d2826b4865b3cedb11099e62 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 7 Dec 2009 04:18:07 +0000 Subject: Rename CDC demos to VirtualSerial. --- LUFA/ManPages/LibraryApps.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'LUFA/ManPages/LibraryApps.txt') diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 58441ab16..19d2f108b 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -34,9 +34,7 @@ * - ClassDriver * - AudioInput - Audio In (microphone) demo, using the library USB Audio Class driver framework * - AudioOutput - Audio Out (speaker) demo, using the library USB Audio Class driver framework - * - CDC - Virtual Serial Port demo, using the library USB CDC Class driver framework - * - CDCMouse - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks - * - DualCDC - Dual Virtual Serial Port demo, using the library USB CDC Class driver framework + * - DualVirtualSerial - Dual Virtual Serial Port demo, using the library USB CDC Class driver framework * - GenericHID - Generic Human Interface Class demo, using the library USB HID Class driver framework * - Joystick - USB Joystick demo, using the library USB HID Class driver framework * - Keyboard - USB Keyboard demo, using the library USB HID Class driver framework @@ -46,11 +44,12 @@ * - MIDI - MIDI In demo, using the library USB MIDI-Audio Class driver framework * - Mouse - USB Mouse demo, using the library USB HID driver framework * - RNDISEthernet - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework + * - VirtualSerial - Virtual Serial Port demo, using the library USB CDC Class driver framework + * - VirtualSerialMouse - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks * - LowLevel * - AudioInput - Audio In (microphone) demo, using the low level LUFA APIs to implement the USB Audio class * - AudioOutput - Audio Out (speaker) demo, using the low level LUFA APIs to implement the USB Audio class - * - CDC - Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class - * - DualCDC - Dual Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class + * - DualVirtualSerial - Dual Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class * - GenericHID - Generic Human Interface Class demo, using the low level LUFA APIs to implement the USB HID class * - Joystick - USB Joystick demo, using the low level LUFA APIs to implement the USB HID class * - Keyboard - USB Keyboard demo, using the low level LUFA APIs to implement the USB HID class @@ -59,11 +58,11 @@ * - MIDI - MIDI In demo, using the low level LUFA APIs to implement the USB MIDI-Audio class * - Mouse - USB Mouse demo, using the low level LUFA APIs to implement the USB HID class * - RNDISEthernet - RNDIS Ethernet Webserver demo, using the low level LUFA APIs to implement the USB RNDIS class + * - VirtualSerial - Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class * - Incomplete * - SideShow - Incomplete Windows SideShow demo, using the low level LUFA APIs to implement the USB SideShow class * - Host * - ClassDriver - * - CDCHost - Virtual Serial Port host demo, using the library USB CDC Class driver framework * - JoystickHostWithParser - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework * - KeyboardHost - USB Keyboard host demo, using the library USB HID Class driver framework * - KeyboardHostWithParser - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class @@ -73,8 +72,8 @@ * - MouseHostWithParser - Mouse host demo with HID Descriptor parser, using the library USB HID Class driver framework * - RNDISHost - RNDIS Ethernet host demo, using the library USB RNDIS Class driver framework * - StillImageHost - Still Image Camera host demo, using the library USB Still Image Class driver framework + * - VirtualSerialHost - Virtual Serial Port host demo, using the library USB CDC Class driver framework * - LowLevel - * - CDCHost - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class * - JoystickHostWithParser - Joystick host demo with HID Descriptor parser, using the low level LUFA APIs to implement * the USB HID class * - GenericHIDHost - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class @@ -88,6 +87,7 @@ * - PrinterHost - Printer host demo, using the low level LUFA APIs to implement the USB Printer class * - RNDISHost - RNDIS Ethernet host demo, using the low level LUFA APIs to implement the RNDIS class * - StillImageHost - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class + * - VirtualSerialHost - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class * - Incomplete * - BluetoothHost - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class * - DualRole -- cgit v1.2.3