aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-3/+6
| | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
* Remove dependency on the "bc" command line calculator tool in the ↵Dean Camera2012-11-101-1/+2
| | | | bootloaders to make compiling on Windows easier with only MinGW.
* Increased throughput in the USBtoSerial project now that data transmission ↵Dean Camera2012-10-201-1/+1
| | | | is non-blocking (thanks to Joseph Lacerte).
* Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for ↵Dean Camera2012-10-141-2/+3
| | | | the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
* Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵Dean Camera2012-10-141-2/+4
| | | | HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵Dean Camera2012-09-191-0/+1
| | | | modified for a single Dataflash chip (thanks to Jonathan Oakley).
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵Dean Camera2012-09-161-0/+2
| | | | | | host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
* Added support for the Xevelabs USB2AX revision 3.1 board.Dean Camera2012-09-151-0/+1
|
* Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step ↵Dean Camera2012-09-121-0/+1
| | | | increments (thanks to Oliver Zander).
* Add support for the Atmel UC3-A3 Xplained board.Dean Camera2012-09-081-0/+1
|
* Add additional driver documentation to the AVRISP-MKII clone programmer project.Dean Camera2012-09-031-1/+2
|
* Fixed logic hole breaking USB operations on a USB controller with only one ↵Dean Camera2012-08-281-0/+2
| | | | supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
* Fixed incompatibility in the CDC class bootloader on some systems (thanks to ↵Dean Camera2012-08-271-0/+1
| | | | Sylvain Munaut).
* Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build ↵Dean Camera2012-08-181-0/+1
| | | | system module. Clean up CORE build system module.
* Fixed missing Win-32bit compatibility sections in the LUFA INF driver files ↵Dean Camera2012-08-161-0/+1
| | | | (thanks to Christan Beharrell).
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵Dean Camera2012-08-121-1/+1
| | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
* Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵Dean Camera2012-08-121-1/+1
| | | | masks so that it lines up with the Arduino boards.
* Added workaround for broken VBUS detection on AVR8 devices when a bootloader ↵Dean Camera2012-08-121-1/+2
| | | | starts the application via a software jump without first turning off the OTG pad (thanks to Simon Inns)
* Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the ↵Dean Camera2012-08-121-1/+17
| | | | AVRISP-MKII project.
* Reset to placeholder version values in the library after the 120730 release.Dean Camera2012-07-301-0/+3
|
* Commit for the 120730 release.Dean Camera2012-07-301-1/+1
|
* Add support for the Olimex AVR-ISP-MK2 board.Dean Camera2012-07-261-0/+1
|
* Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵Dean Camera2012-07-221-0/+1
| | | | (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
* Commit for the LUFA-120730-BETA release.Dean Camera2012-07-161-1/+1
|
* Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵Dean Camera2012-07-031-0/+1
| | | | LEDs_ChangeLEDs() function implementations (thanks to MitchJS).
* Fixed CDC and DFU bootloaders API page erase and write function failures ↵Dean Camera2012-06-291-0/+1
| | | | (thanks to Martin Lambert).
* Fixed invalid configuration descriptor in the low level KeyboardMouse device ↵Dean Camera2012-06-271-0/+1
| | | | demo (thanks to Jun Wako).
* Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the ↵Dean Camera2012-06-091-1/+3
| | | | | | JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-0/+1
| | | | system.
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the ↵Dean Camera2012-05-261-0/+1
| | | | UC3 devices (thanks to Andrew Chu).
* Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean Camera2012-05-201-0/+1
| | | | clone programmer project (thanks to Robert Spitzenpfeil).
* Added build test to verify correct compilation of all bootloaders using all ↵Dean Camera2012-05-131-0/+3
| | | | | | supported devices. Fixed compile error with the unreleased ATMEGA32U6 device.
* Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean Camera2012-05-131-0/+1
| | | | (thanks to Rod DeMay).
* Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean Camera2012-05-061-0/+1
| | | | architecture to use the fast PIN register toggle alternative function for speed.
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-061-0/+2
|
* Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ↵Dean Camera2012-05-061-0/+1
| | | | not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).
* Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean Camera2012-05-061-0/+1
| | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
* Fixed possible deadlock in the CDC device driver if the USB connection is ↵Dean Camera2012-05-051-0/+2
| | | | dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).
* Fixed incorrect DFU version number reported to the host in the DFU ↵Dean Camera2012-05-051-0/+2
| | | | bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).
* The library bootloaders will now correctly start the user application after ↵Dean Camera2012-04-291-1/+3
| | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-251-0/+1
|
* Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵Dean Camera2012-04-251-0/+1
| | | | Saugnier).
* Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵Dean Camera2012-04-251-0/+2
| | | | the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
* Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵Dean Camera2012-04-161-0/+1
| | | | generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
* Fixed incorrect reponse to GET STATUS requests in device mode if ↵Dean Camera2012-04-151-0/+1
| | | | NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock).
* Added new SerialToLCD user project contributed by Simon Foster.Dean Camera2012-04-141-0/+1
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-0/+12
|
* Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean Camera2012-04-141-0/+1
| | | | size is 8KB or more (thanks to Georg Glock).
* Removed the old pseudo-scheduler from the library as it was unused and ↵Dean Camera2012-04-081-0/+1
| | | | deprecated since the 090810 release.
* Minor documentation improvements.Dean Camera2012-04-081-11/+11
|