mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 03:35:28 +00:00
bug #37977 Support for Openmoko Debug Board
* avrdude.conf.in: added openmoko entry git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1135 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -481,6 +481,23 @@ programmer parent "jtagkey"
|
||||
usbproduct = "USB<=>JTAG&RS232";
|
||||
;
|
||||
|
||||
# http://wiki.openmoko.org/wiki/Debug_Board_v3
|
||||
programmer
|
||||
id = "openmoko";
|
||||
desc = "Openmoko debug board (v3)";
|
||||
type = "avrftdi";
|
||||
usbvid = 0x1457;
|
||||
usbpid = 0x5118;
|
||||
usbdev = "A";
|
||||
usbvendor = "";
|
||||
usbproduct = "";
|
||||
usbsn = "";
|
||||
reset = 4; # TMS 7
|
||||
sck = 1; # TCK 9
|
||||
mosi = 2; # TDI 5
|
||||
miso = 3; # TDO 13
|
||||
;
|
||||
|
||||
# Only Rev. A boards.
|
||||
# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf
|
||||
programmer
|
||||
|
||||
Reference in New Issue
Block a user