mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-02-04 07:13:16 +08:00
Added QP Functional Safety (FuSa) Subsystem Memory Isolation with MPU MISRA-C:2023 compliance Changed comments from C-style to C++ style Added QAsm abstract state machine base class Added memory marker to QEvt and rearranged memory layout Updated: QP-FreeRTOS, QP-ESP-IDF,QP-Zephyr Added drift-free ticking for QP-POSIX Reorganized documentation Updated 3rd_party
383 B
383 B
Example: Blinky Console
This example corresponds to the QM Tutorial at:
https://www.state-machine.com/qm/gs_tut.html
Specifically the files are as follows:
blinky.qm - the QM model for the Blinky active object
blinky.c - the generated code for the Blinky application
Makefile - the makefile to build Blinky on Windows/Linux/macOS