aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* 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
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-262-6/+6
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-131-3/+0
* Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean Camera2010-05-132-2/+6
* Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean Camera2010-05-111-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0820-6220/+6220
* Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean Camera2010-05-042-0/+4
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-042-23/+24
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-034-5/+27
* Oops - relocated USBInterrupt.h header file requires adjusted include paths f...Dean Camera2010-04-281-3/+3
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-284-2/+348
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-4/+6