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:
parent
3519f359cf
commit
260078ae86
|
@ -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>
|
2015-10-31 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Pasquale Cocchini:
|
Submitted by Pasquale Cocchini:
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -42,6 +42,7 @@ Current:
|
||||||
(patch #8529 2 more ftdi_syncbb devices)
|
(patch #8529 2 more ftdi_syncbb devices)
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
|
- bug #46020: Add TIAO TUMPA to the conf file.
|
||||||
- bug #46021: Please add read in the memory lock section of ATtiny85
|
- bug #46021: Please add read in the memory lock section of ATtiny85
|
||||||
- bug #42337 avrdude.conf updates for UM232H/CM232H
|
- bug #42337 avrdude.conf updates for UM232H/CM232H
|
||||||
- bug #42056: double free or corruption triggered at exit
|
- bug #42056: double free or corruption triggered at exit
|
||||||
|
|
|
@ -586,6 +586,24 @@ programmer
|
||||||
buff = 7;
|
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
|
programmer
|
||||||
id = "avrisp";
|
id = "avrisp";
|
||||||
desc = "Atmel AVR ISP";
|
desc = "Atmel AVR ISP";
|
||||||
|
|
Loading…
Reference in New Issue