I cloned the ESP-AT project, switched to the version 3.4.0.0 branch which is the release branch for my esp32s2 chip, then I did "python build.py install" and tried to configure the project through "python build.py menuconfig" but I got a cmake error:
Code: Select all
...........
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32s2
Invalid field "dependencies:espressif/cmake_utilities:rules:[0]:if": Operator in only supports list of strings on the right side. Got "esp32c2"
CMake Error at esp-idf/tools/cmake/build.cmake:519 (message):
ERROR: Manifest is not valid
Call Stack (most recent call first):
esp-idf/tools/cmake/project.cmake:530 (idf_build_process)
CMakeLists.txt:123 (project)
-- Configuring incomplete, errors occurred!
See also "C:/work/Source/SDK/ESP/esp-at/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
A fatal error occurred: idf.py build failed