Enabled JTAG physical interface option, for the EDBG AVR8 interface

This commit is contained in:
Nav
2021-05-02 15:54:54 +01:00
parent 74457f66cd
commit cb9b532012

View File

@@ -128,7 +128,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
static inline std::map<std::string, Avr8PhysicalInterface> physicalInterfacesByName = {
{"debugwire", Avr8PhysicalInterface::DEBUG_WIRE},
{"pdi", Avr8PhysicalInterface::PDI},
// {"jtag", Avr8PhysicalInterface::JTAG}, // Disabled for now - will add support later
{"jtag", Avr8PhysicalInterface::JTAG},
// {"updi", Avr8PhysicalInterface::PDI_1W}, // Disabled for now - will add support later
};