[Boardcore] Enclose all classes in "Boardcore" namespace
Enclose all the classes in the "Boardcore" namespace to avoid leaking variables & classes at the global namespace level to projects including this repo as a library. This is similar to what Miosix does with the "miosix" namespace.