ESP32-Console

This commit is contained in:
2025-01-17 20:26:34 -05:00
parent df0acdfd3f
commit 17f73a7529
26 changed files with 34899 additions and 0 deletions

View File

@@ -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=

View File

@@ -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/abobkov/esp/v5.3.2/esp-idf/components/bootloader/subproject
work_dir=

View File

@@ -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=

View File

@@ -0,0 +1 @@
cmd='/usr/bin/cmake;-DSDKCONFIG=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/sdkconfig;-DIDF_PATH=/home/abobkov/esp/v5.3.2/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'

View File

@@ -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 3.5)
# 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/abobkov/esp/v5.3.2/esp-idf/components/bootloader/subproject")
file(MAKE_DIRECTORY "/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/subproject")
endif()
file(MAKE_DIRECTORY
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/tmp"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
endif()