Began implementation of WCH-Link protocol, for the WCH-LinkE debug tool.

Foundations have been laid.
This commit is contained in:
Nav
2023-11-18 22:58:48 +00:00
parent 210552de4f
commit 221d931add
15 changed files with 445 additions and 0 deletions

View File

@@ -362,6 +362,12 @@ namespace TargetController
return std::make_unique<DebugToolDrivers::JtagIce3>();
}
},
{
"wch-link-e",
[] {
return std::make_unique<DebugToolDrivers::Wch::WchLinkE>();
}
},
};
}