Stefan Rueger
Stefan Rueger
> There is no way to turn it on again? This is not good. I agree. AVRDUDE doesn't need to switch `-A` off again, but a library might want to....
> even the CLI might have a use for it: in terminal mode AVRDUDE only ever considers one part/programmer combo in each incarnation; once that's fixed `-A` either makes sense...
> [global, access functions or context pointer] As a quick shot I'd make this option global in the first instance, and then at some point change to context pointer for...
@mhei Thanks for the PR! @mcuee Thanks for the analysis! I am sure @mcuee and @mhei know a lot more about this than I do. Happy to merge once you...
Best to wait for the .atdf files. We have a couple of ghost parts in `avrdude.conf` that were documented but never materialised: ``` $ grep //AVR src/avrintel.c | grep -v...
@funkeleinhorn Pro tip: once you come round to it, testing is best done via ``` $ ./tools/test-avrdude -p "-c serprog -P /dev/ttyACM0 -p m128rfa1 -x cs=1" -d 0 ``` See...
@funkeleinhorn Thanks for the changes! > I would use the 0x13 Perform SPI operation for the paged write and read as it is also used for the cmd() handler OK,...
@funkeleinhorn That test output looks amazing. Shows your implementation works correct and that all functional features are there for the user. I carefully read your responses (thank you), and I...
@funkeleinhorn Great shout: I agree you should be part of the the AUTHORS list. You have contributed a programmer, and that defo qualifies in my view! I've had a quick...
> wondering if I should get added to the [AUTHORS file](https://github.com/avrdudes/avrdude/blob/main/AUTHORS) @funkeleinhorn done