aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-09-08 21:10:20 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-09-08 21:10:20 +1000
commitb62c68810da93b0e34e6ae115321465c5829f39d (patch)
treee72702035fc818e3ab77e3475a56eb118c2a9455 /LUFA
parent7423c1213f53fbbbf35ae45340431d6f1249b1ab (diff)
downloadlufa-b62c68810da93b0e34e6ae115321465c5829f39d.tar.gz
lufa-b62c68810da93b0e34e6ae115321465c5829f39d.tar.bz2
lufa-b62c68810da93b0e34e6ae115321465c5829f39d.zip
Minor documentation improvements.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 9fe86cdda..f333b3ba8 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -28,8 +28,10 @@
* - Fixed possible infinite loop in the control endpoint stream write function (thanks to Clayton Knight)
* - Fixed missing HID report ID prefix on HID class driver GetReport request responses (thanks to Bert van Hall)
* - Fixed incorrect XMEGA USB controller clock division factory for non-Full Speed operation (thanks to Bert van Hall)
- * - Patched the LUFA build system to work around a GCC code generation bug in newer toolchains when building for larger
+ * - Fixed the LUFA build system to prevent incorrect code from being generated in newer toolchains when building for larger
* FLASH memory devices (thanks to demultiplexer)
+ * - Fixed missing parenthesis in the MIDI_EVENT() macro which could cause incorrect results (thanks to hexwab)
+ * - Fixed mixed capitalization of TWI in the XMEGA TWI driver causing compilation failures (thanks to Jacob Schloss)
* - Library Applications:
* - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen)
* - Fixed blocking USART reads causing low throughput on slow baud rates in the USBtoSerial project (thanks to Nevada Smith)