embeddedartistry / athena-bootloader

An AVR Arduino bootloader that supports uploads over Ethernet (via TFTP) and Serial.
GNU Lesser General Public License v2.1
12 stars 5 forks source link

Add a new menu item showing EEPROM save/erase option #41

Closed phillipjohnston closed 4 years ago

phillipjohnston commented 4 years ago

A new menu item has been added in the boards.txt configuration for the Ariadne bootloaders. This allows you to manually select whether the EEPROM contents are saved or erased when the bootloader is flashed. The old default of erasing the EEPROM contents is preserved.

Documentation has been updated accordingly.

Fixes #39