Cleanup and partially fix AVRISP-MKII project's TPI programming support.
[pub/lufa.git] / LUFA / ManPages / MigrationInformation.txt
index d93b4e8..9f21118 100644 (file)
  *\r
  * \section Sec_MigrationXXXXXX Migrating from 091223 to XXXXXX\r
  *\r
- *  <i>There is no migration information for this release.</i>\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. These masks should be used when calling the ADC\r
+ *      functions to ensure proper operation across all AVR models. Note that the \ref ADC_SetupChannel() function is an exception, and\r
+ *      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
+ *      pipe bank is full. To override this new behaviour and revert to the previous behaviour, the user application may manually\r
+ *      flush the queued event(s) to the device by calling \ref MIDI_Host_Flush().\r
+ *\r
+ *  <b>Device Mode</b>\r
+ *    - The MIDI Device 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
+ *      endpoint bank is full. To override this new behaviour and revert to the previous behaviour, the user application may manually\r
+ *      flush the queued event(s) to the host by calling \ref MIDI_Device_Flush().\r
  *\r
  * \section Sec_Migration091223 Migrating from 091122 to 091223\r
  *\r