X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7c3867da33250e5a20d26f64c5a127323c2094cc..e342ba8f649f779b58e2ca3bd2888477a8dcad05:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index e94b78818..16d3fe676 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -8,19 +8,25 @@ * * \section Sec_ChangeLogXXXXXX Version XXXXXX * New: + * - Core: + * - 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 * - Library Applications: * - Added new Printer class bootloader * - Added new Mass Storage class bootloader - * - Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt) - * - Added new CONCAT() and CONCAT_EXPANDED() convenience macros * * 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) * * Fixed: * - Core: * - Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael) + * - 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 * - 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 @@ -49,7 +55,7 @@ * - Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte) * - Updated bootloader makefiles to remove dependency on the \c bc command line calculator tool * - Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser) - * - Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) + * - Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Kuppers) * * Fixed: * - Core: