Stefan Rueger

Results 303 comments of Stefan Rueger

I would use `const char *` over `char [MAXLEN]`. I assume these strings won't be written to later on. I am using the libavrdude function `cache_string(str)` for the assignment in...

Thanks @mcuee and @dl8dtl. Some programmers already read in the serial number at run time. So, `serno` cannot be put into `avrdude.conf`. It's likely that `const char *` is suitable...

@mariusgreuel There is a current PR out that does a superset of this PR (I think!). Could you have a look at PR #1115 and see whether that one is...

@sbngross Many thanks for progress made. Really appreciated. I particularly like how you went about this systematically. It's clear we need to do something about `Build / macos-x86_64 (pull_request) Failing...

Fixed by PR #1059 (as far as poss)

Cool, I used to do the same (only without bootstrap). I am currently experimenting with avrdude.conf, so would like something that changes *that* after I change src/avrdude.conf.in. `make install` in...

Do we really need these multi-line replacements? The multi-line replacements in avrdude.conf.in make it hard to translate the line number of something gone wrong in `avrdude.conf` to the corresponding line...

... and if the multi-line replacements are kept, I would suggest to change them to comment out those programmers rather than removing them, so the line numbers in `.conf` and...

Parts that start with "." are not listed in `-p ?` to avoid listing the base parts for a class. We could rustle up something similar for `-c ?` and...