diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-12-25 21:36:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-12-25 21:36:17 +0000 |
commit | 12418e6eaffcf81dc160ab760df9682e7e34c3fa (patch) | |
tree | 4872725197266661d87bc256bbf9f49ae28d0e32 /LUFA | |
parent | 958b20a8ef51c9f6f104ce59d8f17ea476a7a20c (diff) | |
download | lufa-12418e6eaffcf81dc160ab760df9682e7e34c3fa.tar.gz lufa-12418e6eaffcf81dc160ab760df9682e7e34c3fa.tar.bz2 lufa-12418e6eaffcf81dc160ab760df9682e7e34c3fa.zip |
Combined page and word ISP programming mode code in the AVRISP-MKII clone project to reduce compiled size and increase maintainability of the code.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index ef2ef96cf..496bd8d43 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -25,6 +25,8 @@ * - Library Applications: * - Changed the XPLAINBridge software UART to use the regular CTC mode instead of the alternative CTC mode * via the Input Capture register, to reduce user confusion + * - Combined page and word ISP programming mode code in the AVRISP-MKII clone project to reduce compiled size and + * increase maintainability of the code * * <b>Fixed:</b> * - Core: |