This library shall support functionality specialized to embedded systems. Test cases are also checked in.
If you want to run these, you can build it using make and run kmbd/Debug/kEmbeddedLib.
The library is tested using Catch v2.1.1 testing library, which is only a single headerfile named catch.hpp
This is done with the usual CMake steps:
mkdir myBuildFolder
cd myBuildFolder
cmake ..
cmake --build .
ctest