aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Expand)Author
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
2010-04-28Oops - relocated USBInterrupt.h header file requires adjusted include paths f...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-22Added ability to search by Channel PSM to the GetChannelData() function in th...Dean
2010-04-20Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean
2010-04-19Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean
2010-04-15Minor documentation improvements.Dean
2010-04-15Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean
2010-04-14Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean
2010-04-13Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean
2010-04-13Removed invalid dfu and flip related targets from the bootloaders - bootloade...Dean
2010-04-13Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean
2010-04-10Bluetooth demo can now create and maintain logical channels - need to determi...Dean
2010-04-06Add information request/response signal handler to the Bluetooth Host demo.Dean
2010-04-05Add user callback function to the Bluetooth host demo to filter out connectio...Dean
2010-03-31Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean
2010-03-31Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean
2010-03-30Add updated board driver directory summaries to the documentation.Dean
2010-03-30Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...Dean
2010-03-30Add missing board Buttons driver for the USBTINY MKII board target.Dean
2010-03-30Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean
2010-03-30Added support for the JM-DB-U2 board hardware.Dean
2010-03-30Added board hardware driver support for the Benito programmer.Dean
2010-03-30Added board hardware driver support for Tom's USBTINY MKII programmer.Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-29Add file-level brief documentation.Dean
2010-03-25Add new LUFA logo by Ryo Yamauchi.Dean
2010-03-25All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean
2010-03-24Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...Dean
2010-03-24Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean
2010-03-23Added incomplete MIDIToneGenerator project.Dean