Commit for the 100219 release.

This commit is contained in:
Dean Camera 2010-02-19 00:07:22 +00:00
parent 42b850f2b9
commit 04d40897cf
4 changed files with 15 additions and 13 deletions

View file

@ -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

View file

@ -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,