Device driver for Curiosity Nano evaluation board

This commit is contained in:
Nav
2021-11-27 14:54:43 +00:00
parent f74339da87
commit 566d1be694
5 changed files with 167 additions and 0 deletions

View File

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