aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean Camera2012-04-011-0/+1
* Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to...Dean Camera2012-03-291-1/+2
* Added additional bootloader API data to expose the bootloader start address a...Dean Camera2012-03-291-0/+1
* Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when...Dean Camera2012-03-201-0/+2
* Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean Camera2012-03-201-0/+1
* Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (tha...Dean Camera2012-03-181-1/+1
* Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks...Dean Camera2012-03-171-0/+1
* Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa...Dean Camera2012-03-151-1/+2
* Audio Device Class driver changed to also require the index of the Audio Cont...Dean Camera2012-03-141-0/+1
* Added Dataflash operational checks and aborts to all projects using the Dataf...Dean Camera2012-03-091-0/+1
* Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ...Dean Camera2012-03-061-0/+1
* Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to...Dean Camera2012-03-051-1/+1
* Minor documentation improvements.Dean Camera2012-02-261-1/+2
* Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ...Dean Camera2012-02-241-1/+1
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-221-1/+1
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-201-1/+17
* Update trunk post-120219 release.Dean Camera2012-02-191-0/+3
* Commit for the 120219 release.Dean Camera2012-02-191-1/+1
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-191-0/+1
* All USB Class Driver configuration struct values are now non-const, to allow ...Dean Camera2012-02-191-0/+1
* Add build test for forced single USB modes.Dean Camera2012-02-191-1/+2
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-181-0/+4
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...Dean Camera2012-02-121-1/+2
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-121-0/+1
* Altered the HID class driver to only try to construct at maximum one packet p...Dean Camera2012-02-091-0/+1
* Allow serial strings to be generated on the older AVR8 devices which do not e...Dean Camera2012-02-081-0/+2
* Updated the AVRISP-MKII Clone programmer project to be compatible with the la...Dean Camera2012-02-081-0/+3
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-061-0/+1
* Add support for the Micropendous (Arduino-like) series of boards (revisions 1...Dean Camera2012-02-051-1/+1
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti...Dean Camera2012-02-051-0/+1
* Fixed invalid PID value used in the TempDataLogger project host application (...Dean Camera2012-02-051-0/+1
* Add API support signature to the CDC and DFU class bootloaders, so that the a...Dean Camera2012-02-031-0/+1
* Add support for the Micropendous series of USB AVR8 boards.Dean Camera2012-02-031-0/+1
* Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...Dean Camera2012-01-301-0/+1
* Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean Camera2012-01-291-0/+1
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ...Dean Camera2012-01-291-0/+1
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...Dean Camera2012-01-281-0/+1
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-021-0/+1
* Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board...Dean Camera2011-12-261-0/+1
* Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...Dean Camera2011-12-201-0/+1
* Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...Dean Camera2011-12-011-1/+4
* Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...Dean Camera2011-11-291-0/+1
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-0/+1
* Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescri...Dean Camera2011-11-241-1/+1
* Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean Camera2011-11-241-0/+1
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-241-0/+1
* Update library to indicate support for the Android Accessory Host demo.Dean Camera2011-11-231-1/+2
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-231-0/+1
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-2/+2
* Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...Dean Camera2011-11-221-2/+4