aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-28Added standard keyboard HID report scancode defines (thanks to László Monda).Dean
2010-10-28Move Set Feature and Clear Feature control request feature selector values in...Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-27Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean
2010-10-26Changed AudioInput and AudioOutput demos to reload the next sample via an int...Dean
2010-10-25Add descriptor class, subclass and protocol constants to the class drivers, m...Dean
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean
2010-10-24Better algorithm to extract and convert the internal device serial number int...Dean
2010-10-20Oops - fix broken SPI driver due to missing bit inversion on a port mask.Dean
2010-10-20Added default test tone generation mode to the Device mode AudioInput demos.Dean
2010-10-17Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean
2010-10-17Oops - add missing Maximus board LED hardware driver file.Dean
2010-10-17Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean
2010-10-17Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean
2010-10-13Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the ...Dean
2010-10-13Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean
2010-10-13Fix incomplete StandaloneProgrammer project code not compiling due to the rec...Dean
2010-10-13Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean
2010-10-13Minor documentation corrections.Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-12Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean
2010-10-12Fix Webserver project code not compiling due to the changes to the USB mode s...Dean
2010-10-12Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean
2010-10-12Fixed random enumeration failure while in device mode due to interrupts causi...Dean
2010-10-12Minor documentation enhancements.Dean
2010-10-10Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC ...Dean
2010-10-10Fixed ISR definition conflict in the XPLAIN bridge between the software UART ...Dean
2010-10-07Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean
2010-10-06Added board hardware driver support for the Busware CUL V3 board.Dean
2010-10-06Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_...Dean
2010-10-06Cache the USB_DeviceState variable internally in the library core when multip...Dean
2010-10-02Revert change to the AVRISP-MKII project for fuse byte programming via the CM...Dean
2010-10-02Fixed broken lock byte programming in the AVRISP-MKII clone project for some ...Dean
2010-10-02Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean
2010-10-01Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac...Dean
2010-10-01Oops - revert changes to the Device mode Class Driver VirtualSerial demo make...Dean
2010-10-01Fix device mode for the U4 parts.Dean
2010-10-01Whitespace corrections.Dean
2010-09-30Make Host mode Class drivers only set the class driver instance's state value...Dean
2010-09-30Fix incorrectly named configuration descriptor callback routines in the host ...Dean
2010-09-30Fix low level host mode demos not correctly fetching the next endpoint when a...Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-09-28Fix up incorrect version numbers in demo/project descriptors.Dean
2010-09-28Added board hardware driver support for the Arduino Uno development board.Dean
2010-09-28Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean
2010-09-28Move out many of the common class driver constants into grouped enums, to mak...Dean
2010-09-24Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean
2010-09-24Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean