Debug tool driver for Xplained Nano

This commit is contained in:
Nav
2021-11-28 22:12:51 +00:00
parent e4b282818b
commit a03240446e
5 changed files with 167 additions and 0 deletions

View File

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