aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
Commit message (Expand)AuthorAgeFilesLines
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2165-276/+524
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-2115-46/+58
* Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean Camera2010-07-213-208/+198
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-201-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-1927-44/+45
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-156-19/+11
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-1/+1
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-1316-41/+43
* Add missing eol-style properties to new source files.Dean Camera2010-07-121-52/+52
* Make main readme file easier to read, and make documentation build instructio...Dean Camera2010-07-061-2/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-023-50/+72
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-1742-880/+887
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-1616-28/+28
* Fix HID parser documentation for the default maximum report/path/etc. element...Dean Camera2010-06-151-2/+2
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-1513-114/+109
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-121-1/+1
* Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean Camera2010-06-122-5/+8
* Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean Camera2010-06-0810-45/+63
* Fixed incorrect function references in the Mass Storage Class driver document...Dean Camera2010-06-032-2/+4
* More documentation fixes.Dean Camera2010-06-035-17/+17
* Minor documentation cleanups.Dean Camera2010-06-0330-68/+68
* Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean Camera2010-06-021-1/+1
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-021-16/+4
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-312-50/+61
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-302-10/+8
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-303-4/+7
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-2920-158/+158
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-262-6/+6
* Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean Camera2010-05-181-0/+43
* 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 new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-0916-80/+82
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-08130-26336/+26336
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-075-20/+15
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-1/+1
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-065-2/+56
* Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean Camera2010-05-062-9/+18
* Fix up the ADC driver for the U4 parts to remove a typo on one of the registe...Dean Camera2010-05-041-2/+2
* Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean Camera2010-05-042-0/+4
* Fixed Host mode HID class driver not sending the correct report type when HID...Dean Camera2010-05-041-1/+1
* 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
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean Camera2010-04-292-31/+27
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-10/+4
* 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-285-8/+7
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-4/+6
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-202-4/+9
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-152-5/+5