tanakamasayuki / Arduino_TensorFlowLite_ESP32

Allows you to run machine learning models locally on your ESP32 device.
Apache License 2.0
237 stars 49 forks source link

freertos/FreeRTOS.h: No such file or directory #16

Open cadrogui opened 1 year ago

cadrogui commented 1 year ago

Hi, ive install the 1.0.0 version in my Arduino IDE and I have one issue, relative to freertos dependency:

in this file

https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32/blob/e88e0ebee0430ed716ff5b49854795db90066e59/src/bus/i2c_bus.c#L19

Arduino/libraries/TensorFlowLite_ESP32/src/bus/i2c_bus.c:19:10: fatal error: freertos/FreeRTOS.h: No such file or directory
   19 | #include "freertos/FreeRTOS.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compilando para la tarjeta Generic ESP8266 Module.

icant find the correct dependency package on my IDE, can you help me please?

Regards.