aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-16 12:09:22 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-16 12:09:22 +0000
commit2b74b517ea48507a0ab3fee5628a363ab0dcd3fb (patch)
tree2a03f6fc344e42a03fe6b5c99972c9a46522af84 /LUFA
parent39d56aeffecdd50d1e413c8da6edbe8485d5ac29 (diff)
downloadlufa-2b74b517ea48507a0ab3fee5628a363ab0dcd3fb.tar.gz
lufa-2b74b517ea48507a0ab3fee5628a363ab0dcd3fb.tar.bz2
lufa-2b74b517ea48507a0ab3fee5628a363ab0dcd3fb.zip
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.
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 e7f1f4383..d2c852548 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
*