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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user