SDSPI fix for ESP32-C5: correct API v5.5, CMake dependencies, pin mapping

This commit is contained in:
Clawdia
2026-05-09 17:59:43 +02:00
parent 240a374148
commit 913b33d839
1519 changed files with 210337 additions and 610 deletions
@@ -0,0 +1,16 @@
Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/claw/.espressif/python_env/idf5.5_py3.13_env/bin/python -DESP_PLATFORM=1 -DIDF_TARGET=esp32c5 -DCCACHE_ENABLE=0 /home/claw/.openclaw/workspace/v2x-sniffer/v2x_fw
Traceback (most recent call last):
File "/home/claw/esp/esp-idf/components/esp_rom/gen_gdbinit.py", line 72, in <module>
gdbinit_lines = generate_gdbinit_rom_add_symbols(target)
File "/home/claw/esp/esp-idf/components/esp_rom/gen_gdbinit.py", line 32, in generate_gdbinit_rom_add_symbols
raise EnvironmentError(
'ESP_ROM_ELF_DIR environment variable is not defined. Please try to run IDF "install" and "export" scripts.')
OSError: ESP_ROM_ELF_DIR environment variable is not defined. Please try to run IDF "install" and "export" scripts.
CMake Warning at /home/claw/esp/esp-idf/tools/cmake/gdbinit.cmake:52 (message):
Error while generating esp_rom gdbinit
Call Stack (most recent call first):
/home/claw/esp/esp-idf/tools/cmake/project.cmake:356 (__generate_gdbinit)
/home/claw/esp/esp-idf/tools/cmake/project.cmake:974 (__project_info)
CMakeLists.txt:4 (project)