Fix "grep: Version.h: No such file or directory" error when including the core LUFA...
[pub/USBasp.git] / LUFA / Drivers /
2013-03-09 Dean CameraAdd dummy handler for SCSI_CMD_START_STOP_UNIT in all...
2013-02-27 Dean CameraFixed potential NULL pointer dereference in the HID...
2013-02-24 Dean CameraChanged all *_SendByte() function prototypes to accept...
2013-02-19 Dean CameraFixed swapped LED3 and LED4 masks for the Olimex-32U4...
2013-02-13 Dean CameraReset XMEGA NVM read command to the symbolic NO_OPERATI...
2013-02-05 Dean CameraRemove CPPCheck suppressions for unused functions,...
2013-01-27 Dean CameraSuppress unused function parameter warnings in the...
2013-01-27 Dean CameraFix broken XMEGA USB support.
2013-01-27 Dean CameraFix typos in the new board hardware information header...
2013-01-27 Dean CameraFix typo in the board hardware info dispatch driver...
2013-01-27 Dean CameraAdded new Board Hardware Information board driver.
2013-01-27 Dean CameraFixed incorrectly issuing STALL response to unsupported...
2013-01-19 Dean CameraFix incorrect URLs for the Stange-ISP board.
2013-01-19 Dean CameraAdd support for the Dimex Stange-ISP programmer board...
2013-01-15 Dean CameraFixed bug in the TWI peripheral driver for the AVR8...
2013-01-03 Dean CameraAdd missing include to the USB driver core mode header...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraFixed hardware race condition that could cause failed...
2013-01-03 Dean CameraRemove support for devices that were not put into produ...
2012-10-14 Dean CameraClean up unnecessary CPPCheck static analysis suppressi...
2012-10-14 Dean CameraFixed maximum allowed keyboard key code usage of 0x65...
2012-10-14 Dean CameraFixed incorrect definitions of HID_KEYBOARD_LED_KANA...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-21 Dean CameraAdd missing preprocessor logic to the USBKEY board...
2012-09-19 Dean CameraFixed incorrect Dataflash functionality in the USBKEY...
2012-09-19 Dean CameraMinor documentation corrections.
2012-09-19 Dean CameraFix missing briefs in the documentation for several...
2012-09-16 Dean CameraFixed lengthy timeouts in the USBtoSerial project if...
2012-09-15 Dean CameraAdded support for the Xevelabs USB2AX revision 3.1...
2012-09-12 Dean CameraFixed possible rounding in the VERSION_BCD() macros...
2012-09-09 Dean CameraMinor documentation improvements.
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-09-08 Dean CameraAdd support for the Atmel UC3-A3 Xplained board.
2012-09-01 Dean CameraUse an early-abort in the USB_DeviceTask() function...
2012-09-01 Dean CameraAdd human readable license information and add some...
2012-08-28 Dean CameraFixed logic hole breaking USB operations on a USB contr...
2012-08-27 Dean CameraMinor documentation corrections.
2012-08-20 Dean CameraMinor documentation improvements.
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-08-18 Dean CameraMinor documentation improvements.
2012-08-12 Dean CameraFix incorrect LED masks for the Olimex 32U4 and Leonard...
2012-08-12 Dean CameraLeonardo LEDs are RX/TX active Low and USER active...
2012-08-12 Dean CameraFixed inverted LED driving code for the Arduino Leonard...
2012-08-12 Dean CameraFix typo in the LED dispatch header, breaking builds...
2012-08-12 Dean CameraAdded support for the Arduino Leonardo board. Swap...
2012-08-12 Dean CameraAdded workaround for broken VBUS detection on AVR8...
2012-07-31 Dean CameraMinor code style and documentation changes.
2012-07-26 Dean CameraAdd support for the Olimex AVR-ISP-MK2 board.
2012-07-26 Dean CameraFix errors in some board driver LED_Disable() functions.
2012-07-24 Dean CameraAdd missing UC3 architecture F_USB configuration checks.
2012-07-22 Dean CameraFixed endianess issues in the RNDIS host class driver...
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-07-03 Dean CameraFixed incorrect Micropendous board LED driver LEDs_SetA...
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-06-12 Dean CameraAdd missing <math.h> include for the UC3 devices, hide...
2012-06-10 Dean CameraAdd checks to the endpoint and pipe configure functions...
2012-06-10 Dean CameraMinor correction to the UC3 USB clock division formula...
2012-06-10 Dean CameraAdd MAX_ENDPOINT_INDEX compile time option for the...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-06-06 Dean CameraOops - really fix logic errors in USBMode.h.
2012-06-06 Dean CameraFix errors in the SingleUSBModeTest build test. Fix...
2012-06-06 Dean CameraFix typo in the UC3 host pipe driver. Improve library...
2012-06-02 Dean CameraFix incorrect bank mask in Endpoint_ConfigureEndpoint...
2012-06-02 Dean CameraFix UC3 support in the BUILD build system module. Fix...
2012-06-02 Dean CameraEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFixed swapped Little Endian/Big Endian endpoint and...
2012-05-26 Dean CameraFix incorrect definition for the XMEGA Endpoint_BytesIn...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMinor documentation improvements.
2012-05-20 Dean CameraAdditional fixes to the MIDI host driver due to not...
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-13 Dean CameraAdded build test to verify correct compilation of all...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-07 Dean CameraAdd support for the ATXMEGA384C3.
2012-05-06 Dean CameraChanged board LED driver implementations of LEDs_Toggle...
2012-05-06 Dean CameraAdded support for the Olimex AVR-USB-32U4 and Olimex...
2012-05-06 Dean CameraFixed broken MIDI host driver MIDI_Host_ReceiveEventPac...
2012-05-05 Dean CameraAdd additional preprocessor sanity checks for the XMEGA...
2012-05-05 Dean CameraFixed possible deadlock in the CDC device driver if...
2012-05-05 Dean CameraFixed incorrect DFU version number reported to the...
2012-04-25 Dean CameraAdded support for the DorkbotPDX Duce board.
2012-04-25 Dean CameraFixed inverted LED logic in the USB2AX board LED driver...
2012-04-25 Dean CameraChanged MIDI event structure MIDI_EventPacket_t to...
2012-04-25 Dean CameraAdd basic hardware mapping information for all supporte...
2012-04-23 Dean CameraFix documentation of the board LED driver (thanks to...
2012-04-15 Dean CameraFixed incorrect reponse to GET STATUS requests in devic...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-09 Dean CameraEnsure Temperature.c and TWI_AVR8.c can be compiled...
2012-04-07 Dean CameraAdd architecture guards to all architecture-specific...
2012-03-29 Dean CameraOops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
2012-03-29 Dean CameraRemoved variable axis support from the HID_DESCRIPTOR_J...
2012-03-25 Dean CameraRe-enable cppcheck static analysis unused function...
2012-03-20 Dean CameraFixed inverted LED logic in the OLIMEX162 board LED...
next