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