This commit is contained in:
Nav
2025-02-02 00:03:35 +00:00
parent d52c46ec2a
commit 03e6152157
5 changed files with 53 additions and 59 deletions

View File

@@ -21,10 +21,10 @@
namespace DebugToolDrivers::Wch
{
/**
* The RISC-V debug module cannot provide a complete implementation of the RiscVDebugInterface.
* The RISC-V debug translator cannot provide a complete implementation of the RiscVDebugInterface.
*
* This class combines the functionality of the RISC-V debug module (via the RiscVDebugTranslator), with the
* WCH-Link-specific functionality, to provide a complete implementation.
* This class combines the functionality of the debug translator, with the WCH-Link-specific functionality, to
* provide a complete implementation.
*/
class WchLinkDebugInterface
: public TargetInterfaces::RiscV::RiscVDebugInterface