mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 03:35:28 +00:00
patch #7724 Add TPI support for Bus Pirate using bitbang mode
* buspirate.[ch]: added support for BusPirate Bitbanging * avrdude.conf.in: added entry for buspirate_bb * pgm_type.c: added entry for buspirate_bb git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1138 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -552,6 +552,20 @@ programmer
|
||||
connection_type = serial;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "buspirate_bb";
|
||||
desc = "The Bus Pirate (bitbang interface, supports TPI)";
|
||||
type = "buspirate_bb";
|
||||
connection_type = serial;
|
||||
# pins are bits in bitbang byte (numbers are 87654321)
|
||||
# 1|POWER|PULLUP|AUX|MOSI|CLK|MISO|CS
|
||||
reset = 1;
|
||||
sck = 3;
|
||||
mosi = 4;
|
||||
miso = 2;
|
||||
#vcc = 7; This is internally set independent of this setting.
|
||||
;
|
||||
|
||||
# This is supposed to be the "default" STK500 entry.
|
||||
# Attempts to select the correct firmware version
|
||||
# by probing for it. Better use one of the entries
|
||||
|
||||
Reference in New Issue
Block a user