aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.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/MigrationInformation.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/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index d12c3f9e9..3bbe5a195 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -11,7 +11,11 @@
* areas relevant to making older projects compatible with the API changes of each new release.
*
* \section Sec_MigrationXXXXXX Migrating from 101122 to XXXXXX
- * None yet.
+ * <b>USB Core</b>
+ * - By default, unordered Endpoint and Pipe configuration is now allowed once again, via the previous workaround of
+ * reconfiguring all Endpoints/Pipes in order each time a new Endpoint/Pipe is created. To minimise the compiled program
+ * size, the new ORDERED_EP_CONFIG compile time option may be defined in the project makefile to restrict the ordering
+ * in exchange for a smaller compiled binary size.
*
* \section Sec_Migration101122 Migrating from 100807 to 101122
* <b>USB Core</b>