MMS 012c5c360e 7.3.0
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
2023-09-13 20:25:46 -04:00
..
2023-09-13 20:25:46 -04:00
2023-09-13 20:25:46 -04:00
2023-09-13 20:25:46 -04:00
2023-09-13 20:25:46 -04:00
2023-09-13 20:25:46 -04:00
2023-02-18 09:17:18 -05:00

The `qpc/test/` directory is planned to contain a growing number of system-level tests, which are based on QUTest, but *without* the QP-stub. The tests take advantage of the new QUTest configuration, where the QP-stub is NOT included (because the actual QP framework is linked). This configuration is activated by defining macro `Q_UTEST=0`.

@attention
Many tests provided in the `qpc/test/` directory run only on embedded targets and cannot run on the host machine.