Video guidance on selecting a RTOS kernel to pair with the QP framework.
Category: Commentary
The Matthew Test: 2022 Survey Results
The Matthew Test lists 15 best practice recommendations. This post summarizes the 2022 survey results. How does your embedded team compare?
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
A survey of concurrency bugs
Concurrency is hard. Multithreaded code is hard. This post surveys common concurrency related bugs and outlines possible solutions.
Stopping Bugs: Code Reviews
Code reviews are a critical best practice in our never-ending battle to stop bugs.