Added preserveEeprom target param

This commit is contained in:
Nav
2023-05-07 16:50:59 +01:00
parent 69e5ea2262
commit e5c78e7b3a
3 changed files with 44 additions and 12 deletions

View File

@@ -57,5 +57,9 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
if (targetNode["manageOcdenFuseBit"]) {
this->manageOcdenFuseBit = targetNode["manageOcdenFuseBit"].as<bool>();
}
if (targetNode["preserveEeprom"]) {
this->preserveEeprom = targetNode["preserveEeprom"].as<bool>();
}
}
}