mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:40:52 +00:00
ESP32-Console
This commit is contained in:
2
ESP32-Console/.vscode/c_cpp_properties.json
vendored
2
ESP32-Console/.vscode/c_cpp_properties.json
vendored
@@ -2,7 +2,7 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "ESP-IDF",
|
"name": "ESP-IDF",
|
||||||
"compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
|
"compilerPath": "${config:idf.toolsPath}/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc",
|
||||||
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${config:idf.espIdfPath}/components/**",
|
"${config:idf.espIdfPath}/components/**",
|
||||||
|
613
ESP32-Console/build/CMakeCache.txt
Normal file
613
ESP32-Console/build/CMakeCache.txt
Normal file
@@ -0,0 +1,613 @@
|
|||||||
|
# This is the CMakeCache file.
|
||||||
|
# For build in directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build
|
||||||
|
# It was generated by CMake: /usr/bin/cmake
|
||||||
|
# You can edit this file to change values found and used by cmake.
|
||||||
|
# If you do not want to change any of the values, simply exit the editor.
|
||||||
|
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||||
|
# The syntax for the file is as follows:
|
||||||
|
# KEY:TYPE=VALUE
|
||||||
|
# KEY is the name of a variable in the cache.
|
||||||
|
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||||
|
# VALUE is the current value for the KEY.
|
||||||
|
|
||||||
|
########################
|
||||||
|
# EXTERNAL cache entries
|
||||||
|
########################
|
||||||
|
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
CCACHE_ENABLE:UNINITIALIZED=0
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_ADDR2LINE:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar
|
||||||
|
|
||||||
|
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||||
|
// for the GCC compiler
|
||||||
|
CMAKE_ASM_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||||
|
|
||||||
|
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||||
|
// for the GCC compiler
|
||||||
|
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||||
|
|
||||||
|
//Flags used by the ASM compiler during all build types.
|
||||||
|
CMAKE_ASM_FLAGS:STRING=
|
||||||
|
|
||||||
|
//Flags used by the ASM compiler during DEBUG builds.
|
||||||
|
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||||
|
|
||||||
|
//Flags used by the ASM compiler during MINSIZEREL builds.
|
||||||
|
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||||
|
|
||||||
|
//Flags used by the ASM compiler during RELEASE builds.
|
||||||
|
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||||
|
|
||||||
|
//Flags used by the ASM compiler during RELWITHDEBINFO builds.
|
||||||
|
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||||
|
|
||||||
|
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||||
|
// MinSizeRel ...
|
||||||
|
CMAKE_BUILD_TYPE:STRING=
|
||||||
|
|
||||||
|
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||||
|
// for the GCC compiler
|
||||||
|
CMAKE_CXX_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||||
|
|
||||||
|
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||||
|
// for the GCC compiler
|
||||||
|
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||||
|
|
||||||
|
//C++ Compiler Base Flags
|
||||||
|
CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei '
|
||||||
|
|
||||||
|
//Flags used by the CXX compiler during DEBUG builds.
|
||||||
|
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||||
|
|
||||||
|
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||||
|
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||||
|
|
||||||
|
//Flags used by the CXX compiler during RELEASE builds.
|
||||||
|
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||||
|
|
||||||
|
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||||
|
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||||
|
|
||||||
|
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||||
|
// for the GCC compiler
|
||||||
|
CMAKE_C_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||||
|
|
||||||
|
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||||
|
// for the GCC compiler
|
||||||
|
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||||
|
|
||||||
|
//C Compiler Base Flags
|
||||||
|
CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei '
|
||||||
|
|
||||||
|
//Flags used by the C compiler during DEBUG builds.
|
||||||
|
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||||
|
|
||||||
|
//Flags used by the C compiler during MINSIZEREL builds.
|
||||||
|
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||||
|
|
||||||
|
//Flags used by the C compiler during RELEASE builds.
|
||||||
|
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||||
|
|
||||||
|
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||||
|
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||||
|
|
||||||
|
//Linker Base Flags
|
||||||
|
CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs '
|
||||||
|
|
||||||
|
//Flags used by the linker during DEBUG builds.
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during MINSIZEREL builds.
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during RELEASE builds.
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||||
|
|
||||||
|
//Enable/Disable output of compile commands during generation.
|
||||||
|
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||||
|
|
||||||
|
//Value Computed by CMake.
|
||||||
|
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/pkgRedirects
|
||||||
|
|
||||||
|
//User executables (bin)
|
||||||
|
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||||
|
|
||||||
|
//Read-only architecture-independent data (DATAROOTDIR)
|
||||||
|
CMAKE_INSTALL_DATADIR:PATH=
|
||||||
|
|
||||||
|
//Read-only architecture-independent data root (share)
|
||||||
|
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
||||||
|
|
||||||
|
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
||||||
|
CMAKE_INSTALL_DOCDIR:PATH=
|
||||||
|
|
||||||
|
//C header files (include)
|
||||||
|
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
||||||
|
|
||||||
|
//Info documentation (DATAROOTDIR/info)
|
||||||
|
CMAKE_INSTALL_INFODIR:PATH=
|
||||||
|
|
||||||
|
//Object code libraries (lib)
|
||||||
|
CMAKE_INSTALL_LIBDIR:PATH=lib
|
||||||
|
|
||||||
|
//Program executables (libexec)
|
||||||
|
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
||||||
|
|
||||||
|
//Locale-dependent data (DATAROOTDIR/locale)
|
||||||
|
CMAKE_INSTALL_LOCALEDIR:PATH=
|
||||||
|
|
||||||
|
//Modifiable single-machine data (var)
|
||||||
|
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
||||||
|
|
||||||
|
//Man documentation (DATAROOTDIR/man)
|
||||||
|
CMAKE_INSTALL_MANDIR:PATH=
|
||||||
|
|
||||||
|
//C header files for non-gcc (/usr/include)
|
||||||
|
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
||||||
|
|
||||||
|
//Install path prefix, prepended onto install directories.
|
||||||
|
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||||
|
|
||||||
|
//Run-time variable data (LOCALSTATEDIR/run)
|
||||||
|
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
||||||
|
|
||||||
|
//System admin executables (sbin)
|
||||||
|
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
||||||
|
|
||||||
|
//Modifiable architecture-independent data (com)
|
||||||
|
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
||||||
|
|
||||||
|
//Read-only single-machine data (etc)
|
||||||
|
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_LINKER:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ld
|
||||||
|
|
||||||
|
//Program used to build from build.ninja files.
|
||||||
|
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of modules during
|
||||||
|
// all build types.
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of modules during
|
||||||
|
// DEBUG builds.
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of modules during
|
||||||
|
// MINSIZEREL builds.
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of modules during
|
||||||
|
// RELEASE builds.
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of modules during
|
||||||
|
// RELWITHDEBINFO builds.
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_NM:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-nm
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_OBJCOPY:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_OBJDUMP:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_NAME:STATIC=ESP32-Console
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_VERSION:STATIC=3.6.2
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_VERSION_MAJOR:STATIC=3
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_VERSION_MINOR:STATIC=6
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_VERSION_PATCH:STATIC=2
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_READELF:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-readelf
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of shared libraries
|
||||||
|
// during all build types.
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of shared libraries
|
||||||
|
// during DEBUG builds.
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of shared libraries
|
||||||
|
// during MINSIZEREL builds.
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of shared libraries
|
||||||
|
// during RELEASE builds.
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of shared libraries
|
||||||
|
// during RELWITHDEBINFO builds.
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||||
|
|
||||||
|
//If set, runtime paths are not added when installing shared libraries,
|
||||||
|
// but are added when building.
|
||||||
|
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||||
|
|
||||||
|
//If set, runtime paths are not added when using shared libraries.
|
||||||
|
CMAKE_SKIP_RPATH:BOOL=NO
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of static libraries
|
||||||
|
// during all build types.
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of static libraries
|
||||||
|
// during DEBUG builds.
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of static libraries
|
||||||
|
// during MINSIZEREL builds.
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of static libraries
|
||||||
|
// during RELEASE builds.
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||||
|
|
||||||
|
//Flags used by the linker during the creation of static libraries
|
||||||
|
// during RELWITHDEBINFO builds.
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_STRIP:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-strip
|
||||||
|
|
||||||
|
//Path to a program.
|
||||||
|
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
|
||||||
|
|
||||||
|
//The CMake toolchain file
|
||||||
|
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake/toolchain-esp32c3.cmake
|
||||||
|
|
||||||
|
//If this value is on, makefiles will be generated without the
|
||||||
|
// .SILENT directive, and all commands will be echoed to the console
|
||||||
|
// during the make. This is useful for debugging only. With Visual
|
||||||
|
// Studio IDE projects all commands are done without /nologo.
|
||||||
|
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||||
|
|
||||||
|
//Disable package configuration, target export and installation
|
||||||
|
DISABLE_PACKAGE_CONFIG_AND_INSTALL:BOOL=ON
|
||||||
|
|
||||||
|
//Build Mbed TLS programs.
|
||||||
|
ENABLE_PROGRAMS:BOOL=
|
||||||
|
|
||||||
|
//Build Mbed TLS tests.
|
||||||
|
ENABLE_TESTING:BOOL=
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
ESP32-Console_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
ESP32-Console_IS_TOP_LEVEL:STATIC=ON
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
ESP32-Console_SOURCE_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console
|
||||||
|
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
ESP_PLATFORM:UNINITIALIZED=1
|
||||||
|
|
||||||
|
//Generate the auto-generated files as needed
|
||||||
|
GEN_FILES:BOOL=
|
||||||
|
|
||||||
|
//Git command line client
|
||||||
|
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
|
||||||
|
|
||||||
|
//IDF Build Target
|
||||||
|
IDF_TARGET:STRING=esp32c3
|
||||||
|
|
||||||
|
//IDF Build Toolchain Type
|
||||||
|
IDF_TOOLCHAIN:STRING=gcc
|
||||||
|
|
||||||
|
//Install Mbed TLS headers.
|
||||||
|
INSTALL_MBEDTLS_HEADERS:BOOL=ON
|
||||||
|
|
||||||
|
//Explicitly link Mbed TLS library to pthread.
|
||||||
|
LINK_WITH_PTHREAD:BOOL=OFF
|
||||||
|
|
||||||
|
//Explicitly link Mbed TLS library to trusted_storage.
|
||||||
|
LINK_WITH_TRUSTED_STORAGE:BOOL=OFF
|
||||||
|
|
||||||
|
//Mbed TLS config file (overrides default).
|
||||||
|
MBEDTLS_CONFIG_FILE:FILEPATH=
|
||||||
|
|
||||||
|
//Compiler warnings treated as errors
|
||||||
|
MBEDTLS_FATAL_WARNINGS:BOOL=ON
|
||||||
|
|
||||||
|
//Mbed TLS user config file (appended to default).
|
||||||
|
MBEDTLS_USER_CONFIG_FILE:FILEPATH=
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
Mbed TLS_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
Mbed TLS_SOURCE_DIR:STATIC=/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls
|
||||||
|
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
PYTHON:UNINITIALIZED=/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/bin/python
|
||||||
|
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||||
|
|
||||||
|
//Allow unsafe builds. These builds ARE NOT SECURE.
|
||||||
|
UNSAFE_BUILD:BOOL=OFF
|
||||||
|
|
||||||
|
//Build Mbed TLS shared library.
|
||||||
|
USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF
|
||||||
|
|
||||||
|
//Build Mbed TLS static library.
|
||||||
|
USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
esp-idf_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
esp-idf_SOURCE_DIR:STATIC=/home/abobkov/esp/v5.3.2/esp-idf
|
||||||
|
|
||||||
|
//Dependencies for the target
|
||||||
|
everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;
|
||||||
|
|
||||||
|
//Dependencies for the target
|
||||||
|
mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;everest;general;p256m;general;idf::esp_mm;
|
||||||
|
|
||||||
|
//Dependencies for the target
|
||||||
|
mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedx509;
|
||||||
|
|
||||||
|
//Dependencies for the target
|
||||||
|
mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedcrypto;
|
||||||
|
|
||||||
|
//Dependencies for the target
|
||||||
|
p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;
|
||||||
|
|
||||||
|
|
||||||
|
########################
|
||||||
|
# INTERNAL cache entries
|
||||||
|
########################
|
||||||
|
|
||||||
|
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||||
|
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_AR
|
||||||
|
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
|
||||||
|
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
|
||||||
|
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||||
|
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS
|
||||||
|
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
|
||||||
|
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
|
||||||
|
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//This is the directory where this CMakeCache.txt was created
|
||||||
|
CMAKE_CACHEFILE_DIR:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build
|
||||||
|
//Major version of cmake used to create the current loaded cache
|
||||||
|
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||||
|
//Minor version of cmake used to create the current loaded cache
|
||||||
|
CMAKE_CACHE_MINOR_VERSION:INTERNAL=30
|
||||||
|
//Patch version of cmake used to create the current loaded cache
|
||||||
|
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
|
||||||
|
//Path to CMake executable.
|
||||||
|
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||||
|
//Path to cpack program executable.
|
||||||
|
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||||
|
//Path to ctest program executable.
|
||||||
|
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||||
|
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||||
|
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||||
|
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||||
|
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||||
|
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||||
|
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||||
|
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||||
|
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||||
|
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||||
|
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||||
|
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||||
|
//Executable file format
|
||||||
|
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||||
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||||
|
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||||
|
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||||
|
//Name of external makefile project generator.
|
||||||
|
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||||
|
//Name of generator.
|
||||||
|
CMAKE_GENERATOR:INTERNAL=Ninja
|
||||||
|
//Generator instance identifier.
|
||||||
|
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||||
|
//Name of generator platform.
|
||||||
|
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||||
|
//Name of generator toolset.
|
||||||
|
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||||
|
//Test CMAKE_HAVE_LIBC_PTHREAD
|
||||||
|
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
||||||
|
//Source directory with the top level CMakeLists.txt file for this
|
||||||
|
// project
|
||||||
|
CMAKE_HOME_DIRECTORY:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||||
|
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||||
|
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
||||||
|
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
||||||
|
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
||||||
|
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
||||||
|
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
||||||
|
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
||||||
|
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
||||||
|
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
||||||
|
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
||||||
|
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
||||||
|
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
||||||
|
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
||||||
|
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
||||||
|
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
||||||
|
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_LINKER
|
||||||
|
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||||
|
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_NM
|
||||||
|
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||||
|
//number of local generators
|
||||||
|
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=114
|
||||||
|
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||||
|
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||||
|
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||||
|
//Platform information initialized
|
||||||
|
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_RANLIB
|
||||||
|
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_READELF
|
||||||
|
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||||
|
//Path to CMake installation.
|
||||||
|
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.30
|
||||||
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||||
|
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||||
|
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||||
|
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_STRIP
|
||||||
|
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_TAPI
|
||||||
|
CMAKE_TAPI-ADVANCED:INTERNAL=1
|
||||||
|
//uname command
|
||||||
|
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||||
|
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||||
|
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||||
|
//Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
|
||||||
|
C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1
|
||||||
|
//Details about finding Git
|
||||||
|
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.45.2()]
|
||||||
|
//Details about finding Python3
|
||||||
|
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/bin/python][cfound components: Interpreter ][v3.12.7()]
|
||||||
|
//Details about finding Threads
|
||||||
|
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
||||||
|
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||||
|
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||||
|
//CMAKE_INSTALL_PREFIX during last run
|
||||||
|
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
|
||||||
|
//Compiler reason failure
|
||||||
|
_Python3_Compiler_REASON_FAILURE:INTERNAL=
|
||||||
|
//Development reason failure
|
||||||
|
_Python3_Development_REASON_FAILURE:INTERNAL=
|
||||||
|
_Python3_EXECUTABLE:INTERNAL=/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/bin/python
|
||||||
|
//Python3 Properties
|
||||||
|
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;7;32;64;;;abi3;/usr/lib/python3.12;/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/lib/python3.12;/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/lib/python3.12/site-packages;/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/lib/python3.12/site-packages
|
||||||
|
_Python3_INTERPRETER_SIGNATURE:INTERNAL=a7acc3d8d322581519d47cf1b89ac761
|
||||||
|
//NumPy reason failure
|
||||||
|
_Python3_NumPy_REASON_FAILURE:INTERNAL=
|
||||||
|
|
@@ -535,3 +535,70 @@ events:
|
|||||||
implicit fwks: []
|
implicit fwks: []
|
||||||
|
|
||||||
|
|
||||||
|
-
|
||||||
|
kind: "try_compile-v1"
|
||||||
|
backtrace:
|
||||||
|
- "/usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/FindThreads.cmake:163 (_threads_check_libc)"
|
||||||
|
- "/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)"
|
||||||
|
checks:
|
||||||
|
- "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
|
||||||
|
directories:
|
||||||
|
source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-nGAtkb"
|
||||||
|
binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-nGAtkb"
|
||||||
|
cmakeVariables:
|
||||||
|
CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei "
|
||||||
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
|
CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs "
|
||||||
|
CMAKE_MODULE_PATH: "/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake;/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake/third_party"
|
||||||
|
buildResult:
|
||||||
|
variable: "CMAKE_HAVE_LIBC_PTHREAD"
|
||||||
|
cached: true
|
||||||
|
stdout: |
|
||||||
|
Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-nGAtkb'
|
||||||
|
|
||||||
|
Run Build Command(s): /usr/bin/ninja -v cmTC_a9eb8
|
||||||
|
[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCMAKE_HAVE_LIBC_PTHREAD -march=rv32imc_zicsr_zifencei -o CMakeFiles/cmTC_a9eb8.dir/src.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-nGAtkb/src.c
|
||||||
|
[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_a9eb8.dir/src.c.obj -o cmTC_a9eb8 && :
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: CMakeFiles/cmTC_a9eb8.dir/src.c.obj: in function `main':
|
||||||
|
src.c:(.text+0x6a): warning: pthread_atfork is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x4c): warning: pthread_cancel is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x30): warning: pthread_create is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x3e): warning: pthread_detach is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x74): warning: pthread_exit is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x5c): warning: pthread_join is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010074
|
||||||
|
|
||||||
|
exitCode: 0
|
||||||
|
-
|
||||||
|
kind: "try_compile-v1"
|
||||||
|
backtrace:
|
||||||
|
- "/usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)"
|
||||||
|
- "/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:219 (CHECK_C_COMPILER_FLAG)"
|
||||||
|
checks:
|
||||||
|
- "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS"
|
||||||
|
directories:
|
||||||
|
source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-ec80F7"
|
||||||
|
binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-ec80F7"
|
||||||
|
cmakeVariables:
|
||||||
|
CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow"
|
||||||
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
|
CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs "
|
||||||
|
CMAKE_MODULE_PATH: "/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake;/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake/third_party"
|
||||||
|
buildResult:
|
||||||
|
variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS"
|
||||||
|
cached: true
|
||||||
|
stdout: |
|
||||||
|
Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-ec80F7'
|
||||||
|
|
||||||
|
Run Build Command(s): /usr/bin/ninja -v cmTC_fb5b0
|
||||||
|
[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_fb5b0.dir/src.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-ec80F7/src.c
|
||||||
|
[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_fb5b0.dir/src.c.obj -o cmTC_fb5b0 && :
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010074
|
||||||
|
|
||||||
|
exitCode: 0
|
||||||
|
...
|
||||||
|
809
ESP32-Console/build/CMakeFiles/TargetDirectories.txt
Normal file
809
ESP32-Console/build/CMakeFiles/TargetDirectories.txt
Normal file
@@ -0,0 +1,809 @@
|
|||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/menuconfig.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/confserver.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/save-defconfig.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/gen_project_binary.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/app.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/erase_flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/merge-bin.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/monitor.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/encrypted-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/_project_elf_src.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/ESP32-Console.elf.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/size.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/size-files.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/size-components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/uf2.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/uf2-app.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/partition-table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/partition_table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/__idf_heap.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/port/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/port/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/__idf_driver.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/__idf_unity.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/__idf_console.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/__idf_json.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/list_install_components.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/install.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/install/local.dir
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/CMakeFiles/install/strip.dir
|
43
ESP32-Console/build/CMakeFiles/bootloader.dir/Labels.json
Normal file
43
ESP32-Console/build/CMakeFiles/bootloader.dir/Labels.json
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"sources" :
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader-complete.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"target" :
|
||||||
|
{
|
||||||
|
"labels" :
|
||||||
|
[
|
||||||
|
"bootloader"
|
||||||
|
],
|
||||||
|
"name" : "bootloader"
|
||||||
|
}
|
||||||
|
}
|
13
ESP32-Console/build/CMakeFiles/bootloader.dir/Labels.txt
Normal file
13
ESP32-Console/build/CMakeFiles/bootloader.dir/Labels.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Target labels
|
||||||
|
bootloader
|
||||||
|
# Source files and their labels
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader-complete.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule
|
||||||
|
/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule
|
24
ESP32-Console/build/CMakeFiles/clean_additional.cmake
Normal file
24
ESP32-Console/build/CMakeFiles/clean_additional.cmake
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Additional clean files
|
||||||
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
|
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
||||||
|
file(REMOVE_RECURSE
|
||||||
|
"ESP32-Console.bin"
|
||||||
|
"ESP32-Console.map"
|
||||||
|
"bootloader/bootloader.bin"
|
||||||
|
"bootloader/bootloader.elf"
|
||||||
|
"bootloader/bootloader.map"
|
||||||
|
"config/sdkconfig.cmake"
|
||||||
|
"config/sdkconfig.h"
|
||||||
|
"esp-idf/esptool_py/flasher_args.json.in"
|
||||||
|
"esp-idf/mbedtls/x509_crt_bundle"
|
||||||
|
"flash_app_args"
|
||||||
|
"flash_bootloader_args"
|
||||||
|
"flash_project_args"
|
||||||
|
"flasher_args.json"
|
||||||
|
"ldgen_libraries"
|
||||||
|
"ldgen_libraries.in"
|
||||||
|
"project_elf_src_esp32c3.c"
|
||||||
|
"x509_crt_bundle.S"
|
||||||
|
)
|
||||||
|
endif()
|
1
ESP32-Console/build/CMakeFiles/cmake.check_cache
Normal file
1
ESP32-Console/build/CMakeFiles/cmake.check_cache
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
1679
ESP32-Console/build/CMakeFiles/rules.ninja
Normal file
1679
ESP32-Console/build/CMakeFiles/rules.ninja
Normal file
File diff suppressed because it is too large
Load Diff
2
ESP32-Console/build/app-flash_args
Normal file
2
ESP32-Console/build/app-flash_args
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||||
|
0x10000 ESP32-Console.bin
|
2
ESP32-Console/build/bootloader-flash_args
Normal file
2
ESP32-Console/build/bootloader-flash_args
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||||
|
0x0 bootloader/bootloader.bin
|
@@ -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/abobkov/esp/v5.3.2/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/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>'
|
@@ -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()
|
20503
ESP32-Console/build/build.ninja
Normal file
20503
ESP32-Console/build/build.ninja
Normal file
File diff suppressed because one or more lines are too long
62
ESP32-Console/build/cmake_install.cmake
Normal file
62
ESP32-Console/build/cmake_install.cmake
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
# Install script for directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||||
|
else()
|
||||||
|
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
||||||
|
unset(CMAKE_INST_COMP_HASH)
|
||||||
|
endif()
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
file(WRITE "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/${CMAKE_INSTALL_MANIFEST}"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
5048
ESP32-Console/build/compile_commands.json
Normal file
5048
ESP32-Console/build/compile_commands.json
Normal file
File diff suppressed because one or more lines are too long
28605
ESP32-Console/build/config/kconfig_menus.json
Normal file
28605
ESP32-Console/build/config/kconfig_menus.json
Normal file
File diff suppressed because it is too large
Load Diff
39
ESP32-Console/build/esp-idf/app_trace/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/app_trace/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/app_trace
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/app_update/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/app_update/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/app_update
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,2 @@
|
|||||||
|
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||||
|
0x0 bootloader/bootloader.bin
|
39
ESP32-Console/build/esp-idf/bootloader/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/bootloader/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/bootloader
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/bootloader_support
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/bt/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/bt/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/bt
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
539
ESP32-Console/build/esp-idf/cmake_install.cmake
Normal file
539
ESP32-Console/build/esp-idf/cmake_install.cmake
Normal file
@@ -0,0 +1,539 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/riscv/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gpio/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_pm/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mbedtls/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/partition_table/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_app_format/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_bootloader_format/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_update/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_partition/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/efuse/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bootloader_support/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_mm/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spi_flash/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_common/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_rom/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/hal/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/log/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/heap/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/soc/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/freertos/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/newlib/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/pthread/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cxx/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_timer/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_gptimer/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_ringbuf/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_uart/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/app_trace/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_event/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_flash/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_pcnt/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_spi/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2s/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/sdmmc/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdspi/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdio/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_dac/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_rmt/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_tsens/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_sdm/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_i2c/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ledc/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_parlio/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/driver/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_phy/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_vfs_console/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/vfs/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/lwip/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif_stack/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_netif/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wpa_supplicant/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_coex/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_wifi/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/bt/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/unity/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/cmock/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/console/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/http_parser/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp-tls/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_adc/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_isp/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_cam/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_jpeg/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_ppa/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_eth/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_gdbstub/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hid/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/tcp_transport/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_client/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_http_server/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_ota/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_https_server/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_psram/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_lcd/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protobuf-c/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/protocomm/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_local_ctrl/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/espcoredump/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wear_levelling/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/fatfs/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/idf_test/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ieee802154/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/json/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/mqtt/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/nvs_sec_provider/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/openthread/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/spiffs/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/ulp/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/usb/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/wifi_provisioning/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/main/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/cmock/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/cmock/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/cmock
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/console/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/console/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/console
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/cxx/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/cxx/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/cxx
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/driver/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/driver/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/driver
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/efuse/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/efuse/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/efuse
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp-tls/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp-tls/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp-tls
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_adc/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_adc/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_adc
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_bootloader_format
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_coex/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_coex/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_coex
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_common/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_common/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_common
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ana_cmpr
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_cam
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_dac
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gpio
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gptimer
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2c
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2s
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_isp
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_jpeg
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ledc
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_mcpwm
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_parlio
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_pcnt
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ppa
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_rmt
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdio
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdm
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdmmc
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdspi
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_spi
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_touch_sens
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_tsens
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_uart
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_usb_serial_jtag
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_eth/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_eth/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_eth
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_event/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_event/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_event
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_gdbstub/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_gdbstub/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_gdbstub
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_hid/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_hid/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_hid
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_http_client
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_http_server
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_ota
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_server
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,49 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/lowpower
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/port/esp32c3
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_lcd/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_lcd/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_lcd
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_local_ctrl
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_mm/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_mm/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_mm
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_netif/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_netif/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_netif
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_netif_stack
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_partition
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_phy/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_phy/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_phy
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_pm/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_pm/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_pm
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_psram/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_psram/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_psram
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_ringbuf/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_ringbuf/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_ringbuf
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_rom/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_rom/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
44
ESP32-Console/build/esp-idf/esp_system/cmake_install.cmake
Normal file
44
ESP32-Console/build/esp-idf/esp_system/cmake_install.cmake
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_system
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,9 @@
|
|||||||
|
execute_process(COMMAND "${CC}" "-C" "-P" "-x" "c" "-E" "-I" "${CONFIG_DIR}" "-I" "${LD_DIR}" "${SOURCE}"
|
||||||
|
RESULT_VARIABLE RET_CODE
|
||||||
|
OUTPUT_VARIABLE PREPROCESSED_LINKER_SCRIPT
|
||||||
|
ERROR_VARIABLE ERROR_VAR)
|
||||||
|
if(RET_CODE AND NOT RET_CODE EQUAL 0)
|
||||||
|
message(FATAL_ERROR "Can't generate ${TARGET}\nRET_CODE: ${RET_CODE}\nERROR_MESSAGE: ${ERROR_VAR}")
|
||||||
|
endif()
|
||||||
|
string(REPLACE "\\n" "\n" TEXT "${PREPROCESSED_LINKER_SCRIPT}")
|
||||||
|
file(WRITE "${TARGET}" "${TEXT}")
|
@@ -0,0 +1,44 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/port/soc/esp32c3
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_timer/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_timer/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_timer
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_vfs_console
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/esp_wifi/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esp_wifi/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esp_wifi
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/espcoredump/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/espcoredump/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/espcoredump
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
2
ESP32-Console/build/esp-idf/esptool_py/app-flash_args.in
Normal file
2
ESP32-Console/build/esp-idf/esptool_py/app-flash_args.in
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||||
|
0x10000 $<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin
|
39
ESP32-Console/build/esp-idf/esptool_py/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/esptool_py/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/esptool_py
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
24
ESP32-Console/build/esp-idf/esptool_py/flasher_args.json.in
Normal file
24
ESP32-Console/build/esp-idf/esptool_py/flasher_args.json.in
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"write_flash_args" : [ "--flash_mode", "dio",
|
||||||
|
"--flash_size", "2MB",
|
||||||
|
"--flash_freq", "80m" ],
|
||||||
|
"flash_settings" : {
|
||||||
|
"flash_mode": "dio",
|
||||||
|
"flash_size": "2MB",
|
||||||
|
"flash_freq": "80m"
|
||||||
|
},
|
||||||
|
"flash_files" : {
|
||||||
|
"0x0" : "bootloader/bootloader.bin",
|
||||||
|
"0x10000" : "$<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin",
|
||||||
|
"0x8000" : "partition_table/partition-table.bin"
|
||||||
|
},
|
||||||
|
"bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" },
|
||||||
|
"app" : { "offset" : "0x10000", "file" : "$<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin", "encrypted" : "false" },
|
||||||
|
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
|
||||||
|
"extra_esptool_args" : {
|
||||||
|
"after" : "hard_reset",
|
||||||
|
"before" : "default_reset",
|
||||||
|
"stub" : true,
|
||||||
|
"chip" : "esp32c3"
|
||||||
|
}
|
||||||
|
}
|
39
ESP32-Console/build/esp-idf/fatfs/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/fatfs/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/fatfs
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/freertos/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/freertos/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/freertos
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/hal/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/hal/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/hal
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/heap/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/heap/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/heap
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
39
ESP32-Console/build/esp-idf/http_parser/cmake_install.cmake
Normal file
39
ESP32-Console/build/esp-idf/http_parser/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Install script for directory: /home/abobkov/esp/v5.3.2/esp-idf/components/http_parser
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set path to fallback-tool for dependency-resolution.
|
||||||
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||||
|
set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||||
|
endif()
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user