lowlander / zpp

Zephyr C++ Framework

Home Page:https://www.erwinrol.com/page/projects/zpp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zephyr C++20 Framework - ZPP

First, it is not the intention of ZPP to implement a std:: library for Zephyr. ZPP tries to wrap the Zephyr C-API in C++20 without causing to much runtime and/or memory overhead.

The current state of ZPP is experimental/early alpha, things are still changing a lot, and the API is not stable what so ever.

To add zpp to your own project just add the git repo to your west.yml manifest file like this;

manifest:
  projects:
    - name: zpp
      remote: https://github.com/lowlander
      revision: master
      path: modules/zpp

If you just want to test it the https://github.com/lowlander/zpp_bootstrap.git repository has some scripts that already have a west setup for more easy testing

Usage

Everything of ZPP is placed in the zpp:: namespace. All header files are in the zpp/ subdirectory and have a .hpp extension, so they can be included as follows #include <zpp/thread.hpp>

Doxygen Documentation

The automatically generated Doxygen API documentation can be found on github https://lowlander.github.io/zpp/

Source Code

The source code repository can be found on github https://github.com/lowlander/zpp/

About

Zephyr C++ Framework

https://www.erwinrol.com/page/projects/zpp/

License:Apache License 2.0


Languages

Language:C++ 80.0%Language:CSS 16.5%Language:JavaScript 2.1%Language:CMake 1.4%