aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-19Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-16Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean
2011-01-13Added new high level TWI packet read/write commands, altered behaviour of the...Dean
2011-01-10Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-24Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...Dean
2010-12-24Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean
2010-10-29Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...Dean
2010-10-29Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...Dean
2010-10-28Added standard keyboard HID report scancode defines (thanks to László Monda).Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-24Better algorithm to extract and convert the internal device serial number int...Dean
2010-10-13Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-12Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean
2010-10-12Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean
2010-10-07Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean
2010-10-06Cache the USB_DeviceState variable internally in the library core when multip...Dean
2010-10-01Fix device mode for the U4 parts.Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-09-24Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean
2010-09-22Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean
2010-09-21Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...Dean
2010-09-21Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean
2010-09-19Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean
2010-09-19Make device mode configure the control endpoint even before the bus has been ...Dean
2010-09-19More simplifications to USBController.c, fix errors and warnings when compile...Dean
2010-09-19Fix warning when not compiled for UID auto-selection mode.Dean
2010-09-19Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean
2010-09-19Ensure device address latch bit is not set at the same time as the new addres...Dean
2010-09-15Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean
2010-09-13Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean
2010-09-07Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean
2010-09-05Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...Dean
2010-09-05Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean
2010-09-04Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...Dean
2010-09-03Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean
2010-08-24Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean
2010-08-24Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean
2010-08-24Fix Doxygen typos in Device.h.Dean