mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
qpcpp Zephyr Module
This directory defines the QP/C++ Real-Time Embedded Framework as a Zephyr module.
How to use
Example of use is provided in the related repository qpcpp-zephyr-app
Configuring the QPCPP Zephyr Module
The Kconfig
file provides configuration CONFIG_QPCPP
to activate
the QPCPP module in Zephyr. To do so, you need to add the following
line to your prj.conf
:
CONFIG_QPCPP=y
Configuring the QSPY Software Tracing
If you wish to enable
QSPY Software Tracing,
Kconfig
file provides configuration CONFIG_QSPY
, which you can
use in your prj.conf
:
CONFIG_QSPY=y