X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/d97db1120b2b5911a3ea7d77efb9b913b8727bdb..857381185d60eed2ccee7dc7b88d49d90546f8a2:/LUFA/ManPages/MigrationInformation.txt diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index cf81901c6..9f211186c 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -12,6 +12,12 @@ * * \section Sec_MigrationXXXXXX Migrating from 091223 to XXXXXX * + * Non-USB Library Components + * - Due to some ADC channels not being identical to their ADC MUX selection masks for single-ended conversions on some AVR models, + * the ADC driver now has explicit masks for each of the standard ADC channels. These masks should be used when calling the ADC + * functions to ensure proper operation across all AVR models. Note that the \ref ADC_SetupChannel() function is an exception, and + * should always be called with a channel number rather than a channel mask. + * * Host Mode * - The MIDI Host Class driver send and receive routines now operate on packed events, where multiple MIDI events may be * packed into a single USB packet. This means that the sending of MIDI events will now be delayed until the MIDI send