Debug tool device driver for the MPLAB PICkit 4

This commit is contained in:
Nav
2021-11-28 22:41:41 +00:00
parent a03240446e
commit 58eab7b871
5 changed files with 178 additions and 0 deletions

View File

@@ -118,6 +118,12 @@ namespace Bloom
return std::make_unique<DebugToolDrivers::MplabSnap>();
}
},
{
"pickit-4",
[] {
return std::make_unique<DebugToolDrivers::MplabPickit4>();
}
},
{
"xplained-pro",
[] {