More TDF refactoring

Moved address space, module, property group, variant, pinout and peripheral module extraction to TDF initialisation.
Also some other bits of tidying.
This commit is contained in:
Nav
2021-06-06 20:06:43 +01:00
parent 9b1f250625
commit a65cc0b5c0
5 changed files with 241 additions and 235 deletions

View File

@@ -6,7 +6,7 @@ namespace Bloom::Targets::TargetDescription
{
struct Variant
{
std::string orderCode;
std::string name;
std::string pinoutName;
std::string package;
bool disabled = false;