CITS Sniffer v2: ESP-IDF 5.5 Projektstruktur mit CMakeLists, sdkconfig, partitions_8M

This commit is contained in:
Clawdia
2026-05-18 14:20:53 +02:00
parent 9c1732c364
commit e11a375c54
303 changed files with 86363 additions and 0 deletions
@@ -0,0 +1,6 @@
# This is a generated file and its contents are an internal implementation detail.
# The update step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
command=
work_dir=
@@ -0,0 +1,9 @@
# This is a generated file and its contents are an internal implementation detail.
# The download step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
method=source_dir
command=
source_dir=/home/claw/esp/esp-idf/components/bootloader/subproject
work_dir=
@@ -0,0 +1,7 @@
# This is a generated file and its contents are an internal implementation detail.
# The patch step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
command (connected)=
command (disconnected)=
work_dir=
@@ -0,0 +1 @@
cmd='/usr/bin/cmake;-DSDKCONFIG=/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/sdkconfig;-DIDF_PATH=/home/claw/esp/esp-idf;-DIDF_TARGET=esp32c5;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/claw/.espressif/python_env/idf5.5_py3.13_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/claw/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
@@ -0,0 +1,27 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
# would cause a fatal error, even though it would be a no-op.
if(NOT EXISTS "/home/claw/esp/esp-idf/components/bootloader/subproject")
file(MAKE_DIRECTORY "/home/claw/esp/esp-idf/components/bootloader/subproject")
endif()
file(MAKE_DIRECTORY
"/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader"
"/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix"
"/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix/tmp"
"/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix/src/bootloader-stamp"
"/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix/src"
"/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix/src/bootloader-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/claw/.openclaw/agents/wisp/workspace/cits-sniffer/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
endif()