aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
Commit message (Expand)AuthorAgeFilesLines
...
* Minor documentation page updates.Dean Camera2009-06-0414-76/+118
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-027-77/+10
* Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean Camera2009-06-016-7/+505
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-0132-874/+2135
* Fix broken Host mode, from the recent API changes.Dean Camera2009-05-261-1/+1
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-262-3/+3
* 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-2212-109/+47
* Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph...Dean Camera2009-05-202-3/+5
* Fix broken doxygen reference in last commit.Dean Camera2009-05-191-4/+3
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-198-28/+39
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-1821-558/+203
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-173-4/+4
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-1510-35/+62
* 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-148-113/+35
* Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques...Dean Camera2009-05-132-1/+3
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-137-174/+182
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-125-74/+13
* 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-113-3/+11
* Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag...Dean Camera2009-05-101-6/+1
* Serial driver now correctly calculates the baud register value when in double...Dean Camera2009-05-073-20/+21
* Fix build errors in Joystick device demo and library LEDs driver (on *nix sys...Dean Camera2009-05-071-5/+5
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-073-7/+6
* Minor correction to the DevChapter9.c handling of Set and Clear feature reque...Dean Camera2009-05-061-20/+27
* Change device demos to cache the board button values in the same manner as th...Dean Camera2009-05-061-2/+2
* Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean Camera2009-05-0612-101/+133
* Fixed missing semicolon in the ATAVRUSBRF01 LED board driver code, changed LE...Dean Camera2009-05-053-1/+28
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-0415-83/+82
* Fixed naming of OTG.h functions, to make them consistent with the rest of the...Dean Camera2009-05-034-15/+18
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-039-63/+76
* Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean Camera2009-05-021-27/+34
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-023-4/+5
* Fixed SPI driver init function not clearing SPI2X bit when not needed.Dean Camera2009-04-262-1/+6
* Move the length decrements in the pipe and endpoint stream functions to the p...Dean Camera2009-04-262-14/+20
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-247-59/+33
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-238-45/+88
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-2221-238/+422
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-2214-113/+113
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-217-113/+54
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-207-25/+25
* Spell checked non-source documentation pages.Dean Camera2009-04-198-51/+52
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-1918-59/+82
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-177-139/+150
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-1735-202/+179
* 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-176-5/+6
* Rename Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-177-0/+0