Alejandro Rosso
Alejandro Rosso
In Ceedling 0.32 it is no longer possible to set environment variables from imported configuration files. My use case is having a `env.yml` file which append some paths to the...
This will close #459 and #774.
I made a [plugin](https://github.com/deltalejo/ceedling-cppcheck-plugin) to run Cppcheck analysis as Ceedling tasks. I think it is a very useful plugin that promotes using static anlysis tools for embedded software development. I'm...
**Describe the current behavior** Out-of-tree build fails: ```shell $ mkdir build $ cd build $ ../configure $ make : fatal error: nmap.h: No such file or directory compilation terminated. make:...