aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-24 17:05:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-24 17:05:41 +0000
commitec537fd84d6ad3fd0dfa1b55efa2c2d554c1db48 (patch)
tree96ae5d0bfaaf096456f83504322dd0ac782793b9 /LUFA/ManPages/FutureChanges.txt
parenta57287a59f51c53e888068be954f4d8a3f04f52a (diff)
downloadlufa-ec537fd84d6ad3fd0dfa1b55efa2c2d554c1db48.tar.gz
lufa-ec537fd84d6ad3fd0dfa1b55efa2c2d554c1db48.tar.bz2
lufa-ec537fd84d6ad3fd0dfa1b55efa2c2d554c1db48.zip
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code.
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 7ae15aa0b..bfa5a530f 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -20,6 +20,7 @@
* -# 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
* - Documentation/Support
* -# Add detailed overviews of how each demo works
* -# Add board overviews