aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-25 17:49:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-25 17:49:30 +0000
commit958b20a8ef51c9f6f104ce59d8f17ea476a7a20c (patch)
treee7b71898cf3798b0b5ff38f92bb85b88a9f12f14 /LUFA
parentbfa622d27e95f391a4e7ea256a5162075dac18e0 (diff)
downloadlufa-958b20a8ef51c9f6f104ce59d8f17ea476a7a20c.tar.gz
lufa-958b20a8ef51c9f6f104ce59d8f17ea476a7a20c.tar.bz2
lufa-958b20a8ef51c9f6f104ce59d8f17ea476a7a20c.zip
Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target memory space that is only byte (not page) addressable.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
-rw-r--r--LUFA/ManPages/FutureChanges.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 1bce5faba..ef2ef96cf 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -38,6 +38,8 @@
* - Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo
* - Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet
* timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski)
+ * - Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target
+ * memory space that is only byte (not page) addressable
*
* \section Sec_ChangeLog101122 Version 101122
* <b>New:</b>
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index bfa5a530f..2197cb5d3 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -20,7 +20,10 @@
* -# Re-add interrupt Pipe/Endpoint support
* -# Add HID report macros to make HID report editing easier
* -# Investigate dynamically created device descriptors
- * -# Check if ALL the workaround reg save/restore code in the unordered EP config is required
+ * - Known Bugs
+ * -# Errors with AVRISP-MKII program with full EEPROM programming on the ATMEGA8 (and others?)
+ * -# No wakeup when plugged into hub, and hub plugged into host
+ * -# Incomplete TMC class demo errors
* - Documentation/Support
* -# Add detailed overviews of how each demo works
* -# Add board overviews