Update bootloader documentation to include execution instructions.
[pub/lufa.git] / LUFA / DoxygenPages / MigrationInformation.txt
index 25a30c4..e87fa16 100644 (file)
  *  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 130901 to XXXXXX
+ *  \section Sec_MigrationXXXXXX Migrating from 140302 to XXXXXX
+ *  None
+ *
+ *  \section Sec_Migration140302 Migrating from 130901 to 140302
  *  <b>USB Core</b>
  *    - The \c VERSION_BCD() macro has changed from accepting one floating point parameter to taking three distinct major/minor/revision integer parameters, as
  *      some edge cases caused incorrect parsing of the input float into the final integer BCD encoded value.
  *
+ *  <b>Non-USB Library Components</b>
+ *    - The \c ATTR_NEVER_INLINE macro, erroneously introduced in a previous release has been removed, as it duplicates the existing \c ATTR_NO_INLINE macro.
+ *
+ *  <b>Build System</b>
+ *    - The default configuration file for Doxygen is now "doxyfile" rather than "Doxygen.conf", to conform to the Doxygen project's own default file name.
+ *      Set \c DOXYGEN_CONF to override the new default file name.
+ *
  *  \section Sec_Migration130901 Migrating from 130303 to 130901
  *  <b>Non-USB Library Components</b>
  *    - The Board Dataflash \c Dataflash_Init() function now automatically configures the appropriate communication interface.