X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a852ea8e43d6df9642df3524a974073d2229fa4c..3309c00a99cca6d4a903aed9ecd092346b767ea0:/LUFA/ManPages/LibraryApps.txt diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 9964bb049..43e7660c5 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -45,6 +45,7 @@ * - 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 + * - VirtualSerialMassStorage - Virtual Serial Port and Mass Storage demo, using the library USB CDC and Mass Storage Class driver frameworks * - 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 @@ -65,6 +66,8 @@ * Measurement class * - Host * - ClassDriver + * - AudioInputHost - Audio Input host demo, using the library USB Audio Class driver framework + * - AudioOutputHost - Audio Output host demo, using the library USB Audio 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 @@ -76,9 +79,11 @@ * - 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 + * - AudioInputHost - Audio Input host demo, using the low level LUFA APIs to implement the USB Audio class + * - AudioOutputHost - Audio Output host demo, using the low level LUFA APIs to implement the USB Audio class + * - GenericHIDHost - Generic HID host demo, using the low level LUFA APIs to implement the USB HID 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 * - KeyboardHost - USB Keyboard host demo, using the low level LUFA APIs to implement the USB HID class * - KeyboardHostWithParser - USB Keyboard host demo with HID Descriptor parser, using the low level LUFA APIs to * implement the USB HID class @@ -96,13 +101,16 @@ * - ClassDriver * - MouseHostDevice - Dual role Mouse Host and Mouse Device demo, using the library USB CDC Class driver framework * - Bootloaders - * - DFU - DFU Class USB bootloader, compatible with Atmel's FLIP and the open source dfu-programmer software * - CDC - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude + * - DFU - DFU Class USB bootloader, compatible with Atmel's FLIP and the open source dfu-programmer software + * - HID - HID Class USB bootloader, compatible with a modified PJRC TeensyHID protocol loader application software * - Projects * - AVRISP-MKII - AVRISP-MKII Programmer Clone project * - Benito - Benito Board Arduino Programmer project + * - HIDReportViewer - HID Device Report Viewer project * - LEDNotifier - USB LED Notification project * - Magstripe - Magnetic Stripe Card Reader project + * - MediaController - Media Playback Controller project * - MIDIToneGenerator - MIDI Note Tone Generator project * - MissileLaucher - Toy Missile Launcher Host project * - RelayBoard - Relay board controller, controllable via the "sismpctl" Linux application