diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-19 05:17:41 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-19 05:17:41 +0000 |
| commit | 5ade05a4e0eefd099a30fa4df9293a148a86865d (patch) | |
| tree | eaac9417ace4aef53a57a922828e421114a6a81e /LUFA | |
| parent | cb4cd338053b9db8c11ab05e41377ff447d42131 (diff) | |
AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1138 d5102386-fcda-11dd-9fdb-3debd5008f28
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 9b3154f0..5e2241d4 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 169b7870..26236407 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,
|
