qpc/zephyr
2022-10-28 19:33:29 -04:00
..
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00
2022-10-28 19:33:29 -04:00

qpc 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 qpc-zephyr-app

Configuring the QPC Zephyr Module

The Kconfig file provides configuration QPC to activate the QPC module in Zephyr. To do so, you need to add the following line to your prj.conf:

CONFIG_QPC=y

Configuring the QSPY Software Tracing

If you wish to enable QSPY Software Tracing, you need to add also the following line to your prj.conf:

CONFIG_QSPY=y