Added description member to TargetPeripheralDescriptor

This commit is contained in:
Nav
2024-10-08 21:25:59 +01:00
parent 9e4d10ae91
commit 9cfc171255
5 changed files with 10 additions and 2 deletions

View File

@@ -463,7 +463,8 @@ namespace Targets::RiscV
) {
auto cpuPeripheralDescriptor = TargetPeripheralDescriptor{
"cpu",
"RISC-V CPU",
"CPU",
"RISC-V GPRs and CSRs",
{},
{}
};