aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
Commit message (Expand)AuthorAgeFilesLines
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-5/+4
* Add Mecurial repository mirror link to the library documentation.Dean Camera2010-06-081-1/+2
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-0/+1
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-021-0/+1
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-311-1/+1
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-0/+1
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-0/+1
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-271-0/+3
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-2/+2
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-261-0/+1
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-262-0/+5
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-1/+2
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-1/+2
* Oops - when adding a sequence header to the SDP response, the size value need...Dean Camera2010-05-211-1/+6
* Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean Camera2010-05-181-1/+1
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+1
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-162-7/+7
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-142-18/+19
* Commit for 100513 re-release due to critical device mode bug.Dean Camera2010-05-132-2/+5
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-131-0/+2
* Additional fix to the AVRISP-MKII clone project for 256KB AVRs.Dean Camera2010-05-131-1/+1
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean Camera2010-05-131-0/+3
* Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean Camera2010-05-131-0/+2
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-131-0/+2
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-122-5/+9
* Commit for the 100512 release.Dean Camera2010-05-122-1/+5
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-092-0/+9
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0827-3124/+3124
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-071-0/+2
* Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...Dean Camera2010-05-071-2/+2
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-061-0/+1
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-061-0/+1
* Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean Camera2010-05-061-0/+3
* Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean Camera2010-05-041-2/+3
* Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean Camera2010-05-041-0/+2
* Fixed Host mode HID class driver not sending the correct report type when HID...Dean Camera2010-05-041-0/+2
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-041-0/+6
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-033-2/+4
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-0/+2
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean Camera2010-04-291-0/+1
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-0/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-0/+4
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-0/+13
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-222-3/+5
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-201-0/+2
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-193-4/+8
* Minor documentation improvements.Dean Camera2010-04-156-44/+26
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-153-0/+65
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean Camera2010-04-141-0/+1
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-132-1/+2