zephyr port build error
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
Issue:
Using the latest version of QPC (7.1.3), in the zephyr port qf_port.h includes the zephyr API via:
#include <zephyr/zephyr.h> /* Zephyr API */
This causes a build error with the latest release of Zephyr (3.2.0) as they have deprecated this include in favor of:
#include <zephyr/kernel.h> /* Zephyr API */
Zephyr release notes for details: https://docs.zephyrproject.org/latest/releases/release-notes-3.2.html
Fix:
Replacing the include resolves the build error.
Thank you in advance!
-KT
Anonymous
Thanks for reporting. This change will be included in the next QP/C/C++ 7.2.0.
--MMS
Fixed in QP/C/C++ 7.2.0.
--MMS