Added config struct for RISC-V debug translator implementation, and WCH debug tools.
Also some tidying in the `DebugToolConfig` struct
This commit is contained in:
@@ -373,8 +373,8 @@ namespace TargetController
|
||||
},
|
||||
{
|
||||
"wch-link-e",
|
||||
[] {
|
||||
return std::make_unique<DebugToolDrivers::Wch::WchLinkE>();
|
||||
[this] {
|
||||
return std::make_unique<DebugToolDrivers::Wch::WchLinkE>(this->environmentConfig.debugToolConfig);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user