GTest is often the first choice for large projects with extensive test requirements and a C++ structure. If flexible assertions, complex fixtures, parameterization and perhaps complex mocks of ...
The development of embedded software is becoming increasingly complex. Thanks to more powerful microcontrollers, networking and higher demands on security and reliability, firmware projects often ...
There is a typical development strategy that I believe a lot of developers use to debug and test their embedded software, namely: compile, program, debug, spot test, adjust and then repeat. I used ...
This repository hosts the project introduced in this blog post. It contains a simple application which can be both unit tested and deployed on the target with no configuration changes needed. Unless ...