Keep public header files clean. Clean header files are easier to understand, improve build times, and simplify unit testing.
Tag: firmware
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
Extreme Asynchronous Firmware Design
Firmware designs typically handle asynchronous events. But what happens when those events take seconds or even minutes to respond? Download this article to learn more.
The Anatomy of a Race Condition
What is a race condition? This post defines and explores this troublesome software flaw.