I am looking at a project written with vscode/pio - where the platform is espressif32 and framework is espidf.
I am trying to figure out if some kind of library for a ds3231 real time clock can be added - but have had no success so far.
I assume, that this probably is caused by the fact, that most libraries are written for the arduino framework - and that they cannot work with espidf ?
You can include ESP-IDF components such as that library in your PlatformIO project by putting it in the idf_component.yml file of your project, example.