X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/0d800753877be372150721120452b9147a55e764..a899ee0cf4e48d8a2a4dd513ebe2676e15962eb1:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 16d3fe676..9533ad174 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -12,14 +12,25 @@ * - Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt) * - Added new CONCAT() and CONCAT_EXPANDED() convenience macros * - Added new Printer Device Class driver + * - Added support for the XMEGA C3 Xplained board + * - Added support for the U2S board (thanks to megal0maniac) * - Library Applications: * - Added new Printer class bootloader * - Added new Mass Storage class bootloader + * - Added XMEGA support for class driver device demos (where applicable) + * - Added Python host application example for the Generic HID class driver device demo + * - Added Python alternative host application for the HID class bootloader * * Changed: * - Core: * - Updated the BUILD build system module to produce binary BIN files in addition to Intel HEX files * - Updated the Android Accessory Class to accept version 2 protocol devices (with version 1 functionality) + * - All board drivers now implement dummy functions and constants when BOARD is set to NONE + * - Added missing LEDs to the XMEGA A3BU Xplained board LED driver (thanks to Michael Janssen) + * - Changed board Dataflash drivers to automatically configure the appropriate SPI interface for the selected board + * - Library Applications: + * - Re-added Set Control Line State request handling to the CDC class bootloader to prevent issues with the .NET serial + * class (thanks to Erik Lins) * * Fixed: * - Core: @@ -27,12 +38,16 @@ * - Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg) * - Fixed Pipe_GetBoundEndpointAddress() returning invalid endpoint directions on AVR8 architecture devices (thanks to decerri) * under some circumstances + * - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan) * - Library Applications: * - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an * unknown SCSI command * - Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() * macros (thanks to Armory) + * - Fixed incorrect HID report descriptor generated for button multiples of 8 by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() + * macros * - Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes) + * - Fixed incorrect time/date configuration data order in the TempDataLogger host application (thanks to David Lazarus) * * \section Sec_ChangeLog130303 Version 130303 * New: