Fixed issue with AVR8 EEPROM address register loading from TDFs

This commit is contained in:
Nav
2021-06-05 22:35:24 +01:00
parent 0948135c21
commit 91b40133a1
3 changed files with 44 additions and 0 deletions

View File

@@ -121,6 +121,8 @@ namespace Bloom::Targets::TargetDescription
std::optional<Register> getSpmcsRegister() const;
std::optional<Register> getSpmcRegister() const;
std::optional<Register> getEepromAddressRegister() const;
std::optional<Register> getEepromAddressLowRegister() const;
std::optional<Register> getEepromAddressHighRegister() const;
std::optional<Register> getEepromDataRegister() const;
std::optional<Register> getEepromControlRegister() const;
std::vector<Variant> getVariants() const;