luisGallet
luisGallet
@GlebPlekhotko I followed you example for mocking queue from FreeRTOS but it keeps failing building the test runner. It doesn't find the object definitions from `queue.h` The mocked queue file...
I found out why my setup was not working. I'm using the `freertos` version that comes with `esp-idf v4.4`, it includes `portable.h` and this file includes `portmacro.h`. The portmacro header...
> Hi @luisGallet I wonder if you could share an example project that builds unit tests and includes/mocks esp-idf components with ceedling? I am trying to build an example here:...
You need to have those defines defined in your FreeRTOSConfig_arch.h file. This is the only way to make freeRTOS compile. Also you don't need to include all the components in...