I'm struggling to build the sketch for me M2 -> I've already tried to resolve multiple dependencies (FreeRTOS, PWM_Lib, ...) but I'm still not able to build:
Before installing FreeRTOS lib:
firmware:1:30: fatal error: Arduino_FreeRTOS.h: No such file or directory
After installing (and resolving some path issues):
esp32_can_builtin.h:39:25: fatal error: driver/gpio.h: No such file or directory
Could you maybe list the libraries needed for compilation? I'm not sure if I'm using the correct ones ...
Hi,
I'm struggling to build the sketch for me M2 -> I've already tried to resolve multiple dependencies (FreeRTOS, PWM_Lib, ...) but I'm still not able to build:
Before installing FreeRTOS lib:
firmware:1:30: fatal error: Arduino_FreeRTOS.h: No such file or directory
After installing (and resolving some path issues):
esp32_can_builtin.h:39:25: fatal error: driver/gpio.h: No such file or directory
Could you maybe list the libraries needed for compilation? I'm not sure if I'm using the correct ones ...
Thank you!