X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/d770d98bca4af54b10316d03979bfcdb71ce623d..fea5d085122bb386f1ec293b2e51036e29c7dc30:/LUFA/MigrationInformation.txt diff --git a/LUFA/MigrationInformation.txt b/LUFA/MigrationInformation.txt index a04b1b053..9aa3b0005 100644 --- a/LUFA/MigrationInformation.txt +++ b/LUFA/MigrationInformation.txt @@ -10,7 +10,10 @@ * to the next version released. It does not indicate all new additions to the library in each version change, only * areas relevant to making older projects compatible with the API changes of each new release. * - * \section Sec_MigrationXXXXXX Migrating from 090209 to XXXXXX + * \section Sec_MigrationXXXXXX Migrating from 090401 to XXXXXX + * + * + * \section Sec_Migration090401 Migrating from 090209 to 090401 * * All * - LUFA projects must now give the raw input clock frequency (before any prescaling) as a compile time constant "F_CLOCK", @@ -31,11 +34,12 @@ * - Custom board Dataflash drivers now require the implementation of Dataflash_SelectChipFromPage() and Dataflash_SendAddressBytes(). * * Device Mode - * - The NO_CLEARSET_FEATURE_REQUEST compile time token has been renamed to NO_FEATURELESS_CONTROL_ONLY_DEVICE, and its function expanded + * - The NO_CLEARSET_FEATURE_REQUEST compile time token has been renamed to FEATURELESS_CONTROL_ONLY_DEVICE, and its function expanded * to also remove parts of the Get Status chapter 9 request to further reduce code usage. On all applications currently using the - * NO_CLEARSET_FEATURE_REQUEST compile time token, it can be replaced with the NO_FEATURELESS_CONTROL_ONLY_DEVICE token with no further + * NO_CLEARSET_FEATURE_REQUEST compile time token, it can be replaced with the FEATURELESS_CONTROL_ONLY_DEVICE token with no further * modifications required. * + * * \section Sec_Migration090209 Migrating from 081217 to 090209 * * Device Mode @@ -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 * the latest demo versions. * + * * \section Sec_Migration171208 Migrating from V1.5.3 to 081217 * * All