File: avrprog.conf

package info (click to toggle)
avrprog 0.2.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 448 kB
  • ctags: 97
  • sloc: ansic: 990; makefile: 62; sh: 13
file content (13 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# avrprog configuration file

# IO address of parallell port connected with the programmer.
# a wrong address can halt your machine.
PARPORT_DEFAULT 0x378	# /dev/lp0 (or DOS LPT1)
#PARPORT_DEFAULT 0x278	# /dev/lp1 (or DOS LPT2)
#PARPORT_DEFAULT 0x3bc	# /dev/lp2 (or DOS LPT3)

# if you have more than one programmer you may allow user to choose which
# address to use. see examples below.
PARPORT_VALID 0x378	# set to same value of PARPORT_DEFAULT if you have
			# just one programmer
# PARPORT_VALID 0x378 0x278 # if you have two programmers. in lp0 and lp1