mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
Implement TPI mode for AVRISPmkII/STK600.
Add ATtiny4/5/9/10 to avrdude.conf.in. Document TPI and new device support. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@916 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -730,7 +730,7 @@ int main(int argc, char * argv [])
|
||||
auto_erase = 0;
|
||||
}
|
||||
|
||||
if(p->flags & AVRPART_HAS_PDI) {
|
||||
if(p->flags & (AVRPART_HAS_PDI | AVRPART_HAS_TPI)) {
|
||||
safemode = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user