Retrieving AVR8 target registers and including them in the TargetDescriptor
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "TargetRegister.hpp"
|
||||
#include "TargetVariant.hpp"
|
||||
|
||||
namespace Bloom::Targets
|
||||
@@ -13,6 +15,7 @@ namespace Bloom::Targets
|
||||
std::string name;
|
||||
std::string id;
|
||||
std::uint32_t ramSize;
|
||||
std::map<TargetRegisterType, std::vector<TargetRegisterDescriptor>> registerDescriptorsByType;
|
||||
std::vector<TargetVariant> variants;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user