Help text for target driver passthrough commands
This commit is contained in:
@@ -691,6 +691,10 @@ namespace Targets::Microchip::Avr8
|
||||
return this->activeProgrammingSession.has_value();
|
||||
}
|
||||
|
||||
std::string Avr8::passthroughCommandHelpText() {
|
||||
return {};
|
||||
}
|
||||
|
||||
std::optional<PassthroughResponse> Avr8::invokePassthroughCommand(const PassthroughCommand& command) {
|
||||
// AVR targets do not currently support any passthrough commands
|
||||
return std::nullopt;
|
||||
|
||||
@@ -108,6 +108,7 @@ namespace Targets::Microchip::Avr8
|
||||
void disableProgrammingMode() override;
|
||||
bool programmingModeEnabled() override;
|
||||
|
||||
std::string passthroughCommandHelpText() override;
|
||||
std::optional<PassthroughResponse> invokePassthroughCommand(const PassthroughCommand& command) override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user