#include "TargetPhysicalInterface.hpp" namespace Targets { std::map getPhysicalInterfaceNames() { return std::map({ {TargetPhysicalInterface::ISP, "ISP"}, {TargetPhysicalInterface::DEBUG_WIRE, "debugWire"}, {TargetPhysicalInterface::PDI, "PDI"}, {TargetPhysicalInterface::JTAG, "JTAG"}, {TargetPhysicalInterface::UPDI, "UPDI"}, }); } }