aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-5/+5
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-254-8/+8
* Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...Dean Camera2009-11-241-5/+6
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-1/+1
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-8/+4
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-202-1/+6
* Fix incorrect compiler error message when F_CLOCK is not defined by the user ...Dean Camera2009-11-151-1/+1
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-1/+1
* Minor code cleanups for clarity.Dean Camera2009-11-111-15/+12
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-107-35/+35
* Spell check all source code variables, comments and strings.Dean Camera2009-11-093-3/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-2/+2
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-064-16/+16
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-041-19/+7
* Add const attribute to class driver APIs.Dean Camera2009-11-031-1/+1
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-187-21/+43
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-042-2/+2
* Minor documentation fixups.Dean Camera2009-10-032-26/+26
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-1/+1
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-242-2/+2
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-212-2/+2
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-202-1/+9
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-092-12/+3
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-022-2/+2
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-4/+8