mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 18:44:17 +00:00
* pgm_type.c: Add "jtagice3_isp" programmer hook
* avrdude.conf.in: Add "jtag3isp" programmer * jtag3.c: jtag3_setparm() is now public * jtag3.h: (Dito) * stk500v2_private.h: Command 0x1D is CMD_SPI_MULTI only for STK500v2, AVRISPmkII, and JTAGICEmkII; for JTAGICE3, it's CMD_SET_SCK now; also add CMD_GET_SCK * avrpart.c (avr_get_output_index): New function * avrpart.h: (Dito) * stk500v2.c: Implement the pasthrough programmer glue logic for JTAGICE3 in ISP mode * stk500v2.h: (Dito) * avrdude.1: Document the JTAGICE3 support. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1119 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -45,7 +45,10 @@
|
||||
#define CMD_READ_LOCK_ISP 0x1A
|
||||
#define CMD_READ_SIGNATURE_ISP 0x1B
|
||||
#define CMD_READ_OSCCAL_ISP 0x1C
|
||||
#define CMD_SPI_MULTI 0x1D
|
||||
#define CMD_SPI_MULTI 0x1D /* STK500v2, AVRISPmkII,
|
||||
* JTAGICEmkII */
|
||||
#define CMD_SET_SCK 0x1D /* JTAGICE3 */
|
||||
#define CMD_GET_SCK 0x1E /* JTAGICE3 */
|
||||
|
||||
// *****************[ STK PP command constants ]*******************************
|
||||
|
||||
@@ -307,6 +310,7 @@ struct pdata
|
||||
PGMTYPE_AVRISP_MKII,
|
||||
PGMTYPE_JTAGICE_MKII,
|
||||
PGMTYPE_STK600,
|
||||
PGMTYPE_JTAGICE3
|
||||
}
|
||||
pgmtype;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user