aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* Use sub pages in main library documentation to improve readability.Dean Camera2009-06-151-2/+2
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-0/+2
* Move temp Todo list from the Changelog to a new Future Changes page in the do...Dean Camera2009-06-101-8/+0
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-091-0/+2
* Finished basic documentation of all device mode class drivers.Dean Camera2009-06-081-1/+0
* Finished CDC device class driver documentation.Dean Camera2009-06-081-3/+2
* Error status LEDs shown when device endpoint configuration fails to complete.Dean Camera2009-06-081-1/+2
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-1/+4
* Converted device mode low-level demos to schedulerless.Dean Camera2009-06-071-4/+3
* Conversion of old incomplete SideShow demo to new APIs.Dean Camera2009-06-051-2/+6
* Synchronise with the 090605 release.Dean Camera2009-06-051-1/+6
* Added Doxygen documentation to the Audio class driver. Added new modules for ...Dean Camera2009-06-041-2/+1
* Minor documentation page updates.Dean Camera2009-06-041-2/+2
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-1/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+10
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-0/+1
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ...Dean Camera2009-05-221-0/+1
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-0/+2
* Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph...Dean Camera2009-05-201-0/+1
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-0/+1
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-0/+4
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-0/+1
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-0/+2
* Fix to previous patch (make CDCHost demo deallocate pipes when an invalid CDC...Dean Camera2009-05-151-2/+2
* Fixed CDCHost not clearing configured endpoints and resetting configured endp...Dean Camera2009-05-151-0/+2
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-0/+1
* Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques...Dean Camera2009-05-131-0/+1
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-0/+2
* Fixed RNDISEthernet not working under Linux due to Linux requiring an "option...Dean Camera2009-05-111-0/+2
* Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_Contro...Dean Camera2009-05-111-0/+5
* Serial driver now correctly calculates the baud register value when in double...Dean Camera2009-05-071-0/+2
* Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean Camera2009-05-061-0/+1
* Fixed missing semicolon in the ATAVRUSBRF01 LED board driver code, changed LE...Dean Camera2009-05-051-0/+3
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+3
* Fixed naming of OTG.h functions, to make them consistent with the rest of the...Dean Camera2009-05-031-0/+1
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-0/+4
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-0/+1
* Fixed SPI driver init function not clearing SPI2X bit when not needed.Dean Camera2009-04-261-0/+3
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-1/+3
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-0/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-0/+4
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-4/+3
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-0/+1
* Spell checked non-source documentation pages.Dean Camera2009-04-191-19/+19
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-0/+3
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-171-0/+3
* Fixed CDC and USBtoSerial demos freezing where buffers were full while still ...Dean Camera2009-04-171-0/+1
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-171-1/+1
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-0/+1
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-1/+14