ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
551 stars 126 forks source link

Option to automatically flash on hex file change #85

Open binarweb opened 5 months ago

binarweb commented 5 months ago

As the title states, it would be nice to have a checkbox on the Options to automatically flash on hex file change. The need for this option comes from Arduino not having avrdude options to change the "Bit clock" flag when uploading a hex file and some programmers work by default in slow mode. In my case, when I uploaded a hex file after modifying this flag, the time improved significantly, dropping from 16 seconds to 5 seconds. This feature would then go hand in hand with Arduino, where Arduino would only compile the project into a hex file and AVRDUDESS would program the MCU.