Tidied AVR8 TDF validation script
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user