Stefan Rueger

Results 303 comments of Stefan Rueger

@danapplegate Plan is to merge this PR with others (a batch is easier to handle) soonish, also to give @mariusgreuel a sporting change to review it. @MCUdude Thankd for testing,...

Here an example: ``` $ avrdude -qqt -c usbtiny -pm2560 avrdude> help Valid commands: dump : dump [ | ... | | ...] read : alias for dump write :...

Have just added a `pgerase memory addr` command to the terminal. It's slightly out of scope of this PR, but should be useful nevertheless

> In arduino.c, we just need to clear some function pointers after `stk500_initpgm(pgm)` Trouble is, we don't know what the bootloader does. It may not be optiboot, and it could...

Closed as superseded by PR #1115

Yes, this Issue is only for `-U` (the regular write) and *not* the terminal (`-t`). It normally affects EEPROM (which might be saved on a chip erase when the fuses...

Closing the issue as it's unclear what to do about this - and it doesn't really pose a problem

Brilliant analysis, @mcuee. Please try adding in git main ``` diff diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 78372b05..dfa46c67 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -10877,6 +10877,7 @@ part # m328 page_size...

@MCUdude That's a known issue and we cannot do anything about it, as it's MacOS's flex that generates the code.