From de70f0f1cf034d8f22141a2825f24ad60d14421b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 18 Oct 2009 05:35:48 +0000 Subject: Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. --- LUFA/ManPages/LibraryApps.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LUFA/ManPages/LibraryApps.txt') diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 380596d73..ceb265243 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -45,7 +45,6 @@ * - 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 - * - USBtoSerial - USB to USART Serial converter demo, using the library USB CDC driver framework * - 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 @@ -59,7 +58,6 @@ * - 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 - * - USBtoSerial - USB to USART Serial converter 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 @@ -98,6 +96,7 @@ * - Benito - Benito Board Arduino Programmer project * - Magstripe - Magnetic Stripe Card Reader project * - MissileLaucher - Toy Missile Launcher Host project + * - USBtoSerial - USB to USART Serial Converter project * * */ \ No newline at end of file -- cgit v1.2.3