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