2001-09-19 17:04:25 +00:00
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# Programmer Pin Configurations
|
|
|
|
#
|
|
|
|
# The format of these entries is as follows:
|
2001-09-20 03:19:31 +00:00
|
|
|
# c:<name>:[desc=<description>:][[<pin>=<value>:]...]
|
2001-09-19 17:04:25 +00:00
|
|
|
#
|
|
|
|
# Example: for a programmer called PGM-1 that uses pin 2 and 3 for
|
|
|
|
# power, pins 4, 5, and 6 for RESET, SCK, and MOSI, and pin 10 for
|
|
|
|
# MISO, we could use the following entry:
|
|
|
|
#
|
2001-09-20 03:19:31 +00:00
|
|
|
# c:pgm-1 : desc=Programmer 1:vcc=2,3:reset=4:sck=5:mosi=6:miso=10
|
2001-09-19 17:04:25 +00:00
|
|
|
#
|
|
|
|
# Continuation lines are supported, use a backslash (\) as the last
|
|
|
|
# character of the line and the next line will included as part of the
|
|
|
|
# configuration data.
|
|
|
|
#
|
|
|
|
|
2001-09-20 03:19:31 +00:00
|
|
|
c:bsd : desc=Brian Dean's programmer:vcc=2,3,4,5:reset=7:sck=8:\
|
|
|
|
mosi=9:miso=10
|
2001-09-19 17:04:25 +00:00
|
|
|
|
2001-09-20 03:19:31 +00:00
|
|
|
c:dt006 : desc=Dontronics DT006:reset=4:sck=5:mosi=2:miso=11
|
2001-09-19 17:04:25 +00:00
|
|
|
|
2001-09-20 03:19:31 +00:00
|
|
|
c:alf : desc=Tony Freibel's programmer:vcc=2,3,4,5:buff=6:\
|
|
|
|
reset=7:sck=8:mosi=9:miso=10:errled=1:rdyled=14:pgmled=16:\
|
|
|
|
vfyled=17
|
2001-09-19 17:04:25 +00:00
|
|
|
|