Decoupled AVR8 physical interface enum from EDBG protocol code
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "Avr8.hpp"
|
||||
#include "PadDescriptor.hpp"
|
||||
#include "PhysicalInterface.hpp"
|
||||
#include "src/Logger/Logger.hpp"
|
||||
#include "src/Exceptions/InvalidConfig.hpp"
|
||||
#include "src/Targets/TargetRegister.hpp"
|
||||
|
||||
12
src/Targets/Microchip/AVR/AVR8/PhysicalInterface.hpp
Normal file
12
src/Targets/Microchip/AVR/AVR8/PhysicalInterface.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
||||
{
|
||||
enum class PhysicalInterface: int
|
||||
{
|
||||
JTAG,
|
||||
DEBUG_WIRE,
|
||||
PDI,
|
||||
UPDI,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user