Added EDBG parameter size validation to TDF script and other bits of tidying

This commit is contained in:
Nav
2024-03-25 18:57:05 +00:00
parent 0056d56904
commit dd0b4dd7e1
5 changed files with 205 additions and 32 deletions

View File

@@ -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(