Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demos to...
[pub/lufa.git] / LUFA / MigrationInformation.txt
index a04b1b0..9aa3b00 100644 (file)
  *  to the next version released. It does not indicate all new additions to the library in each version change, only\r
  *  areas relevant to making older projects compatible with the API changes of each new release.\r
  *\r
- * \section Sec_MigrationXXXXXX Migrating from 090209 to XXXXXX\r
+ * \section Sec_MigrationXXXXXX Migrating from 090401 to XXXXXX\r
+ *\r
+ *\r
+ * \section Sec_Migration090401 Migrating from 090209 to 090401\r
  *\r
  *  <b>All</b>\r
  *    - LUFA projects must now give the raw input clock frequency (before any prescaling) as a compile time constant "F_CLOCK",\r
  *    - Custom board Dataflash drivers now require the implementation of Dataflash_SelectChipFromPage() and Dataflash_SendAddressBytes().\r
  *\r
  *  <b>Device Mode</b>\r
- *    - The NO_CLEARSET_FEATURE_REQUEST compile time token has been renamed to NO_FEATURELESS_CONTROL_ONLY_DEVICE, and its function expanded\r
+ *    - The NO_CLEARSET_FEATURE_REQUEST compile time token has been renamed to FEATURELESS_CONTROL_ONLY_DEVICE, and its function expanded\r
  *      to also remove parts of the Get Status chapter 9 request to further reduce code usage. On all applications currently using the \r
- *      NO_CLEARSET_FEATURE_REQUEST compile time token, it can be replaced with the NO_FEATURELESS_CONTROL_ONLY_DEVICE token with no further\r
+ *      NO_CLEARSET_FEATURE_REQUEST compile time token, it can be replaced with the FEATURELESS_CONTROL_ONLY_DEVICE token with no further\r
  *      modifications required.\r
  *\r
+ *\r
  * \section Sec_Migration090209 Migrating from 081217 to 090209\r
  *\r
  *  <b>Device Mode</b>\r
@@ -64,6 +68,7 @@
  *    - Most library demos have been enhanced and/or had errors corrected. All users of all demos should upgrade their codebase to\r
  *      the latest demo versions.\r
  *\r
+ *\r
  * \section Sec_Migration171208 Migrating from V1.5.3 to 081217\r
  *\r
  *  <b>All</b>\r