Debug tool driver for the JTAGICE3

This commit is contained in:
Nav
2022-05-02 22:51:21 +01:00
parent 7b25fa4b5c
commit 4956920432
5 changed files with 177 additions and 0 deletions

View File

@@ -234,6 +234,12 @@ namespace Bloom::TargetController
return std::make_unique<DebugToolDrivers::CuriosityNano>();
}
},
{
"jtagice3",
[] {
return std::make_unique<DebugToolDrivers::JtagIce3>();
}
},
};
}