Removed automatic erasing when writing to flash memory on AVR8 targets

This commit is contained in:
Nav
2022-12-11 23:27:47 +00:00
parent 08bc12a26b
commit b3ccd8f7de
2 changed files with 2 additions and 77 deletions

View File

@@ -175,14 +175,6 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
*/
TargetSignature getId() override;
/**
* Writes to FLASH memory (with any necessary erasing).
*
* @param startAddress
* @param buffer
*/
void writeFlashMemory(TargetMemoryAddress startAddress, const TargetMemoryBuffer& buffer);
/**
* Updates the debugWire enable (DWEN) fuse bit on the AVR target.
*