Refactored the preserveEeprom implementation to make use of the EESAVE fuse
This commit is contained in:
@@ -184,6 +184,11 @@ namespace Bloom::DebugToolDrivers::TargetInterfaces::Microchip::Avr::Avr8
|
||||
std::optional<Targets::Microchip::Avr::Avr8Bit::ProgramMemorySection> section = std::nullopt
|
||||
) = 0;
|
||||
|
||||
/**
|
||||
* Should erase the chip.
|
||||
*/
|
||||
virtual void eraseChip() = 0;
|
||||
|
||||
/**
|
||||
* Should obtain the current target state.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user