aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-07 04:19:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-07 04:19:57 +0000
commitcb7884da506096352ad82a1317b998813b74f4f8 (patch)
tree0ae404bad74a807ee2d3122f0410f414f38c5df9 /LUFA
parent557a945ba1851bc8d1669bd034464047f50b6691 (diff)
downloadlufa-cb7884da506096352ad82a1317b998813b74f4f8.tar.gz
lufa-cb7884da506096352ad82a1317b998813b74f4f8.tar.bz2
lufa-cb7884da506096352ad82a1317b998813b74f4f8.zip
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index b4ecc8951..0b15df0b2 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -17,11 +17,13 @@
* - Added new PIMA_DATA_SIZE() define to the Still Image Host demo
* - Add call to MassStore_WaitForDataReceived() in MassStore_GetReturnedStatus() to ensure that the CSW has been received in the
* extended MSC timeout period before continuing, to prevent long processing delays from causing the MassStore_GetReturnedStatus()
- * to early-abort
+ * to early-abort (thanks to Dmitry Maksimov)
* - Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory,
* where they are more suited
* - Removed all binary constants and replaced with decimal or hexadecimal constants so that unpatched GCC compilers can still build the
* code without having to be itself patched and recompiled first
+ * - Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to
+ * outdated avr-libc versions.
*
* \section Sec_ChangeLog090401 Version 090401
*