Refactored TDF processing PHP code to confirm to new TDF format
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
namespace Targets\TargetDescriptionFiles\Avr8;
|
||||
|
||||
class UpdiParameters
|
||||
{
|
||||
public ?int $programMemoryOffset = null;
|
||||
public ?int $flashPageSize = null;
|
||||
public ?int $eepromPageSize = null;
|
||||
public ?int $nvmModuleBaseAddress = null;
|
||||
public ?int $ocdBaseAddress = null;
|
||||
public ?int $flashSize = null;
|
||||
public ?int $eepromSize = null;
|
||||
public ?int $eepromStartAddress = null;
|
||||
public ?int $signatureSegmentStartAddress = null;
|
||||
public ?int $fuseSegmentStartAddress = null;
|
||||
public ?int $fuseSegmentSize = null;
|
||||
public ?int $lockbitsSegmentStartAddress = null;
|
||||
}
|
||||
Reference in New Issue
Block a user