aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-11-05 22:16:15 +0100
committerDean Camera <dean@fourwalledcubicle.com>2013-11-05 22:16:15 +0100
commit6eba84bf4bd23978068f4aef2ba53447dd8a98db (patch)
tree4de9a8a7a2398e9ffe9df6b20191b7d26a0ed178 /LUFA/DoxygenPages
parent16c4f1d43c3c013fe2572025db1d789100c97821 (diff)
downloadlufa-6eba84bf4bd23978068f4aef2ba53447dd8a98db.tar.gz
lufa-6eba84bf4bd23978068f4aef2ba53447dd8a98db.tar.bz2
lufa-6eba84bf4bd23978068f4aef2ba53447dd8a98db.zip
Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA architecture.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 70cf6cb66..7bd8b2997 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -10,16 +10,21 @@
* <b>New:</b>
* - 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)
*
* <b>Changed:</b>
* - 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
- * - 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)
* - 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)
*
+ * <b>Fixed:</b>
+ * - 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
* <b>New:</b>
* - Core: