aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean Camera2010-04-142-15/+15
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-136-19/+41
* Add file-level brief documentation.Dean Camera2010-03-298-1/+79
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-171-5/+4
* Fix incorrect LED mask name in the Webserver project.Dean Camera2010-03-092-3/+5
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-248-8/+8
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-2412-667/+288
* More AVR32 achitecture ports.Dean Camera2010-02-244-40/+52
* More porting of the USB core to the AVR32.Dean Camera2010-02-2310-172/+342
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-2311-109/+306
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1114-8/+52
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean Camera2010-02-013-4/+22
* Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...Dean Camera2010-01-161-2/+2
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-151-2/+4
* Update copyright year to 2010.Dean Camera2009-12-3014-28/+28
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2814-98/+98
* Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean Camera2009-12-213-7/+16
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-205-28/+62
* Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...Dean Camera2009-12-181-1/+1
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-172-15/+15
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-132-11/+11
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-1/+1
* Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.Dean Camera2009-12-091-2/+4
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean Camera2009-12-062-0/+32
* Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean Camera2009-12-041-1/+1
* Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...Dean Camera2009-12-041-2/+0
* Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean Camera2009-11-291-2/+4