bug #42267: jtag3isp fails to read lock and fuse bytes directly

after changing lock byte
* stk500v2.c (stk500isp_write_byte): As a workaround for broken
tool firmware, add 10 ms of delay before returning from any
single-byte write operation.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1337 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2014-10-07 15:21:14 +00:00
parent b348d97620
commit 3d5beb40df
3 changed files with 20 additions and 13 deletions

2
NEWS
View File

@@ -22,6 +22,8 @@ Current:
* Bugfixes
- bug #22248: Read efuse error (partial fix)
- bug #42267: jtag3isp fails to read lock and fuse bytes directly
after changing lock byte
* Internals:
- ...