mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
patch #7184 Support for PICKit2 programmer
* Makefile.am: add pickit2 files * pickit2.[ch]: new programmer implementation * pgm_type.c: add pickit to list * avrdude.1: documentation for pickit2 * doc/avrdude.texi: documentation for pickit2 * avrdude.conf.in: add pickit2 programmer entry git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1102 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -873,6 +873,13 @@ programmer
|
||||
connection_type = serial;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "pickit2";
|
||||
desc = "MicroChip's PICkit2 Programmer";
|
||||
type = "pickit2";
|
||||
connection_type = usb;
|
||||
;
|
||||
|
||||
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
|
||||
# Parallel port programmers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user