2022-10-26 19:47:39 -04:00
..
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04:00
2022-10-26 19:47:39 -04: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