qpc
qpc copied to clipboard
QP/C Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
Hello Miro, Thank you for your substantial contributions to improving embedded software development. Did release 7.0.1 intentionally remove the espressif IDF port at port/esp-idf? I do not see any mention...
Trying to compile qutest LedBar example on MSys and there is no such file 'conio.h' in gcc. Using QP bundle 7.3.2 on Windows / MSys.
Hi, while trying out QUTest basic example, I found out that the function QS_setCurrObj() is missing from the framework. Has it been renamed or an alternate provided in newer versions?...
Added logic to skip ahead to next intact message after overflowing the QS queue, this removes spammy "Bad checksum" errors. This was discovered while having an issue of not being...
For example, how many event pools are currently being used by each AO. For example, how much dynamic memory event pool is currently being used, and how can QK check...
When my software needs to access the data of the same peripheral in multiple QActives, is it the best practice in the qp framework to use Q_NEW to pass these...
How to port QPC to run in CMSIS-OS on Keil
Hi, I am learning the `qpc` framework and trying to apply it on the `ARM v7` processor. By studying the `bsp.c` and `port` files on different processors, I can understand...