Disable batching memory reads for EEPROM_PAGE memory type, in EDBG driver

This commit is contained in:
Nav
2022-12-13 21:11:56 +00:00
parent af2d7c8856
commit d0969ea0a7

View File

@@ -1761,6 +1761,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
&& type != Avr8MemoryType::SPM
&& type != Avr8MemoryType::APPL_FLASH
&& type != Avr8MemoryType::BOOT_FLASH
&& type != Avr8MemoryType::EEPROM_PAGE
) {
/*
* EDBG AVR8 debug tools behave in a really weird way when responding with more than two packets