mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Shesh. The previous commit was a little premature. Drag the
"GO" code in again, but only activate it when programming an Xmega device through PDI. Wonderfully consistent tools. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1071 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
2012-03-20 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
* jtagmkII.c (jtagmkII_close): The GO command before signing off
|
||||
turned out to do more harm than good; on the Xmega, it caused exactly
|
||||
the opposite reaction, the CPU stopped. Even without it, after the
|
||||
RESET command, the target is running already. So, drop the GO.
|
||||
turned out to be not required for normal megaAVR devices, and to
|
||||
cause the exact opposite (i.e. the target stopping) on Xmega
|
||||
devices being programmed to JTAG. However, programming Xmega
|
||||
devcies through PDI *does* need the GO command.
|
||||
|
||||
2012-03-20 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
|
Reference in New Issue
Block a user