Rewrite avrdude.conf.in file from avrdude -c* -p* output
Some manual editing is still necessary to cater for the @HAVE_PARPORT_BEGIN@ etc sections. This commit also fixes superfluous whitesapce at the end of avrdude.conf.in lines Although the avrdude.conf file has changed much, the internal representation in avrdude has not. This can be verified by exporting the raw internal data through avrdude -c*/r -p*/r >/tmp/avrdude.raw before the change and by comparing again after the change: avrdude -c*/r -p*/r | diff - /tmp/avrdude.raw
This commit is contained in:
parent
09d14601af
commit
57ebd36a01
16531
src/avrdude.conf.in
16531
src/avrdude.conf.in
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue