One interesting fact that I’ve noticed about embedded software development is that development processes and techniques tend to lag the general software industry. When I first started to write ...
The universe has a natural tendency to take an elegantly ordered system and allow it to decay into pure chaos. The embedded software development process is not an exception to the rule. An occasional ...
The right blend of tools, technologies, and strategies can help developers harness the power of CD, enabling higher quality and more robust embedded systems. The convergence of software and hardware ...
In several of my previous posts, we’ve been looking at embedded software testing using Cpputest and build environments using Docker. Each topic is a building block ...
Developing safety- or business-critical software just takes a little more knowledge and effort to ensure that tools and techniques are employed in a way that doesn’t sacrifice quality. Any attempt at ...
The idea of unit testing has been around for many years. Test early, test often is a mantra that concerns unit testing as well. By using stubs, developers can test code under realistic and controlled ...