#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"}, }; } }