Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 447 Bytes

File metadata and controls

34 lines (25 loc) · 447 Bytes

Installation Guide

Dependencies

Ubuntu/Debian

sudo apt-get update
sudo apt-get install -y cmake build-essential libcmocka-dev clang-format cppcheck

macOS

brew install cmake cmocka clang-format cppcheck

Building

cmake -B build
cmake --build build

Running Tests

cd build
ctest --output-on-failure

Running Example

./build/examples/simple_device/simple_device