aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-5/+3
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-115/+115
| | | | correctly converted to the target system's native end of line style.
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-0/+1
| | | | Minor documentation improvements.
* Add file-level brief documentation.Dean Camera2010-03-291-0/+3
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-2/+2
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-0/+1
| | | | Fix Doxygen configuration files' input file exclusion filters.
* Update library manual with the new XPLAINBridge project's dual mode ↵Dean Camera2010-01-191-0/+1
| | | | bridge/programmer functionality.
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-301-0/+1
| | | | Temperature Data Logger using the onboard Dataflash and Temperature sensor.
* Fix references to the renamed AVRISP-MKII project folder.Dean Camera2009-12-271-1/+1
|
* Renamed HotmailNotifier project to LEDNotifier.Dean Camera2009-12-181-1/+1
|
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-0/+1
| | | | Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-071-7/+7
|
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵Dean Camera2009-11-261-1/+2
| | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵Dean Camera2009-11-251-0/+1
| | | | macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints.
* 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