Renaming AVR8 dir/namespace in TDF validation scripts

This commit is contained in:
Nav
2024-12-28 01:33:36 +00:00
parent b214f76a32
commit ca7eea9746
17 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace Targets\TargetDescriptionFiles\Avr8;
enum AvrIsa: string
{
case AVR = 'AVR';
case AVR_E = 'AVRe';
case AVR_E_PLUS = 'AVRe+';
case AVR_XM = 'AVRxm';
case AVR_XT = 'AVRxt';
case AVR_RC = 'AVRrc';
}