Corrected EEARL/H register address extraction from AVR8 TDFs.

Some other bits of tidying
This commit is contained in:
Nav
2024-03-29 15:52:12 +00:00
parent b9d537e924
commit 779a5ad151
7 changed files with 109 additions and 100 deletions

View File

@@ -16,11 +16,11 @@ class DebugWireParameters
public ?int $eepromSize = null;
public ?int $eepromPageSize = null;
public ?int $ocdRevision = null;
public ?int $ocdDataRegister = null;
public ?int $eepromAddressRegisterHigh = null;
public ?int $eepromAddressRegisterLow = null;
public ?int $eepromControlRegisterAddress = null;
public ?int $eepromDataRegisterAddress = null;
public ?int $spmcRegisterStartAddress = null;
public ?int $ocdDataRegisterAddress = null;
public ?int $eearAddressHigh = null;
public ?int $eearAddressLow = null;
public ?int $eecrAddress = null;
public ?int $eedrAddress = null;
public ?int $spmcrAddress = null;
public ?int $osccalAddress = null;
}