Update driver INF files - change manufacturer name from the original template's name...
[pub/lufa.git] / LUFA / ManPages / MigrationInformation.txt
index cf81901..f9864cb 100644 (file)
  *\r
  * \section Sec_MigrationXXXXXX Migrating from 091223 to XXXXXX\r
  *\r
+ *  <b>Non-USB Library Components</b>\r
+ *    - Due to some ADC channels not being identical to their ADC MUX selection masks for single-ended conversions on some AVR models,\r
+ *      the ADC driver now has explicit masks for each of the standard ADC channels (see \ref Group_ADC). These masks should be used \r
+ *      when calling the ADC functions to ensure proper operation across all AVR models. Note that the \ref ADC_SetupChannel() function \r
+ *      is an exception, and should always be called with a channel number rather than a channel mask.\r
+ *\r
  *  <b>Host Mode</b>\r
  *    - The MIDI Host Class driver send and receive routines now operate on packed events, where multiple MIDI events may be\r
  *      packed into a single USB packet. This means that the sending of MIDI events will now be delayed until the MIDI send\r