nofeletru / UsbAsp-flash

Program allow you to program flash memory on the protocols spi, I2C, MicroWire. Supports CH341a, CH347, UsbAsp, AVRISP(LUFA), Arduino, FT232H.
MIT License
931 stars 192 forks source link

Program IC button - change default to unprotect/erase/program/verify, reload binary #3

Closed igor-m closed 6 years ago

igor-m commented 7 years ago

This is not an issue but rather an improvement:

While doing a lot of programming, I strongly feel the button "Program IC" shall rather do the "Unprotect/erase/program/verify" operation by default (when it is clicked).

Currently the operation is available via the drop-down selection.

You have always Erase before programming (and verify afterwards), thus when doing frequent re-flashing of the SPI memory you have to mess with the drop-down version.

Also an option with "Unprotect/erase/program/verify" operation while it will always re-load a specific binary from a specific folder (ie the last used binary) and flash it with a single click would be a great improvement when flashing new versions of the same binary frequently.