diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-19 00:07:22 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-19 00:07:22 +0000 |
commit | 04d40897cf98469b39f1d97208a51deb65f70bc5 (patch) | |
tree | 0c489f8ee76bc929fbff2afe99149def8ca325fd /LUFA | |
parent | 42b850f2b94941066c36d85b4878d6a348260b4d (diff) | |
download | lufa-04d40897cf98469b39f1d97208a51deb65f70bc5.tar.gz lufa-04d40897cf98469b39f1d97208a51deb65f70bc5.tar.bz2 lufa-04d40897cf98469b39f1d97208a51deb65f70bc5.zip |
Commit for the 100219 release.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 | ||||
-rw-r--r-- | LUFA/ManPages/MigrationInformation.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c5dc91197..9b3154f04 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -8,6 +8,8 @@ *
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
+ * \section Sec_ChangeLog100219 Version 100219
+ *
* <b>New:</b>
* - Added TPI programming support for 6-pin ATTINY devices to the AVRISP programmer project (thanks to Tom Light)
* - Added command timeout counter to the AVRISP project so that the device no longer freezes when incorrectly connected
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index 23fbc1ef4..169b7870a 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -10,7 +10,9 @@ * to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
- * \section Sec_MigrationXXXXXX Migrating from 091223 to XXXXXX
+ * \section Sec_MigrationXXXXXX Migrating from 100219 to XXXXXX
+ *
+ * \section Sec_Migration100219 Migrating from 091223 to 100219
*
* <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,
|