aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-126/+0
| | | | prevent user confusion with the actual *nix Man tool.
* Add missing project files for the new HIDReportViewer project to upgrade its ↵Dean Camera2011-06-191-0/+1
| | | | status to a finished (working) project.
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-2/+4
| | | | | | Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
* Add additional support files for the new low level AudioInputHost and ↵Dean Camera2011-06-061-3/+3
| | | | AudioOutputHost demos.
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ↵Dean Camera2011-06-011-0/+2
| | | | | | | | ATMEGA8U2. Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output.
* Update MediaController project to remove the Record usage (not often needed) ↵Dean Camera2011-05-231-0/+1
| | | | and explicitly declare each usage for maximum clarity.
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-161-0/+1
|
* Update HID bootloader loader application to support the VID/PID used by the ↵Dean Camera2011-02-091-1/+2
| | | | bootloader.
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-0/+1
| | | | | | Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros.
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-031-0/+1
|
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-1/+2
| | | | tool made by Laszlo Monda
* Minor documentation corrections.Dean Camera2010-09-151-1/+0
|
* Added board hardware driver support for the Olimex AVR-USB-162 development ↵Dean Camera2010-09-031-0/+2
| | | | board (thanks to Steve Fawcett).
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-1/+1
|
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-2/+2
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* 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