ESP-IDF framework + CLion PlatformIO is an internal conflict – the ESP-IDF framework needs a CMakeList.txt
and related config files of a specific form are needed by the ESP-IDF framework, however PlatformIO generates its own CMakeLists.txt
to tell CLion to build with pio
. See Newly generated espidf project doesn't build in CLion - #15 by valeros.
@valeros Is there any update on this situation?