Debug tool device driver for the MPLAB PICkit 4
This commit is contained in:
@@ -118,6 +118,12 @@ namespace Bloom
|
||||
return std::make_unique<DebugToolDrivers::MplabSnap>();
|
||||
}
|
||||
},
|
||||
{
|
||||
"pickit-4",
|
||||
[] {
|
||||
return std::make_unique<DebugToolDrivers::MplabPickit4>();
|
||||
}
|
||||
},
|
||||
{
|
||||
"xplained-pro",
|
||||
[] {
|
||||
|
||||
Reference in New Issue
Block a user