MCUdude / MegaCoreX

An Arduino hardware package for ATmega4809, ATmega4808, ATmega3209, ATmega3208, ATmega1609, ATmega1608, ATmega809 and ATmega808
GNU Lesser General Public License v2.1
243 stars 47 forks source link

Do you need to do Burn Bootloader to change any of the options? #166

Closed technoblogy closed 1 year ago

technoblogy commented 1 year ago

It's not clear whether you have to do Burn Bootloader to change the fuses for any of the options, such as the clock frequency.

The only case where the documentation explicitly says you have to do Burn Bootloader is for the EEPROM option, so can I assume all the other options don't need it?

MCUdude commented 1 year ago

Sorry for the late reply. You don't need to click "Burn Bootloader" as long as you're using a UPDI programmer. I'll remove the part in the README that states this is necessary for the EEPROM option.

MCUdude commented 1 year ago

Resolved in dabd52d

technoblogy commented 1 year ago

Thanks!