#embedded-systems
Read more stories on Hashnode
Articles with this tag
Every C programmers must use printf function to print Hello World on PC command line console. This function is defined in <stdio.h> which is standard...
When you write the code that will run on the hardware target, C language has been chosen more frequent than C++. However, recently, hardware's...
AI is a common topic in the news these days. All big tech companies dive into the AI business. However, as a firmware engineer, I have never dealt...
Auto-generated mock files in Ceedling provide Ignore and Expect functions as well as the StubWithCallback function. Here is an example of...
How to set up Ceedling From last post, Ceedling was introduced as a unit testing framework for C. In this post, I want to show how to set up Ceedling...
How often firmware engineers expose to unit testing? This was an unusual topic to me at first while I have worked as firmware engineer for...