CppUTest For FreeRTOS implements key FreeRTOS methods, with supporting utilities, enabling host PC based unit testing of well-formed FreeRTOS firmware modules.
Tag: firmware
Unlocking QP: Tip #4 Pairing a kernel with QP
Video guidance on selecting a RTOS kernel to pair with the QP framework.
Enhancing QP Development with Assert Feedback
QP/C and QP/C++ Q_ASSERT Meta Information Introducing the qassert-meta repository. This repository provides a C module with means to lookup a meta description of internal QP Q_ASSERT ids. These are the QP internal asserts encountered when developing an application for…
Code maintenance: avoid naked integers
If you want an easier to understand and maintain API: avoid naked integers.
Code maintenance: Clean header files
Keep public header files clean. Clean header files are easier to understand, improve build times, and simplify unit testing.