Submitted by Pasquale Cocchini:

bug #46020: Add TIAO TUMPA to the conf file.
* avrdude.conf.in (tumpa): New entry.




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1359 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2015-10-31 20:23:26 +00:00
parent 3519f359cf
commit 260078ae86
3 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2015-10-31 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Pasquale Cocchini:
bug #46020: Add TIAO TUMPA to the conf file.
* avrdude.conf.in (tumpa): New entry.
2015-10-31 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Pasquale Cocchini:

1
NEWS
View File

@ -42,6 +42,7 @@ Current:
(patch #8529 2 more ftdi_syncbb devices)
* Bugfixes
- bug #46020: Add TIAO TUMPA to the conf file.
- bug #46021: Please add read in the memory lock section of ATtiny85
- bug #42337 avrdude.conf updates for UM232H/CM232H
- bug #42056: double free or corruption triggered at exit

View File

@ -586,6 +586,24 @@ programmer
buff = 7;
;
# submitted as bug #46020
programmer
id = "tumpa";
desc = "TIAO USB Multi-Protocol Adapter";
type = "avrftdi";
connection_type = usb;
usbvid = 0x0403;
usbpid = 0x8A98;
usbdev = "A";
usbvendor = "TIAO";
usbproduct = "";
usbsn = "";
sck = 0; # TCK 9
mosi = 1; # TDI 5
miso = 2; # TDO 13
reset = 3; # TMS 7
;
programmer
id = "avrisp";
desc = "Atmel AVR ISP";