Corrected EEARL/H register address extraction from AVR8 TDFs.
Some other bits of tidying
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user