Debug tool device driver for Xplained Mini

This commit is contained in:
Nav
2021-11-28 20:27:02 +00:00
parent a6ffd3cecc
commit 3748173877
5 changed files with 167 additions and 0 deletions

View File

@@ -124,6 +124,12 @@ namespace Bloom
return std::make_unique<DebugToolDrivers::XplainedPro>();
}
},
{
"xplained-mini",
[] {
return std::make_unique<DebugToolDrivers::XplainedMini>();
}
},
{
"curiosity-nano",
[] {