Find 'avrdude.conf' based on absolute path to executable (#780)

* Find 'avrdude.conf' based on absolute path to executable

* Update coding style

* Update coding style

* Update 'src/doc/avrdude.texi' to reflect the new search method for 'avrdude.conf'
This commit is contained in:
Kristof Mulier
2022-01-03 23:20:31 +01:00
committed by GitHub
parent 6aa65683ad
commit 5c896992cd
6 changed files with 1004 additions and 16 deletions

View File

@@ -547,6 +547,8 @@ add_executable(avrdude
main.c
term.c
term.h
whereami.c
whereami.h
"${EXTRA_WINDOWS_SOURCES}"
)