aboutsummaryrefslogtreecommitdiff
path: root/LUFA
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-16 12:09:22 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-16 12:09:22 +0000
commit24bc556c662ccfe906a91d689be2e4263ebefb5e (patch)
tree2a03f6fc344e42a03fe6b5c99972c9a46522af84 /LUFA
parent36a50f311cf73cdcbaa014ce49297ea55638f162 (diff)
Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1166 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index e7f1f438..d2c85254 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -27,7 +27,7 @@
* - Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the
* U4 series USB AVR parts
* - Fixed PDI programming mode in the AVRISP programmer project not exiting programming mode correctly (clear target
- * Reset key twice, set /RESET pin to pullup)
+ * Reset key twice, possible silicon bug?)
*
* \section Sec_ChangeLog100219 Version 100219
*