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