Make board specific and device peripheral specific drivers' file documentation copy...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / LowLevel.c
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-20 Dean CameraAdded new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
2009-12-18 Dean CameraFixed USB_CurrentMode not being reset to USB_MODE_NONE...
2009-08-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-21 Dean CameraSlight changes to TeensyHID bootloader to ensure it...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-06-26 Dean CameraOptimize vendor/product description string display...
2009-06-14 Dean CameraFix errors from last commit.
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-05-02 Dean CameraFixed reversed signature byte ordering in the CDC bootl...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-02-23 Dean CameraMoved all source to the trunk directory.