aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-0/+3
| | | | Add some missing documentation to some of the library demos.
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵Dean Camera2009-11-031-1/+2
| | | | Port and a HID Mouse.
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-2/+1
| | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
* Minor documentation fixups.Dean Camera2009-10-031-0/+1
|
* Add information on the new MouseHostDevice dual role demo to the library ↵Dean Camera2009-09-291-0/+3
| | | | documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value.
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-1/+0
| | | | Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos.
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias ↵Dean Camera2009-09-211-0/+1
| | | | Hullin).
* Added support for the officially recommended layout of the external ↵Dean Camera2009-09-171-1/+1
| | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
* Add link to third-party signed version of the official FLIP DFU driver for ↵Dean Camera2009-09-071-1/+1
| | | | | | 64-bit Windows OSes to the DFU bootloader readme file. Add HTML anchor links to URLs in the documentation to ensure that they are rendered correctly in the generated documentation.
* Added new Benito project, a simple modified USB-to-Serial bridge for the ↵Dean Camera2009-07-231-0/+1
| | | | programming of AVRs using the official Arduino bootloader.
* Add PrinterHost demo to the documentation.Dean Camera2009-07-211-0/+1
|
* Added better module summaries.Dean Camera2009-07-141-3/+5
|
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-0/+3
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Rename some of the library documentation files.Dean Camera2009-06-261-0/+92