Support for a number of AVRDU/EA/EB targets

This commit is contained in:
Nav
2025-01-06 22:32:26 +00:00
parent baee5005db
commit b999c5382c
30 changed files with 42114 additions and 2 deletions

View File

@@ -9,5 +9,7 @@ enum AvrFamily: string
case DB = 'DB';
case DA = 'DA';
case DD = 'DD';
case DU = 'DU';
case EA = 'EA';
case EB = 'EB';
}