Removed automatic erasing when writing to flash memory on AVR8 targets
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user