mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08: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