aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
Commit message (Collapse)AuthorAgeFilesLines
...
* Hide the donation Pledgie image from the HV1 output, as Doxygen incorrectly ↵Dean Camera2013-05-181-1/+3
| | | | strips the image URL in the XML output.
* Minor documentation improvements.Dean Camera2013-05-141-0/+1
|
* Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function.Dean Camera2013-05-141-1/+1
|
* Fix Pipe_GetBoundEndpointAddress() returning bad values in some circumstances.Dean Camera2013-05-101-0/+2
|
* Update Android Accessory Class driver to be compatible with protocol version ↵Dean Camera2013-05-101-3/+5
| | | | 2 devices.
* Remove old information about the SVN repository from the documentation.Dean Camera2013-05-091-1/+0
|
* Minor documentation improvements.Dean Camera2013-05-061-3/+0
|
* Add new Printer Device Class driver.Dean Camera2013-05-051-0/+1
|
* Minor documentation improvements.Dean Camera2013-05-041-1/+1
|
* Minor documentation improvements.Dean Camera2013-05-011-0/+2
|
* Fixed possible register corruption in USB Host mode on AVR8 devices when ↵Dean Camera2013-04-211-0/+1
| | | | ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg).
* Minor documentation improvements.Dean Camera2013-04-181-0/+1
|
* Minor documentation improvements.Dean Camera2013-04-144-9/+9
|
* Update AS integration scripts and transforms - extract out the module ↵Dean Camera2013-04-081-1/+1
| | | | description from the Doxygen XML output for the GUI.
* Added new CONCAT() and CONCAT_EXPANDED() convenience macros.Dean Camera2013-04-061-0/+1
|
* Minor documentation improvements.Dean Camera2013-03-281-16/+0
|
* Added additional MIDI command definitions to the MIDI class driver (thanks ↵Dean Camera2013-03-281-0/+1
| | | | to Daniel Dreibrodt).
* Add BIN build system target information to the documentation.Dean Camera2013-03-281-2/+6
|
* Fixed race condition in the DFU class bootloader causing failed device ↵Dean Camera2013-03-271-0/+1
| | | | reprogramming in some circumstances (thanks to Luis Mendes).
* Fixed Low Speed USB devices broken when using the library HID Class driver ↵Dean Camera2013-03-231-0/+2
| | | | (thanks to Michael).
* Minor documentation improvements.Dean Camera2013-03-191-1/+1
|
* Minor documentation improvements.Dean Camera2013-03-171-1/+2
|
* Fixed incorrect HID report descriptor generated for 16-bit axis ranges by ↵Dean Camera2013-03-171-0/+2
| | | | the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine)
* Minor documentation improvements.Dean Camera2013-03-101-0/+1
|
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-091-0/+10
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Add additional comments to the Printer class bootloader, fix incorrect ↵Dean Camera2013-03-031-2/+2
| | | | VID/PID values.
* Add new Printer class USB bootloader.Dean Camera2013-03-031-1/+3
|
* Reset version information now that the LUFA-130303 release has been tagged.Dean Camera2013-03-033-0/+39
|
* Commit for the LUFA-130303 release.Dean Camera2013-03-033-3/+3
|
* Minor documentation updates.Dean Camera2013-03-031-3/+8
|
* Fixed incorrect output in the HIDReportViewer project when no device is ↵Dean Camera2013-02-281-0/+1
| | | | connected (thanks to Pavel Kuzmin).
* Fixed potential NULL pointer dereference in the HID Host mode Class Driver ↵Dean Camera2013-02-271-0/+1
| | | | (thanks to Pavel Kuzmin).
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-0/+1
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED ↵Dean Camera2013-02-191-1/+2
| | | | driver.
* Update author information.Dean Camera2013-02-171-1/+1
|
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-0/+1
|
* Added new Board Hardware Information board driver.Dean Camera2013-01-271-0/+1
|
* Fixed incorrectly issuing STALL response to unsupported control request ↵Dean Camera2013-01-272-0/+2
| | | | SETUP packets, rather than in the data/status stage.
* Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard ↵Dean Camera2013-01-192-0/+2
| | | | Wesser).
* Fix oops - forgot to save changelog after previous update.Dean Camera2013-01-151-1/+1
|
* Fixed bug in the TWI peripheral driver for the AVR8 devices causing ↵Dean Camera2013-01-151-0/+1
| | | | incorrect failure codes to be returned in some cases (thanks to Peter K).
* Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ↵Dean Camera2013-01-131-0/+1
| | | | saved in EEPROM (thanks to Gerhard Wesser).
* Minor documentation improvements.Dean Camera2013-01-061-0/+1
|
* Fixed incorrect ordering of the linker options in the build system causing ↵Dean Camera2013-01-051-0/+1
| | | | link failures in some cases.
* Minor documentation improvements.Dean Camera2013-01-051-2/+8
|
* Minor documentation improvements.Dean Camera2013-01-031-3/+3
|
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-3/+6
| | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
* Remove support for devices that were not put into production.Dean Camera2013-01-031-18/+3
|
* Minor documentation improvements.Dean Camera2012-11-121-0/+2
|
* Remove dependency on the "bc" command line calculator tool in the ↵Dean Camera2012-11-102-5/+2
| | | | bootloaders to make compiling on Windows easier with only MinGW.