aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/LowLevel.c
Commit message (Expand)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-271/+271
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-2/+0
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-5/+14
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-8/+0
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-0/+8
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-201-2/+8
* Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...Dean Camera2009-12-181-1/+1
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-4/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-20/+20
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-2/+4
* Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...Dean Camera2009-07-211-25/+9
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-9/+16
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+2
* Fix errors from last commit.Dean Camera2009-06-141-1/+1
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-5/+5
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-4/+0
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-5/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+8
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-1/+1
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-2/+2
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-1/+1
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-2/+11
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-2/+0
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+260