X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4b6049bb59ddca415ff7ea0fe74fdd9d2b572ef2..32013ebffbb563908ae6a6de09b5a7bda9dac784:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 7746be952..7bd8b2997 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -10,13 +10,20 @@ * New: * - Library Applications: * - Added new Bulk Vendor low level device demo + * - Added new libUSB host Python and NodeJS application examples for the class driver GenericHID demo (thanks to Laszlo Monda) * * Changed: * - Library Applications: * - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda) * - AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable + * - Increased TPI/PDI handshake delay to 1ms from 1us to support targets with high amounts of capacitance on their + * /RESET lines (thanks to Paul Duke) + * + * Fixed: + * - Core: + * - Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA architecture + * - Library Applications: * - Fixed incorrect signature bytes returned in the DFU bootloader - * - Added new libUSB host Python and NodeJS application examples for the class driver GenericHID demo (thanks to Laszlo Monda) * * \section Sec_ChangeLog130901 Version 130901 * New: