Added EDBG parameter size validation to TDF script and other bits of tidying
This commit is contained in:
@@ -370,7 +370,7 @@ class Avr8TargetDescriptionFile extends TargetDescriptionFile
|
||||
$output->userSignaturesOffset = $this->stringService->tryStringToInt(
|
||||
$this->getPropertyValue('pdi_interface', 'user_signatures_offset')
|
||||
);
|
||||
$output->productSignaturesOffset = $this->stringService->tryStringToInt(
|
||||
$output->productionSignaturesOffset = $this->stringService->tryStringToInt(
|
||||
$this->getPropertyValue('pdi_interface', 'prod_signatures_offset')
|
||||
);
|
||||
$output->fuseRegistersOffset = $this->stringService->tryStringToInt(
|
||||
|
||||
Reference in New Issue
Block a user