Video guidance on selecting a RTOS kernel to pair with the QP framework.
Category: Best Practices
Test
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.
Code maintenance and magic numbers
We encounter many forms of magic numbers in the field of firmware and embedded software. How do we ensure maintainable code when working with these values? This post provides an exampl
Unit Testing of QP/C (qpc) based active objects using CppUTest
cpputest-for-qpc enables host based unit testing of active objects within the QP/C framework, using CppUTest.