Decoupled AVR8 physical interface enum from EDBG protocol code
This commit is contained in:
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