Extract debug tool firmware version at startup

This commit is contained in:
Nav
2023-11-18 23:15:11 +00:00
parent 221d931add
commit 1600888624
6 changed files with 21 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ public:
virtual std::string getSerialNumber() = 0;
virtual std::string getFirmwareVersionString() = 0;
/**
* All debug tools that support target power management functions must provide an implementation of the
* TargetPowerManagementInterface class, via this function.