Postby nopnop2002 » Wed Oct 23, 2024 1:41 am
ESP-IDF also supports C++, but the language specifications used differ depending on the version.
- IDF v4.4.x and below — C++11
- IDF v5.0.x — C++20
- IDF v5.1.x or higher — C++23
std::atomic_is_lock_free
This function has been deprecated since C++20.
This project cannot be built with ESP-IDF V5.
There is a possibility that it can be built with ESP-IDF V4.x.