Marius Greuel

Results 42 comments of Marius Greuel

@dl8dtl Building the avrdude libraries is getting quite a bit attention. I spend very little time looking at this because I was under the impression that the avrdude library is...

I guess my question is whether we accept PRs for this, or just call the libraries 'deprecated' until there is a real need for it. Right now, I see very...

The crucial part is figuring out the link between the USB device and the serial device. I never looked into non-Windows implementations, but on Windows there are two parts of...

> Doesn't work for me. In order to avoid the segfault, Correct. I removed the "Fixes #" text. > I'd like to drop that PR There is still a bug...

I looked around a little, and the entire file needs some fixing - all page and word based read/write functions appear to be buggy. #784 belongs to the same category.

I just tried this, and you are correct, the conf file dependency chain is broken. Apparently, the problem is the configure hack that I put in to implement a multi-line...

> I do not see anything special about build.sh, why is it able to fix the issue? @mcuee The issue is simply that avrdude.conf is not rebuilt when avrdude.conf.in changes...

> Do we really need these multi-line replacements? When I wrote the CMake project, I did not really question this, but now where you say it: I guess their only...

Github Actions do not support Apple M1 builds, yet. I have subscribed to this issue and plan to add this to the avrdude builds as soon it is available: @hallard...

@kristofmulier Just to add some history and reasoning to this discussion, even if it may be redundant: The current CMake setup and Github Actions do not support building Linux binaries...