Lightweight, header-only C++ wrappers around Zephyr RTOS C APIs. This small library provides chrono-friendly and RAII-style helpers for common Zephyr primitives:
tick_timer— time_point/duration integration withstd::chronothis_threadhelpers (sleep/yield)- counting and binary
semaphore message_queuewith blocking/timeout variantspollhelpers andsignal/poll_eventworkandwork_pollwrappers
Headers are located in include/zephyr/. Licensed under Apache-2.0.
Usage: include the headers from your Zephyr C++ component and build as part of a Zephyr project (no separate build step required).