Skip to content

ChrisPardy/cpp-emb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-emb

C++ embedded helper library

This project uses the scons build system and cpputest test framework. See:

To clone repo with submodules run:

git clone --recursive <repo_url>

To install scons in Debian based systems such as Ubuntu use:

sudo apt install scons

To build the tests run:

scons

To run the built tests, use:

./bin/test.exe

Formatting

To run the formatter, first install clang format:

sudo apt install clang-format-12

Then to run the formatter use:

./tools/format.sh

About

C++ embedded helper library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • Python 1.2%
  • Shell 0.2%