Added additional TDF validation for pinouts and pin counts

This commit is contained in:
Nav
2021-06-09 22:50:32 +01:00
parent be1e978bb6
commit b119ee8c4b
4 changed files with 122 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ class Avr8TargetDescriptionFile extends TargetDescriptionFile
const AVR8_PHYSICAL_INTERFACE_JTAG = 'JTAG';
const AVR8_PHYSICAL_INTERFACE_PDI = 'PDI';
const AVR8_PHYSICAL_INTERFACE_UPDI = 'UPDI';
const AVR8_PHYSICAL_INTERFACE_DEBUG_WIRE = 'debugWire';
const AVR8_PHYSICAL_INTERFACE_DEBUG_WIRE = 'DEBUG_WIRE';
public ?Signature $signature = null;
public ?string $family = null;