aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-26 11:54:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-26 11:54:55 +0000
commit670413603f528259ade457f27fe97c70736ca754 (patch)
treeb27b1ec33d2a9b54c03dc6fa07f49be1fa6a9c53 /LUFA/ManPages/FutureChanges.txt
parentbb9fb1051cc68bc81589b1dbffe1b2e614e43737 (diff)
downloadlufa-670413603f528259ade457f27fe97c70736ca754.tar.gz
lufa-670413603f528259ade457f27fe97c70736ca754.tar.bz2
lufa-670413603f528259ade457f27fe97c70736ca754.zip
The EEPROM stream read/write functions now use eeprom_update_byte() instead of eeprom_write_byte(), so that only changed bytes are written to EEPROM to preserve its lifespan.
Changed over the AVRISP-MKII and TemperatureDataLogger projects to use eeprom_update_byte() when writing non-volatile parameters to EEPROM to preserve its lifespan.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 108e016a9..daf239397 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -18,6 +18,7 @@
* -# Add standardized descriptor names to class driver structures
* -# Correct mishandling of error cases in Mass Storage demos
* -# Fix AVRISP-MKII clone project's XMEGA EEPROM section erase command
+ * -# Fix occasional dropped characters in the XPLAINBridge project
* - Documentation/Support
* -# Remake AVRStudio project files
* -# Add detailed overviews of how each demo works