mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-11-23 16:02:28 +00:00
Update the man page to reflect the search order for avrdude.conf
This commit is contained in:
@@ -1147,8 +1147,16 @@ line.
|
|||||||
.It Pa /dev/ppi0
|
.It Pa /dev/ppi0
|
||||||
default device to be used for communication with the programming
|
default device to be used for communication with the programming
|
||||||
hardware
|
hardware
|
||||||
.It Pa ${PREFIX}/etc/avrdude.conf
|
.It Pa avrdude.conf
|
||||||
programmer and parts configuration file
|
programmer and parts configuration file
|
||||||
|
.Pp
|
||||||
|
On Windows systems, this file is looked up in the same directory as the
|
||||||
|
executable file.
|
||||||
|
On all other systems, the file is first looked up in
|
||||||
|
.Pa ../etc/ ,
|
||||||
|
relative to the path of the executable, then in the same directory as
|
||||||
|
the executable itself, and finally in the system default location
|
||||||
|
.Pa ${PREFIX}/etc/avrdude.conf .
|
||||||
.It Pa ${HOME}/.avrduderc
|
.It Pa ${HOME}/.avrduderc
|
||||||
programmer and parts configuration file (per-user overrides)
|
programmer and parts configuration file (per-user overrides)
|
||||||
.It Pa ~/.inputrc
|
.It Pa ~/.inputrc
|
||||||
|
|||||||
Reference in New Issue
Block a user