Added TargetFamily to TargetDescriptor and comparability check in AVR GDB debug server

This commit is contained in:
Nav
2023-11-22 00:37:29 +00:00
parent 0d5213c84c
commit d3c7cddb82
6 changed files with 31 additions and 4 deletions

View File

@@ -268,6 +268,7 @@ namespace Targets::Microchip::Avr::Avr8Bit
TargetDescriptor Avr8::getDescriptor() {
auto descriptor = TargetDescriptor(
this->signature.toHex(),
TargetFamily::AVR8,
this->name,
"Microchip",
this->targetMemoryDescriptorsByType,