I have a project configured and it is running into my ESP32. However, now I need to include more security into my project. For that, I have included the component esp-cryptoauthlib, but when I build the project without any changes I get some errors:
- vendors/espressif/boards/components/freertos/include/freertos/FreeRTOS.h:1:22: error: #include nested too deeply
#include <FreeRTOS.h> - /vendors/espressif/boards/components/freertos/include/freertos/semphr.h:1:20: error: #include nested too deeply
#include <semphr.h> - libraries/3rdparty/mbedtls_config/threading_alt.h:39:5: error: unknown type name 'SemaphoreHandle_t'
SemaphoreHandle_t mutex; /**< @brief FreeRTOS semaphore. */
Maybe I have included the component badly, but I can see its menu into menuconfig. So I suppose that It is included correctly.
Anyone knows what I have done wrong?
Thanks in advance, Best regards
Iñaki