Added derivation of TDF base class, for AVR8 targets.
Includes initialisation and validation code.
This commit is contained in:
11
build/scripts/TargetDescriptionFiles/MemorySegment.php
Normal file
11
build/scripts/TargetDescriptionFiles/MemorySegment.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Bloom\BuildScripts\TargetDescriptionFiles;
|
||||
|
||||
class MemorySegment
|
||||
{
|
||||
public ?string $name = null;
|
||||
public ?string $type = null;
|
||||
public ?int $startAddress = null;
|
||||
public ?int $size = null;
|
||||
public ?int $pageSize = null;
|
||||
}
|
||||
Reference in New Issue
Block a user