Tidied AVR8 TDF validation script

This commit is contained in:
Nav
2023-05-28 02:17:20 +01:00
parent b39d76d1e9
commit cadeca0812
10 changed files with 826 additions and 632 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Bloom\BuildScripts\TargetDescriptionFiles\Avr8;
class DebugWireParameters
{
public ?int $ocdRevision = null;
public ?int $ocdDataRegister = null;
public ?int $spmcRegisterStartAddress = null;
public ?int $osccalAddress = null;
}