aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-08-26 21:18:59 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-08-26 21:18:59 +1000
commitd0a147f5bbcd59a9f01b7bedcf7c4be92f059b35 (patch)
treed2194a0fcbf8f40dfa280c94b2cc79c90b5b65c6 /LUFA/DoxygenPages
parent0fd7b2cf09c9088646080a911f0840348e566577 (diff)
downloadlufa-d0a147f5bbcd59a9f01b7bedcf7c4be92f059b35.tar.gz
lufa-d0a147f5bbcd59a9f01b7bedcf7c4be92f059b35.tar.bz2
lufa-d0a147f5bbcd59a9f01b7bedcf7c4be92f059b35.zip
Patched the LUFA build system to work around a GCC code generation bug in newer toolchains when building for larger FLASH memory devices (thanks to demultiplexer)
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 78d3abdcc..3eab8b0a4 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -21,6 +21,8 @@
* - 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
+ * FLASH memory devices (thanks to demultiplexer)
* - 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)