Began implementation of WCH-Link protocol, for the WCH-LinkE debug tool.
Foundations have been laid.
This commit is contained in:
@@ -362,6 +362,12 @@ namespace TargetController
|
||||
return std::make_unique<DebugToolDrivers::JtagIce3>();
|
||||
}
|
||||
},
|
||||
{
|
||||
"wch-link-e",
|
||||
[] {
|
||||
return std::make_unique<DebugToolDrivers::Wch::WchLinkE>();
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user