aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Expand)Author
2010-06-03Minor documentation cleanups.Dean
2010-06-02Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean
2010-06-02Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean
2010-06-02Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean
2010-06-02The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean
2010-05-31Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean
2010-05-30Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean
2010-05-30Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-29Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean
2010-05-27Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-26Removed unused line encoding data and control requests from the CDC Bootloade...Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-26The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean
2010-05-25Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean
2010-05-23Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean
2010-05-21Oops - when adding a sequence header to the SDP response, the size value need...Dean
2010-05-18Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean
2010-05-17Begin processing code for Service Discovery Protocol attributes.Dean
2010-05-16Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean
2010-05-14Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean
2010-05-13Commit for 100513 re-release due to critical device mode bug.Dean
2010-05-13Remove incorrect check for the current device state in the Set Configuration ...Dean
2010-05-13Additional fix to the AVRISP-MKII clone project for 256KB AVRs.Dean
2010-05-13Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean
2010-05-13Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean
2010-05-13The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean
2010-05-12Removed TeensyHID bootloader, per request from Paul at PJRC.Dean
2010-05-12Fix Doxygen treating the license as a documentation source file.Dean
2010-05-12Commit for the 100512 release.Dean
2010-05-11Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean
2010-05-09Add new ReportType parameter to the HID class driver device callback and host...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Device mode class driver callbacks are now fired before the control request s...Dean
2010-05-07Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...Dean
2010-05-07Change over unix line-endings to dos line endings.Dean
2010-05-06Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean
2010-05-06Remove incorrect Abstract Call Management class specific descriptor from the ...Dean
2010-05-06Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean
2010-05-06Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean
2010-05-04Fix up the ADC driver for the U4 parts to remove a typo on one of the registe...Dean
2010-05-04Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean
2010-05-04Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean
2010-05-04Fixed Host mode HID class driver not sending the correct report type when HID...Dean
2010-05-04Fixed device state not being reset back to the default state if the host sets...Dean
2010-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean
2010-05-02Change AVRISP project's timeout to be interrupt based again, but make the int...Dean
2010-04-29The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean
2010-04-28Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean