X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b229aef6f7d570ba55a5d1e3b5137e71ae27ffac..32013ebffbb563908ae6a6de09b5a7bda9dac784:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 2ac94e0e1..7bd8b2997 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -7,7 +7,23 @@ /** \page Page_ChangeLog Project Changelog * * \section Sec_ChangeLogXXXXXX Version XXXXXX - * No changes. + * 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 * * \section Sec_ChangeLog130901 Version 130901 * New: