Renamed "boot_sections" property group to more accurate "boot_section_options" in AVR8 TDFs

This commit is contained in:
Nav
2024-02-22 20:40:59 +00:00
parent 67133804c0
commit 0c8ba1b7b7
112 changed files with 116 additions and 116 deletions

View File

@@ -10,7 +10,7 @@ class DebugWireParameters
public ?int $flashStartAddress = null;
/** @var BootSection[] */
public array $bootSections = [];
public array $bootSectionOptions = [];
public ?int $ramStartAddress = null;
public ?int $eepromSize = null;