mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
925a3ba8b3
commit
ba1282ec1c
BIN
ESP32-Rainmaker-Switch/build/.ninja_deps
Normal file
BIN
ESP32-Rainmaker-Switch/build/.ninja_deps
Normal file
Binary file not shown.
1149
ESP32-Rainmaker-Switch/build/.ninja_log
Normal file
1149
ESP32-Rainmaker-Switch/build/.ninja_log
Normal file
File diff suppressed because it is too large
Load Diff
606
ESP32-Rainmaker-Switch/build/CMakeCache.txt
Normal file
606
ESP32-Rainmaker-Switch/build/CMakeCache.txt
Normal file
@ -0,0 +1,606 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: c:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build
|
||||
# It was generated by CMake: C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/bin/cmake.exe
|
||||
# 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
|
||||
########################
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe
|
||||
|
||||
//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=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe
|
||||
|
||||
//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=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe
|
||||
|
||||
//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=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/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=C:/Program Files (x86)/ESP32-Rainmaker-Switch
|
||||
|
||||
//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=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-ld.exe
|
||||
|
||||
//Program used to build from build.ninja files.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe
|
||||
|
||||
//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=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-nm.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe
|
||||
|
||||
//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-Rainmaker-Switch
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION:STATIC=3.6.0
|
||||
|
||||
//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=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-readelf.exe
|
||||
|
||||
//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=C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-strip.exe
|
||||
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/v5.2.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-Rainmaker-Switch_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build
|
||||
|
||||
//Value Computed by CMake
|
||||
ESP32-Rainmaker-Switch_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
ESP32-Rainmaker-Switch_SOURCE_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch
|
||||
|
||||
//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=C:/Users/alex/.espressif/tools/tools/idf-git/2.39.2/cmd/git.exe
|
||||
|
||||
//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=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/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=C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls
|
||||
|
||||
//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=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_SOURCE_DIR:STATIC=C:/Users/alex/esp/v5.2.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;
|
||||
|
||||
//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=c:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/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=24
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/bin/cmake.exe
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/bin/cpack.exe
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/bin/ctest.exe
|
||||
//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
|
||||
//Path to cache edit program executable.
|
||||
CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/bin/cmake-gui.exe
|
||||
//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=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch
|
||||
//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=106
|
||||
//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=C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24
|
||||
//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_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=[C:/Users/alex/.espressif/tools/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()]
|
||||
//Details about finding Python3
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[c:/Users/alex/.espressif/tools/python_env/idf5.2_py3.11_env/Scripts/python.exe][cfound components: Interpreter ][v3.11.2()]
|
||||
//Details about finding Threads
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
||||
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//Have include stddef.h
|
||||
HAVE_STDDEF_H:INTERNAL=1
|
||||
//Have include stdint.h
|
||||
HAVE_STDINT_H:INTERNAL=1
|
||||
//Have include sys/types.h
|
||||
HAVE_SYS_TYPES_H:INTERNAL=1
|
||||
//Result of TRY_COMPILE
|
||||
HAVE_TIME_T_SIZE:INTERNAL=TRUE
|
||||
//CHECK_TYPE_SIZE: sizeof(time_t)
|
||||
TIME_T_SIZE:INTERNAL=8
|
||||
//CMAKE_INSTALL_PREFIX during last run
|
||||
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/ESP32-Rainmaker-Switch
|
||||
_Python3_EXECUTABLE:INTERNAL=c:/Users/alex/.espressif/tools/python_env/idf5.2_py3.11_env/Scripts/python.exe
|
||||
//Python3 Properties
|
||||
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;;;c:\Users\alex\.espressif\tools\tools\idf-python\3.11.2\Lib;c:\Users\alex\.espressif\tools\tools\idf-python\3.11.2\Lib;c:\Users\alex\.espressif\tools\python_env\idf5.2_py3.11_env\Lib\site-packages;c:\Users\alex\.espressif\tools\python_env\idf5.2_py3.11_env\Lib\site-packages
|
||||
_Python3_INTERPRETER_SIGNATURE:INTERNAL=cd70981d6d2e42d13a6e222226015e22
|
||||
|
Binary file not shown.
@ -0,0 +1,50 @@
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
#undef KEY
|
||||
#if defined(__i386)
|
||||
# define KEY '_','_','i','3','8','6'
|
||||
#elif defined(__x86_64)
|
||||
# define KEY '_','_','x','8','6','_','6','4'
|
||||
#elif defined(__PPC64__)
|
||||
# define KEY '_','_','P','P','C','6','4','_','_'
|
||||
#elif defined(__ppc64__)
|
||||
# define KEY '_','_','p','p','c','6','4','_','_'
|
||||
#elif defined(__PPC__)
|
||||
# define KEY '_','_','P','P','C','_','_'
|
||||
#elif defined(__ppc__)
|
||||
# define KEY '_','_','p','p','c','_','_'
|
||||
#elif defined(__aarch64__)
|
||||
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
|
||||
#elif defined(__ARM_ARCH_7A__)
|
||||
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
|
||||
#elif defined(__ARM_ARCH_7S__)
|
||||
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
|
||||
#endif
|
||||
|
||||
#define SIZE (sizeof(time_t))
|
||||
static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
|
||||
('0' + ((SIZE / 10000)%10)),
|
||||
('0' + ((SIZE / 1000)%10)),
|
||||
('0' + ((SIZE / 100)%10)),
|
||||
('0' + ((SIZE / 10)%10)),
|
||||
('0' + (SIZE % 10)),
|
||||
']',
|
||||
#ifdef KEY
|
||||
' ','k','e','y','[', KEY, ']',
|
||||
#endif
|
||||
'\0'};
|
||||
|
||||
#ifdef __CLASSIC_C__
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
#else
|
||||
int main(int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_size[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
771
ESP32-Rainmaker-Switch/build/CMakeFiles/TargetDirectories.txt
Normal file
771
ESP32-Rainmaker-Switch/build/CMakeFiles/TargetDirectories.txt
Normal file
@ -0,0 +1,771 @@
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/menuconfig.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/confserver.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/save-defconfig.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/gen_project_binary.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/app.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/erase_flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/uf2.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/uf2-app.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/monitor.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/encrypted-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/_project_elf_src.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/ESP32-Rainmaker-Switch.elf.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/size.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/size-files.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/size-components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/__idf_driver.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/partition-table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/partition_table.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/blank_ota_data.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/read-otadata.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/read_otadata.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/erase-otadata.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/erase_otadata.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/otadata-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/encrypted-otadata-flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/__idf_heap.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/port/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/port/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/__idf_bt.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/__idf_unity.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/__idf_console.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/__idf_json.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/__idf_esp_diag_data_store.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/__idf_rmaker_common.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/__idf_esp_diagnostics.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/__idf_espressif__cbor.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/__idf_esp_insights.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/__idf_json_parser.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/__idf_json_generator.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/__idf_espressif__mdns.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/__idf_esp_schedule.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/__idf_espressif__esp_secure_cert_mgr.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/__idf_esp_rainmaker.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/__idf_app_insights.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/__idf_gpio_button.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/__idf_app_reset.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/__idf_qrcode.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/__idf_app_wifi.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/CMakeFiles/install/strip.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/__idf_ws2812_led.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/edit_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/rebuild_cache.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/list_install_components.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/install.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/install/local.dir
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/CMakeFiles/install/strip.dir
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"bootloader"
|
||||
],
|
||||
"name" : "bootloader"
|
||||
}
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
# Target labels
|
||||
bootloader
|
||||
# Source files and their labels
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/CMakeFiles/bootloader-complete.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule
|
||||
C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule
|
@ -0,0 +1,28 @@
|
||||
# Additional clean files
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
||||
file(REMOVE_RECURSE
|
||||
"ESP32-Rainmaker-Switch.bin"
|
||||
"ESP32-Rainmaker-Switch.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"
|
||||
"https_server.crt.S"
|
||||
"ldgen_libraries"
|
||||
"ldgen_libraries.in"
|
||||
"project_elf_src_esp32c3.c"
|
||||
"rmaker_claim_service_server.crt.S"
|
||||
"rmaker_mqtt_server.crt.S"
|
||||
"rmaker_ota_server.crt.S"
|
||||
"x509_crt_bundle.S"
|
||||
)
|
||||
endif()
|
@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
1793
ESP32-Rainmaker-Switch/build/CMakeFiles/rules.ninja
Normal file
1793
ESP32-Rainmaker-Switch/build/CMakeFiles/rules.ninja
Normal file
File diff suppressed because it is too large
Load Diff
2
ESP32-Rainmaker-Switch/build/app-flash_args
Normal file
2
ESP32-Rainmaker-Switch/build/app-flash_args
Normal file
@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 4MB
|
||||
0x20000 ESP32-Rainmaker-Switch.bin
|
2
ESP32-Rainmaker-Switch/build/bootloader-flash_args
Normal file
2
ESP32-Rainmaker-Switch/build/bootloader-flash_args
Normal file
@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 4MB
|
||||
0x0 bootloader/bootloader.bin
|
@ -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=C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader/subproject
|
||||
work_dir=
|
||||
|
@ -0,0 +1 @@
|
||||
cmd='C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/bin/cmake.exe;-DSDKCONFIG=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/sdkconfig;-DIDF_PATH=C:/Users/alex/esp/v5.2.2/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=c:/Users/alex/.espressif/tools/python_env/idf5.2_py3.11_env/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch;-DIGNORE_EXTRA_COMPONENT=;-GNinja;<SOURCE_DIR><SOURCE_SUBDIR>'
|
@ -0,0 +1,22 @@
|
||||
# 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)
|
||||
|
||||
file(MAKE_DIRECTORY
|
||||
"C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader/subproject"
|
||||
"C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader"
|
||||
"C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix"
|
||||
"C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/tmp"
|
||||
"C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src"
|
||||
"C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
21928
ESP32-Rainmaker-Switch/build/build.ninja
Normal file
21928
ESP32-Rainmaker-Switch/build/build.ninja
Normal file
File diff suppressed because one or more lines are too long
55
ESP32-Rainmaker-Switch/build/cmake_install.cmake
Normal file
55
ESP32-Rainmaker-Switch/build/cmake_install.cmake
Normal file
@ -0,0 +1,55 @@
|
||||
# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
5042
ESP32-Rainmaker-Switch/build/compile_commands.json
Normal file
5042
ESP32-Rainmaker-Switch/build/compile_commands.json
Normal file
File diff suppressed because one or more lines are too long
12
ESP32-Rainmaker-Switch/build/config.env
Normal file
12
ESP32-Rainmaker-Switch/build/config.env
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"COMPONENT_KCONFIGS": "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/bt/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_server/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_psram/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/ieee802154/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/log/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/openthread/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/ulp/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/usb/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/Kconfig;C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp-insights/components/esp_diag_data_store/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp-insights/components/esp_diagnostics/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp-insights/components/esp_insights/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/components/rmaker_common/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/components/jsmn/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/app_insights/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/gpio_button/Kconfig;C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/ws2812_led/Kconfig;C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/managed_components/espressif__esp_secure_cert_mgr/Kconfig;C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/managed_components/espressif__mdns/Kconfig",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/v5.2.2/esp-idf/components/partition_table/Kconfig.projbuild;C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/main/Kconfig.projbuild;C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp_rainmaker/Kconfig.projbuild;C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/app_wifi/Kconfig.projbuild",
|
||||
"COMPONENT_SDKCONFIG_RENAMES": "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/bt/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/bt/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/sdkconfig.rename;C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/sdkconfig.rename;C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp_rainmaker/sdkconfig.rename",
|
||||
"IDF_TARGET": "esp32c3",
|
||||
"IDF_TOOLCHAIN": "gcc",
|
||||
"IDF_VERSION": "5.2.2",
|
||||
"IDF_ENV_FPGA": "",
|
||||
"IDF_PATH": "C:/Users/alex/esp/v5.2.2/esp-idf",
|
||||
"COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/kconfigs.in",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/kconfigs_projbuild.in"
|
||||
}
|
28304
ESP32-Rainmaker-Switch/build/config/kconfig_menus.json
Normal file
28304
ESP32-Rainmaker-Switch/build/config/kconfig_menus.json
Normal file
File diff suppressed because it is too large
Load Diff
1628
ESP32-Rainmaker-Switch/build/config/sdkconfig.cmake
Normal file
1628
ESP32-Rainmaker-Switch/build/config/sdkconfig.cmake
Normal file
File diff suppressed because one or more lines are too long
1064
ESP32-Rainmaker-Switch/build/config/sdkconfig.h
Normal file
1064
ESP32-Rainmaker-Switch/build/config/sdkconfig.h
Normal file
File diff suppressed because it is too large
Load Diff
1409
ESP32-Rainmaker-Switch/build/config/sdkconfig.json
Normal file
1409
ESP32-Rainmaker-Switch/build/config/sdkconfig.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/app_insights
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/app_reset
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 4MB
|
||||
0x16000 ota_data_initial.bin
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/app_wifi
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 4MB
|
||||
0x0 bootloader/bootloader.bin
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
39
ESP32-Rainmaker-Switch/build/esp-idf/bt/cmake_install.cmake
Normal file
39
ESP32-Rainmaker-Switch/build/esp-idf/bt/cmake_install.cmake
Normal file
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/bt
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
504
ESP32-Rainmaker-Switch/build/esp-idf/cmake_install.cmake
Normal file
504
ESP32-Rainmaker-Switch/build/esp-idf/cmake_install.cmake
Normal file
@ -0,0 +1,504 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/riscv/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_ringbuf/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/efuse/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_mm/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/driver/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_pm/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mbedtls/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_bootloader_format/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_app_format/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader_support/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bootloader/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/partition_table/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_partition/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_update/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spi_flash/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/pthread/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rom/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/hal/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/log/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/heap/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/soc/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/freertos/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/newlib/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cxx/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_common/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_timer/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_trace/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_event/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_flash/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_phy/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/vfs/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/lwip/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif_stack/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_netif/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wpa_supplicant/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_coex/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_wifi/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/bt/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/unity/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/cmock/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/console/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/http_parser/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp-tls/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_adc/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_eth/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_gdbstub/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hid/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/tcp_transport/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_client/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_http_server/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_ota/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_https_server/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_psram/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_lcd/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protobuf-c/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/protocomm/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_local_ctrl/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espcoredump/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wear_levelling/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/sdmmc/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/fatfs/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/idf_test/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ieee802154/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/mqtt/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/nvs_sec_provider/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/openthread/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/spiffs/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ulp/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/usb/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/wifi_provisioning/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/main/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diag_data_store/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/rmaker_common/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_diagnostics/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__cbor/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/jsmn/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_parser/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/json_generator/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__mdns/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_schedule/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/espressif__esp_secure_cert_mgr/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_insights/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/gpio_button/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_reset/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/qrcode/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/app_wifi/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/ws2812_led/cmake_install.cmake")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/cmock
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/console
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
39
ESP32-Rainmaker-Switch/build/esp-idf/cxx/cmake_install.cmake
Normal file
39
ESP32-Rainmaker-Switch/build/esp-idf/cxx/cmake_install.cmake
Normal file
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/driver
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_bootloader_format
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp-insights/components/esp_diag_data_store
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp-insights/components/esp_diagnostics
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_server
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,44 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32c3
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1 @@
|
||||
cfdd71e99607506c53b3a900ce1b010c2fd0d514
|
@ -0,0 +1,50 @@
|
||||
#
|
||||
# Internal file for GetGitRevisionDescription.cmake
|
||||
#
|
||||
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||
#
|
||||
# Original Author:
|
||||
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||
# http://academic.cleardefinition.com
|
||||
# Iowa State University HCI Graduate Program/VRAC
|
||||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
set(HEAD_HASH)
|
||||
|
||||
file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "C:/Users/alex/.espressif/tools/esp-rainmaker/.git/modules/components/esp-insights")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW)
|
||||
if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}")
|
||||
get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE)
|
||||
endif()
|
||||
if(EXISTS "${GIT_DIR_NEW}")
|
||||
set(GIT_DIR "${GIT_DIR_NEW}")
|
||||
endif()
|
||||
endif()
|
||||
if(HEAD_CONTENTS MATCHES "ref")
|
||||
# named branch
|
||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
set(HEAD_HASH "${HEAD_REF}")
|
||||
endif()
|
||||
else()
|
||||
# detached HEAD
|
||||
configure_file("${GIT_DIR}/HEAD" "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
endif()
|
||||
|
||||
if(NOT HEAD_HASH)
|
||||
file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_insights/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||
endif()
|
@ -0,0 +1 @@
|
||||
cfdd71e99607506c53b3a900ce1b010c2fd0d514
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp-insights/components/esp_insights
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif_stack
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_psram
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1 @@
|
||||
ref: refs/heads/master
|
@ -0,0 +1,50 @@
|
||||
#
|
||||
# Internal file for GetGitRevisionDescription.cmake
|
||||
#
|
||||
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||
#
|
||||
# Original Author:
|
||||
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||
# http://academic.cleardefinition.com
|
||||
# Iowa State University HCI Graduate Program/VRAC
|
||||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
set(HEAD_HASH)
|
||||
|
||||
file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "C:/Users/alex/.espressif/tools/esp-rainmaker/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW)
|
||||
if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}")
|
||||
get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE)
|
||||
endif()
|
||||
if(EXISTS "${GIT_DIR_NEW}")
|
||||
set(GIT_DIR "${GIT_DIR_NEW}")
|
||||
endif()
|
||||
endif()
|
||||
if(HEAD_CONTENTS MATCHES "ref")
|
||||
# named branch
|
||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
set(HEAD_HASH "${HEAD_REF}")
|
||||
endif()
|
||||
else()
|
||||
# detached HEAD
|
||||
configure_file("${GIT_DIR}/HEAD" "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
endif()
|
||||
|
||||
if(NOT HEAD_HASH)
|
||||
file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_rainmaker/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||
endif()
|
@ -0,0 +1 @@
|
||||
33a943e5fd3942e8f5dfd373034c547dd009eb48
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp_rainmaker
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/components/esp_schedule
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,44 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/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}")
|
139
ESP32-Rainmaker-Switch/build/esp-idf/esp_system/ld/memory.ld
Normal file
139
ESP32-Rainmaker-Switch/build/esp-idf/esp_system/ld/memory.ld
Normal file
@ -0,0 +1,139 @@
|
||||
/*
|
||||
|
||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
|
||||
*
|
||||
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
/**
|
||||
|
||||
* ESP32-C3 Linker Script Memory Layout
|
||||
|
||||
* This file describes the memory layout (memory blocks) by virtual memory addresses.
|
||||
|
||||
* This linker script is passed through the C preprocessor to include configuration options.
|
||||
|
||||
* Please use preprocessor features sparingly!
|
||||
|
||||
* Restrict to simple macros with numeric values, and/or #if/#endif blocks.
|
||||
|
||||
*/
|
||||
/*
|
||||
|
||||
* Automatically generated file. DO NOT EDIT.
|
||||
|
||||
* Espressif IoT Development Framework (ESP-IDF) 5.2.2 Configuration Header
|
||||
|
||||
*/
|
||||
|
||||
/* List of deprecated options */
|
||||
/*
|
||||
|
||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
|
||||
*
|
||||
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
/* CPU instruction prefetch padding size for flash mmap scenario */
|
||||
_esp_flash_mmap_prefetch_pad_size = 16;
|
||||
/* CPU instruction prefetch padding size for memory protection scenario */
|
||||
_esp_memprot_prefetch_pad_size = 16;
|
||||
/* Memory alignment size for PMS */
|
||||
_esp_memprot_align_size = 512;
|
||||
_esp_mmu_block_size = (0x10000);
|
||||
/* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */
|
||||
/**
|
||||
|
||||
* physical memory is mapped twice to the vritual address (IRAM and DRAM).
|
||||
|
||||
* `I_D_SRAM_OFFSET` is the offset between the two locations of the same physical memory
|
||||
|
||||
*/
|
||||
MEMORY
|
||||
{
|
||||
/**
|
||||
|
||||
* All these values assume the flash cache is on, and have the blocks this uses subtracted from the length
|
||||
|
||||
* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions but
|
||||
|
||||
* are connected to the data port of the CPU and eg allow byte-wise access.
|
||||
|
||||
*/
|
||||
/* IRAM for PRO CPU. */
|
||||
iram0_0_seg (RX) : org = (0x4037C000 + 0x4000), len = 0x403CE710 - (0x4037C000 - 0x3FC7C000) - (0x3FC7C000 + 0x4000)
|
||||
/* Flash mapped instruction data */
|
||||
iram0_2_seg (RX) : org = 0x42000020, len = 0x800000-0x20
|
||||
/**
|
||||
|
||||
* (0x20 offset above is a convenience for the app binary image generation.
|
||||
|
||||
* Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
||||
|
||||
* has a 0x18 byte file header, and each segment has a 0x08 byte segment
|
||||
|
||||
* header. Setting this offset makes it simple to meet the flash cache MMU's
|
||||
|
||||
* constraint that (paddr % 64KB == vaddr % 64KB).)
|
||||
|
||||
*/
|
||||
/**
|
||||
|
||||
* Shared data RAM, excluding memory reserved for ROM bss/data/stack.
|
||||
|
||||
* Enabling Bluetooth & Trace Memory features in menuconfig will decrease the amount of RAM available.
|
||||
|
||||
*/
|
||||
dram0_0_seg (RW) : org = (0x3FC7C000 + 0x4000), len = 0x403CE710 - (0x4037C000 - 0x3FC7C000) - (0x3FC7C000 + 0x4000)
|
||||
/* Flash mapped constant data */
|
||||
drom0_0_seg (R) : org = 0x3C000020, len = 0x800000-0x20
|
||||
/* (See iram0_2_seg for meaning of 0x20 offset in the above.) */
|
||||
/**
|
||||
|
||||
* RTC fast memory (executable). Persists over deep sleep.
|
||||
|
||||
*/
|
||||
rtc_iram_seg(RWX) : org = 0x50000000, len = 0x2000 - (0 + (24))
|
||||
/* We reduced the size of rtc_iram_seg by RESERVE_RTC_MEM value.
|
||||
|
||||
It reserves the amount of RTC fast memory that we use for this memory segment.
|
||||
|
||||
This segment is intended for keeping:
|
||||
|
||||
- (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
|
||||
|
||||
- (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
|
||||
|
||||
The aim of this is to keep data that will not be moved around and have a fixed address.
|
||||
|
||||
*/
|
||||
rtc_reserved_seg(RW) : org = 0x50000000 + 0x2000 - (0 + (24)), len = (0 + (24))
|
||||
}
|
||||
/* Heap ends at top of dram0_0_seg */
|
||||
_heap_end = 0x40000000;
|
||||
_data_seg_org = ORIGIN(rtc_data_seg);
|
||||
/**
|
||||
|
||||
* The lines below define location alias for .rtc.data section
|
||||
|
||||
* As C3 only has RTC fast memory, this is not configurable like on other targets
|
||||
|
||||
*/
|
||||
REGION_ALIAS("rtc_data_seg", rtc_iram_seg );
|
||||
REGION_ALIAS("rtc_slow_seg", rtc_iram_seg );
|
||||
REGION_ALIAS("rtc_data_location", rtc_iram_seg );
|
||||
REGION_ALIAS("default_code_seg", iram0_2_seg);
|
||||
REGION_ALIAS("default_rodata_seg", drom0_0_seg);
|
||||
/**
|
||||
|
||||
* If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must
|
||||
|
||||
* also be first in the segment.
|
||||
|
||||
*/
|
||||
ASSERT(_flash_rodata_dummy_start == ORIGIN(default_rodata_seg),
|
||||
".flash_rodata_dummy section must be placed at the beginning of the rodata segment.")
|
@ -0,0 +1,437 @@
|
||||
/*
|
||||
|
||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
|
||||
*
|
||||
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
/*
|
||||
|
||||
* Automatically generated file. DO NOT EDIT.
|
||||
|
||||
* Espressif IoT Development Framework (ESP-IDF) 5.2.2 Configuration Header
|
||||
|
||||
*/
|
||||
|
||||
/* List of deprecated options */
|
||||
/* Default entry point */
|
||||
ENTRY(call_start_cpu0);
|
||||
SECTIONS
|
||||
{
|
||||
/**
|
||||
|
||||
* RTC fast memory holds RTC wake stub code,
|
||||
|
||||
* including from any source file named rtc_wake_stub*.c
|
||||
|
||||
*/
|
||||
.rtc.text :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_rtc_fast_start = ABSOLUTE(.);
|
||||
mapping[rtc_text]
|
||||
*rtc_wake_stub*.*(.literal .text .literal.* .text.*)
|
||||
*(.rtc_text_end_test)
|
||||
/* 16B padding for possible CPU prefetch and 4B alignment for PMS split lines */
|
||||
. += _esp_memprot_prefetch_pad_size;
|
||||
. = ALIGN(4);
|
||||
_rtc_text_end = ABSOLUTE(.);
|
||||
} > rtc_iram_seg
|
||||
/**
|
||||
|
||||
* This section located in RTC FAST Memory area.
|
||||
|
||||
* It holds data marked with RTC_FAST_ATTR attribute.
|
||||
|
||||
* See the file "esp_attr.h" for more information.
|
||||
|
||||
*/
|
||||
.rtc.force_fast :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_rtc_force_fast_start = ABSOLUTE(.);
|
||||
mapping[rtc_force_fast]
|
||||
*(.rtc.force_fast .rtc.force_fast.*)
|
||||
. = ALIGN(4) ;
|
||||
_rtc_force_fast_end = ABSOLUTE(.);
|
||||
} > rtc_data_seg
|
||||
/**
|
||||
|
||||
* RTC data section holds RTC wake stub
|
||||
|
||||
* data/rodata, including from any source file
|
||||
|
||||
* named rtc_wake_stub*.c and the data marked with
|
||||
|
||||
* RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
|
||||
|
||||
*/
|
||||
.rtc.data :
|
||||
{
|
||||
_rtc_data_start = ABSOLUTE(.);
|
||||
mapping[rtc_data]
|
||||
*rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*)
|
||||
_rtc_data_end = ABSOLUTE(.);
|
||||
} > rtc_data_location
|
||||
/* RTC bss, from any source file named rtc_wake_stub*.c */
|
||||
.rtc.bss (NOLOAD) :
|
||||
{
|
||||
_rtc_bss_start = ABSOLUTE(.);
|
||||
*rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*)
|
||||
*rtc_wake_stub*.*(COMMON)
|
||||
mapping[rtc_bss]
|
||||
_rtc_bss_end = ABSOLUTE(.);
|
||||
} > rtc_data_location
|
||||
/**
|
||||
|
||||
* This section holds data that should not be initialized at power up
|
||||
|
||||
* and will be retained during deep sleep.
|
||||
|
||||
* User data marked with RTC_NOINIT_ATTR will be placed
|
||||
|
||||
* into this section. See the file "esp_attr.h" for more information.
|
||||
|
||||
*/
|
||||
.rtc_noinit (NOLOAD):
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_rtc_noinit_start = ABSOLUTE(.);
|
||||
*(.rtc_noinit .rtc_noinit.*)
|
||||
. = ALIGN(4) ;
|
||||
_rtc_noinit_end = ABSOLUTE(.);
|
||||
} > rtc_data_location
|
||||
/**
|
||||
|
||||
* This section located in RTC SLOW Memory area.
|
||||
|
||||
* It holds data marked with RTC_SLOW_ATTR attribute.
|
||||
|
||||
* See the file "esp_attr.h" for more information.
|
||||
|
||||
*/
|
||||
.rtc.force_slow :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_rtc_force_slow_start = ABSOLUTE(.);
|
||||
*(.rtc.force_slow .rtc.force_slow.*)
|
||||
. = ALIGN(4) ;
|
||||
_rtc_force_slow_end = ABSOLUTE(.);
|
||||
} > rtc_slow_seg
|
||||
/**
|
||||
|
||||
* This section holds RTC data that should have fixed addresses.
|
||||
|
||||
* The data are not initialized at power-up and are retained during deep sleep.
|
||||
|
||||
*/
|
||||
.rtc_reserved (NOLOAD):
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_rtc_reserved_start = ABSOLUTE(.);
|
||||
/* New data can only be added here to ensure existing data are not moved.
|
||||
|
||||
Because data have adhered to the end of the segment and code is relied on it.
|
||||
|
||||
>> put new data here << */
|
||||
*(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*)
|
||||
KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*))
|
||||
_rtc_reserved_end = ABSOLUTE(.);
|
||||
} > rtc_reserved_seg
|
||||
_rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start;
|
||||
ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)),
|
||||
"RTC reserved segment data does not fit.")
|
||||
/* Get size of rtc slow data based on rtc_data_location alias */
|
||||
_rtc_slow_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location))
|
||||
? (_rtc_force_slow_end - _rtc_data_start)
|
||||
: (_rtc_force_slow_end - _rtc_force_slow_start);
|
||||
_rtc_fast_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location))
|
||||
? (_rtc_force_fast_end - _rtc_fast_start)
|
||||
: (_rtc_noinit_end - _rtc_fast_start);
|
||||
ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)),
|
||||
"RTC_SLOW segment data does not fit.")
|
||||
ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)),
|
||||
"RTC_FAST segment data does not fit.")
|
||||
.iram0.text :
|
||||
{
|
||||
_iram_start = ABSOLUTE(.);
|
||||
/* Vectors go to start of IRAM */
|
||||
ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned");
|
||||
KEEP(*(.exception_vectors_table.text));
|
||||
KEEP(*(.exception_vectors.text));
|
||||
. = ALIGN(4);
|
||||
_invalid_pc_placeholder = ABSOLUTE(.);
|
||||
/* Code marked as running out of IRAM */
|
||||
_iram_text_start = ABSOLUTE(.);
|
||||
mapping[iram0_text]
|
||||
} > iram0_0_seg
|
||||
/**
|
||||
|
||||
* This section is required to skip .iram0.text area because iram0_0_seg and
|
||||
|
||||
* dram0_0_seg reflect the same address space on different buses.
|
||||
|
||||
*/
|
||||
.dram0.dummy (NOLOAD):
|
||||
{
|
||||
. = ORIGIN(dram0_0_seg) + _iram_end - _iram_start;
|
||||
} > dram0_0_seg
|
||||
.dram0.data :
|
||||
{
|
||||
_data_start = ABSOLUTE(.);
|
||||
*(.gnu.linkonce.d.*)
|
||||
*(.data1)
|
||||
__global_pointer$ = . + 0x800;
|
||||
*(.sdata)
|
||||
*(.sdata.*)
|
||||
*(.gnu.linkonce.s.*)
|
||||
*(.gnu.linkonce.s2.*)
|
||||
*(.jcr)
|
||||
mapping[dram0_data]
|
||||
_data_end = ABSOLUTE(.);
|
||||
. = ALIGN(4);
|
||||
} > dram0_0_seg
|
||||
/**
|
||||
|
||||
* This section holds data that should not be initialized at power up.
|
||||
|
||||
* The section located in Internal SRAM memory region. The macro _NOINIT
|
||||
|
||||
* can be used as attribute to place data into this section.
|
||||
|
||||
* See the "esp_attr.h" file for more information.
|
||||
|
||||
*/
|
||||
.noinit (NOLOAD):
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_noinit_start = ABSOLUTE(.);
|
||||
*(.noinit .noinit.*)
|
||||
. = ALIGN(4) ;
|
||||
_noinit_end = ABSOLUTE(.);
|
||||
} > dram0_0_seg
|
||||
/* Shared RAM */
|
||||
.dram0.bss (NOLOAD) :
|
||||
{
|
||||
. = ALIGN (8);
|
||||
_bss_start = ABSOLUTE(.);
|
||||
mapping[dram0_bss]
|
||||
*(.dynsbss)
|
||||
*(.sbss)
|
||||
*(.sbss.*)
|
||||
*(.gnu.linkonce.sb.*)
|
||||
*(.scommon)
|
||||
*(.sbss2)
|
||||
*(.sbss2.*)
|
||||
*(.gnu.linkonce.sb2.*)
|
||||
*(.dynbss)
|
||||
*(.share.mem)
|
||||
*(.gnu.linkonce.b.*)
|
||||
. = ALIGN (8);
|
||||
_bss_end = ABSOLUTE(.);
|
||||
} > dram0_0_seg
|
||||
ASSERT(((_bss_end - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), "DRAM segment data does not fit.")
|
||||
.flash.text :
|
||||
{
|
||||
_stext = .;
|
||||
_instruction_reserved_start = ABSOLUTE(.); /* This is a symbol marking the flash.text start, this can be used for mmu driver to maintain virtual address */
|
||||
_text_start = ABSOLUTE(.);
|
||||
mapping[flash_text]
|
||||
*(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
||||
*(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */
|
||||
*(.fini.literal)
|
||||
*(.fini)
|
||||
*(.gnu.version)
|
||||
/** CPU will try to prefetch up to 16 bytes of
|
||||
|
||||
* of instructions. This means that any configuration (e.g. MMU, PMS) must allow
|
||||
|
||||
* safe access to up to 16 bytes after the last real instruction, add
|
||||
|
||||
* dummy bytes to ensure this
|
||||
|
||||
*/
|
||||
. += _esp_flash_mmap_prefetch_pad_size;
|
||||
_text_end = ABSOLUTE(.);
|
||||
_instruction_reserved_end = ABSOLUTE(.); /* This is a symbol marking the flash.text end, this can be used for mmu driver to maintain virtual address */
|
||||
_etext = .;
|
||||
/**
|
||||
|
||||
* Similar to _iram_start, this symbol goes here so it is
|
||||
|
||||
* resolved by addr2line in preference to the first symbol in
|
||||
|
||||
* the flash.text segment.
|
||||
|
||||
*/
|
||||
_flash_cache_start = ABSOLUTE(0);
|
||||
} > default_code_seg
|
||||
/**
|
||||
|
||||
* This dummy section represents the .flash.text section but in default_rodata_seg.
|
||||
|
||||
* Thus, it must have its alignment and (at least) its size.
|
||||
|
||||
*/
|
||||
.flash_rodata_dummy (NOLOAD):
|
||||
{
|
||||
_flash_rodata_dummy_start = .;
|
||||
/* Start at the same alignment constraint than .flash.text */
|
||||
. = ALIGN(ALIGNOF(.flash.text));
|
||||
/* Create an empty gap as big as .flash.text section */
|
||||
. = . + SIZEOF(.flash.text);
|
||||
/* Prepare the alignment of the section above. Few bytes (0x20) must be
|
||||
|
||||
* added for the mapping header. */
|
||||
. = ALIGN(_esp_mmu_block_size) + 0x20;
|
||||
} > default_rodata_seg
|
||||
.flash.appdesc : ALIGN(0x10)
|
||||
{
|
||||
_rodata_reserved_start = ABSOLUTE(.); /* This is a symbol marking the flash.rodata start, this can be used for mmu driver to maintain virtual address */
|
||||
_rodata_start = ABSOLUTE(.);
|
||||
*(.rodata_desc .rodata_desc.*) /* Should be the first. App version info. DO NOT PUT ANYTHING BEFORE IT! */
|
||||
*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO NOT PUT ANYTHING BEFORE IT! */
|
||||
/* Create an empty gap within this section. Thanks to this, the end of this
|
||||
|
||||
* section will match .flash.rodata's begin address. Thus, both sections
|
||||
|
||||
* will be merged when creating the final bin image. */
|
||||
. = ALIGN(ALIGNOF(.flash.rodata));
|
||||
} >default_rodata_seg
|
||||
.flash.rodata : ALIGN(0x10)
|
||||
{
|
||||
_flash_rodata_start = ABSOLUTE(.);
|
||||
mapping[flash_rodata]
|
||||
*(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */
|
||||
*(.gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
__XT_EXCEPTION_TABLE_ = ABSOLUTE(.);
|
||||
*(.xt_except_table)
|
||||
*(.gcc_except_table .gcc_except_table.*)
|
||||
*(.gnu.linkonce.e.*)
|
||||
*(.gnu.version_r)
|
||||
. = (. + 7) & ~ 3;
|
||||
/*
|
||||
|
||||
* C++ constructor and destructor tables
|
||||
|
||||
* Don't include anything from crtbegin.o or crtend.o, as IDF doesn't use toolchain crt.
|
||||
|
||||
*
|
||||
|
||||
* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
|
||||
|
||||
* But the init_priority sections will be sorted for iteration in ascending order during startup.
|
||||
|
||||
* The rest of the init_array sections is sorted for iteration in descending order during startup, however.
|
||||
|
||||
* Hence a different section is generated for the init_priority functions which is iterated in
|
||||
|
||||
* ascending order during startup. The corresponding code can be found in startup.c.
|
||||
|
||||
*/
|
||||
__init_priority_array_start = ABSOLUTE(.);
|
||||
KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*))
|
||||
__init_priority_array_end = ABSOLUTE(.);
|
||||
__init_array_start = ABSOLUTE(.);
|
||||
KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array))
|
||||
__init_array_end = ABSOLUTE(.);
|
||||
KEEP (*crtbegin.*(.dtors))
|
||||
KEEP (*(EXCLUDE_FILE (*crtend.*) .dtors))
|
||||
KEEP (*(SORT(.dtors.*)))
|
||||
KEEP (*(.dtors))
|
||||
/* C++ exception handlers table: */
|
||||
__XT_EXCEPTION_DESCS_ = ABSOLUTE(.);
|
||||
*(.xt_except_desc)
|
||||
*(.gnu.linkonce.h.*)
|
||||
__XT_EXCEPTION_DESCS_END__ = ABSOLUTE(.);
|
||||
*(.xt_except_desc_end)
|
||||
*(.dynamic)
|
||||
*(.gnu.version_d)
|
||||
/* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
||||
soc_reserved_memory_region_start = ABSOLUTE(.);
|
||||
KEEP (*(.reserved_memory_address))
|
||||
soc_reserved_memory_region_end = ABSOLUTE(.);
|
||||
/* System init functions registered via ESP_SYSTEM_INIT_FN */
|
||||
_esp_system_init_fn_array_start = ABSOLUTE(.);
|
||||
KEEP (*(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)))
|
||||
_esp_system_init_fn_array_end = ABSOLUTE(.);
|
||||
_rodata_end = ABSOLUTE(.);
|
||||
/* Literals are also RO data. */
|
||||
_lit4_start = ABSOLUTE(.);
|
||||
*(*.lit4)
|
||||
*(.lit4.*)
|
||||
*(.gnu.linkonce.lit4.*)
|
||||
_lit4_end = ABSOLUTE(.);
|
||||
. = ALIGN(4);
|
||||
_thread_local_start = ABSOLUTE(.);
|
||||
*(.tdata)
|
||||
*(.tdata.*)
|
||||
*(.tbss)
|
||||
*(.tbss.*)
|
||||
_thread_local_end = ABSOLUTE(.);
|
||||
} > default_rodata_seg
|
||||
/*
|
||||
|
||||
This section is a place where we dump all the rodata which aren't used at runtime,
|
||||
|
||||
so as to avoid binary size increase
|
||||
|
||||
*/
|
||||
.flash.rodata_noload (NOLOAD) :
|
||||
{
|
||||
/*
|
||||
|
||||
This is a symbol marking the flash.rodata end, this can be used for mmu driver to maintain virtual address
|
||||
|
||||
We don't need to include the noload rodata in this section
|
||||
|
||||
*/
|
||||
_rodata_reserved_end = ABSOLUTE(.);
|
||||
. = ALIGN (4);
|
||||
mapping[rodata_noload]
|
||||
} > default_rodata_seg
|
||||
/* Marks the end of IRAM code segment */
|
||||
.iram0.text_end (NOLOAD) :
|
||||
{
|
||||
/* iram_end_test section exists for use by Memprot unit tests only */
|
||||
*(.iram_end_test)
|
||||
/* ESP32-C3 memprot requires 16B padding for possible CPU prefetch and 512B alignment for PMS split lines */
|
||||
. += _esp_memprot_prefetch_pad_size;
|
||||
. = ALIGN(_esp_memprot_align_size);
|
||||
_iram_text_end = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
.iram0.data :
|
||||
{
|
||||
. = ALIGN(16);
|
||||
_iram_data_start = ABSOLUTE(.);
|
||||
mapping[iram0_data]
|
||||
_iram_data_end = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
.iram0.bss (NOLOAD) :
|
||||
{
|
||||
. = ALIGN(16);
|
||||
_iram_bss_start = ABSOLUTE(.);
|
||||
mapping[iram0_bss]
|
||||
_iram_bss_end = ABSOLUTE(.);
|
||||
. = ALIGN(16);
|
||||
_iram_end = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
/* Marks the end of data, bss and possibly rodata */
|
||||
.dram0.heap_start (NOLOAD) :
|
||||
{
|
||||
. = ALIGN (16);
|
||||
_heap_start = ABSOLUTE(.);
|
||||
} > dram0_0_seg
|
||||
/DISCARD/ :
|
||||
{
|
||||
*(.eh_frame_hdr)
|
||||
*(.eh_frame)
|
||||
}
|
||||
}
|
||||
ASSERT(((_iram_end - ORIGIN(iram0_0_seg)) <= LENGTH(iram0_0_seg)),
|
||||
"IRAM0 segment data does not fit.")
|
||||
ASSERT(((_heap_start - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)),
|
||||
"DRAM segment data does not fit.")
|
@ -0,0 +1,44 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32c3
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/managed_components/espressif__cbor
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/managed_components/espressif__esp_secure_cert_mgr
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/managed_components/espressif__mdns
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 4MB
|
||||
0x20000 $<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,26 @@
|
||||
{
|
||||
"write_flash_args" : [ "--flash_mode", "dio",
|
||||
"--flash_size", "4MB",
|
||||
"--flash_freq", "80m" ],
|
||||
"flash_settings" : {
|
||||
"flash_mode": "dio",
|
||||
"flash_size": "4MB",
|
||||
"flash_freq": "80m"
|
||||
},
|
||||
"flash_files" : {
|
||||
"0x0" : "bootloader/bootloader.bin",
|
||||
"0x20000" : "$<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin",
|
||||
"0x8000" : "partition_table/partition-table.bin",
|
||||
"0x16000" : "ota_data_initial.bin"
|
||||
},
|
||||
"bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" },
|
||||
"app" : { "offset" : "0x20000", "file" : "$<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin", "encrypted" : "false" },
|
||||
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
|
||||
"otadata" : { "offset" : "0x16000", "file" : "ota_data_initial.bin", "encrypted" : "false" },
|
||||
"extra_esptool_args" : {
|
||||
"after" : "hard_reset",
|
||||
"before" : "default_reset",
|
||||
"stub" : true,
|
||||
"chip" : "esp32c3"
|
||||
}
|
||||
}
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/.espressif/tools/esp-rainmaker/examples/common/gpio_button
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
39
ESP32-Rainmaker-Switch/build/esp-idf/hal/cmake_install.cmake
Normal file
39
ESP32-Rainmaker-Switch/build/esp-idf/hal/cmake_install.cmake
Normal file
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/hal
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/heap
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/http_parser
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
@ -0,0 +1,39 @@
|
||||
# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/idf_test
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-Rainmaker-Switch")
|
||||
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 default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
|
||||
endif()
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user