aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-17 13:56:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-17 13:56:26 +0000
commitceb68a06408ca31d41cfb57eb3cd20268c1aed15 (patch)
tree5cff01a80b3235215682ac33996b5a2c0b84a6f9 /LUFA
parent904ad3abd2df55b8f7da2ab84cee13f087386958 (diff)
downloadlufa-ceb68a06408ca31d41cfb57eb3cd20268c1aed15.tar.gz
lufa-ceb68a06408ca31d41cfb57eb3cd20268c1aed15.tar.bz2
lufa-ceb68a06408ca31d41cfb57eb3cd20268c1aed15.zip
Corrected CDC class bootloader to fix a few bugs, changed address counter to store x2 addresses for convenience.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 6e837f36c..721d5e864 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -38,6 +38,7 @@
* - Added DataflashManager_WriteBlocks_RAM() and DataflashManager_ReadBlocks_RAM() functions to the MassStorage demo, to allow for easy
* interfacing with a FAT library for dataflash file level access
* - Incomplete non-functional BluetoothHost demo removed until it has reached a stable state to prevent confusion
+ * - Corrected CDC class bootloader to fix a few bugs, changed address counter to store x2 addresses for convenience
*
* \section Sec_ChangeLog090209 Version 090209
*