Open ONik93 opened 2 months ago
I'm not sure why the port macro uxPortCompareSet from freertos/portmacro.h doesn't work to be honest, it should really be there as it's part of their core rtos implementation.
I think the ledc functions may be part of Arduino to be honest and they may need to be fully moved to use IDF functions instead.
We do plan to fully support IDF, but for now, you should be able to get uxPortCompareSet working with IDF, and you could just comment out the ledc functions if Arduino library is not there.
Hi,
I've build TcMenu with VSCode + ESP-IDF v5.1.3 for ESP32 an ST7735 1,8" TFT display.
To achieve it i changed this lines in TaskManagerIO and SimpleCollections lib
And IoAbstraction library required following modification
I hope you can implement this fixes to your project.