aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-122-6/+6
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-127-75/+71
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-073-37/+53
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-061-3/+5
* Fix device mode for the U4 parts.Dean Camera2010-10-011-1/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-304-103/+19
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-292-3/+12
* Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean Camera2010-09-241-1/+1
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-222-11/+7
* Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...Dean Camera2010-09-211-1/+2
* Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean Camera2010-09-212-4/+1
* Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean Camera2010-09-193-14/+14
* Make device mode configure the control endpoint even before the bus has been ...Dean Camera2010-09-191-12/+14
* More simplifications to USBController.c, fix errors and warnings when compile...Dean Camera2010-09-191-8/+12
* Fix warning when not compiled for UID auto-selection mode.Dean Camera2010-09-191-0/+2
* Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean Camera2010-09-193-135/+111
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-193-11/+23
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-153-25/+2
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-131-3/+3
* Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean Camera2010-09-072-0/+8
* Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...Dean Camera2010-09-051-7/+17
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-056-12/+70
* Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...Dean Camera2010-09-041-3/+4
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-3/+3
* Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean Camera2010-08-243-29/+55
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-1/+1
* Fix Doxygen typos in Device.h.Dean Camera2010-08-241-3/+3
* Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...Dean Camera2010-08-221-0/+11
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-229-1403/+40
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-221-0/+2
* Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean Camera2010-08-202-17/+75
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-093-140/+111
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Use static inline intermediatary functions in Endpoint.h to handle the maskin...Dean Camera2010-07-271-14/+36
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-271-2/+2
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-231-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-227-861/+1137
* Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...Dean Camera2010-07-211-12/+10
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2113-81/+159
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-218-862/+11
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-156-19/+11
* Add missing eol-style properties to new source files.Dean Camera2010-07-121-52/+52
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-022-50/+71
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-176-109/+110
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-164-5/+5
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-152-15/+13
* Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean Camera2010-06-122-5/+8
* More documentation fixes.Dean Camera2010-06-031-1/+1
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-302-3/+3
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-294-32/+32