diff options
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 10 | ||||
-rw-r--r-- | LUFA/ManPages/MigrationInformation.txt | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 9b3154f04..5e2241d42 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -8,6 +8,16 @@ *
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
+ * <b>New:</b>
+ * - (None)
+ *
+ * <b>Changed:</b>
+ * - AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed
+ * for PDI and TPI programming
+ *
+ * <b>Fixed:</b>
+ * - (None)
+ *
* \section Sec_ChangeLog100219 Version 100219
*
* <b>New:</b>
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index 169b7870a..262364070 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -13,6 +13,7 @@ * \section Sec_MigrationXXXXXX Migrating from 100219 to XXXXXX
*
* \section Sec_Migration100219 Migrating from 091223 to 100219
+ * - (None)
*
* <b>Non-USB Library Components</b>
* - Due to some ADC channels not being identical to their ADC MUX selection masks for single-ended conversions on some AVR models,
|