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