EDBG driver implementation of the AvrIspInterface

This commit is contained in:
Nav
2022-03-05 17:54:42 +00:00
parent fce0141a4e
commit f8fae588cc
3 changed files with 250 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ add_executable(Bloom
src/DebugToolDrivers/Protocols/CMSIS-DAP/CmsisDapInterface.cpp
src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/EdbgInterface.cpp
src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp
src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvrIspInterface.cpp
# Targets
src/Targets/TargetDescription/TargetDescriptionFile.cpp