diff --git a/ESP32-IDF_OLED-SSD1306/.vscode/settings.json b/ESP32-IDF_OLED-SSD1306/.vscode/settings.json index 7c1468b0e..10eec0097 100644 --- a/ESP32-IDF_OLED-SSD1306/.vscode/settings.json +++ b/ESP32-IDF_OLED-SSD1306/.vscode/settings.json @@ -10,7 +10,8 @@ "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.2.2\\esp-idf", "idf.espAdfPathWin": "C:\\Users\\alex\\.espressif\\esp-adf", "idf.openOcdConfigs": [ - "board/esp32-wrover-kit-3.3v.cfg" + "interface/ftdi/esp32_devkitj_v1.cfg", + "target/esp32.cfg" ], "idf.portWin": "COM25", "idf.pythonBinPathWin": "c:\\Users\\alex\\.espressif\\tools\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe", diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeCache.txt b/ESP32-IDF_OLED-SSD1306/build/CMakeCache.txt new file mode 100644 index 000000000..1c477ec05 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeCache.txt @@ -0,0 +1,612 @@ +# This is the CMakeCache file. +# For build in directory: c:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/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 +######################## + +//No help, variable specified on the command line. +CCACHE_ENABLE:UNINITIALIZED=0 + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//ASM Compiler Base Flags +CMAKE_ASM_FLAGS:STRING='-mlongcalls ' + +//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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//C++ Compiler Base Flags +CMAKE_CXX_FLAGS:STRING=-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy + +//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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//C Compiler Base Flags +CMAKE_C_FLAGS:STRING=-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy + +//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 + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306 + +//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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306 + +//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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib.exe + +//Path to a program. +CMAKE_READELF:FILEPATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-strip.exe + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/v5.2.2/esp-idf/tools/cmake/toolchain-esp32.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-IDF_OLED-SSD1306_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build + +//Value Computed by CMake +ESP32-IDF_OLED-SSD1306_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +ESP32-IDF_OLED-SSD1306_SOURCE_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306 + +//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=esp32 + +//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-IDF_OLED-SSD1306/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:UNINITIALIZED=c:\Users\alex\.espressif\tools\python_env\idf5.2_py3.11_env\Scripts\python.exe + +//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-IDF_OLED-SSD1306/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_xtensa; + +//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_xtensa;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_xtensa;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_xtensa;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_xtensa; + + +######################## +# 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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306 +//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=89 +//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-IDF_OLED-SSD1306 +_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 + diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeOutput.log b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeOutput.log index 808f8ebaa..7bc8af721 100644 --- a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeOutput.log +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeOutput.log @@ -35,7 +35,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Detecting C compiler ABI info compiled with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_f9d03 && [1/2] Building C object CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_62569 && [1/2] Building C object CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj Using built-in specs. COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe Target: xtensa-esp-elf @@ -43,8 +43,8 @@ Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa- Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_f9d03.dir/' - C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_f9d03.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccJIBhKx.s +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_62569.dir/' + C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_62569.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccZEt1zd.s GNU C17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf) compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP @@ -61,12 +61,12 @@ ignoring duplicate directory "C:/Users/alex/.espressif/tools/tools/xtensa-esp-el C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include End of search list. Compiler executable checksum: a7185c8b5363aeb8f378896e00d5f636 -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_f9d03.dir/' - C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\ccJIBhKx.s +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_62569.dir/' + C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\ccZEt1zd.s COMPILER_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/ -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.' -[2/2] Linking C executable cmTC_f9d03 +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.' +[2/2] Linking C executable cmTC_62569 Using built-in specs. COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe COLLECT_LTO_WRAPPER=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe @@ -77,9 +77,9 @@ Supported LTO compression algorithms: zlib gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) COMPILER_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/ -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_f9d03' '-dumpdir' 'cmTC_f9d03.' - C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccR62gVI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_f9d03 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_f9d03' '-dumpdir' 'cmTC_f9d03.' +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_62569' '-dumpdir' 'cmTC_62569.' + C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\cci4Vzlb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_62569 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_62569' '-dumpdir' 'cmTC_62569.' @@ -102,7 +102,7 @@ Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_f9d03 && [1/2] Building C object CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj] + ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_62569 && [1/2] Building C object CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe] ignore line: [Target: xtensa-esp-elf] @@ -110,8 +110,8 @@ Parsed C implicit link information from above output: ignore line: [Thread model: posix] ignore line: [Supported LTO compression algorithms: zlib] ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_f9d03.dir/'] - ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_f9d03.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccJIBhKx.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_62569.dir/'] + ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_62569.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccZEt1zd.s] ignore line: [GNU C17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf)] ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] ignore line: [] @@ -128,8 +128,8 @@ Parsed C implicit link information from above output: ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: a7185c8b5363aeb8f378896e00d5f636] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_f9d03.dir/'] - ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\ccJIBhKx.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_62569.dir/'] + ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\ccZEt1zd.s] ignore line: [COMPILER_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/] @@ -138,8 +138,8 @@ Parsed C implicit link information from above output: ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.'] - ignore line: [[2/2] Linking C executable cmTC_f9d03] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] Linking C executable cmTC_62569] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-gcc.exe] ignore line: [COLLECT_LTO_WRAPPER=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe] @@ -156,13 +156,13 @@ Parsed C implicit link information from above output: ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_f9d03' '-dumpdir' 'cmTC_f9d03.'] - link line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccR62gVI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_f9d03 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_62569' '-dumpdir' 'cmTC_62569.'] + link line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\cci4Vzlb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_62569 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o] arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe] ==> ignore arg [-plugin] ==> ignore arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll] ==> ignore arg [-plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccR62gVI.res] ==> ignore + arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\cci4Vzlb.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore @@ -170,7 +170,7 @@ Parsed C implicit link information from above output: arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [--dynconfig=xtensa_esp32.so] ==> ignore arg [-o] ==> ignore - arg [cmTC_f9d03] ==> ignore + arg [cmTC_62569] ==> ignore arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o] ==> obj [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o] arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o] ==> obj [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o] @@ -179,7 +179,7 @@ Parsed C implicit link information from above output: arg [-LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0] ==> dir [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0] arg [-LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] ==> dir [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] arg [-LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] - arg [CMakeFiles/cmTC_f9d03.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [CMakeFiles/cmTC_62569.dir/CMakeCCompilerABI.c.obj] ==> ignore arg [-lgcc] ==> lib [gcc] arg [-lc] ==> lib [c] arg [-lnosys] ==> lib [nosys] @@ -206,7 +206,7 @@ Parsed C implicit link information from above output: Detecting CXX compiler ABI info compiled with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_575d2 && [1/2] Building CXX object CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_433c6 && [1/2] Building CXX object CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj Using built-in specs. COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe Target: xtensa-esp-elf @@ -214,8 +214,8 @@ Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa- Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_575d2.dir/' - C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_575d2.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccLp4vJ9.s +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_433c6.dir/' + C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_433c6.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccKgp0dE.s GNU C++17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf) compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP @@ -238,12 +238,12 @@ ignoring duplicate directory "C:/Users/alex/.espressif/tools/tools/xtensa-esp-el C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include End of search list. Compiler executable checksum: 7accc3f4dea0b1ef90bd5b8fb39b4353 -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_575d2.dir/' - C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\ccLp4vJ9.s +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_433c6.dir/' + C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\ccKgp0dE.s COMPILER_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/ -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.' -[2/2] Linking CXX executable cmTC_575d2 +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.' +[2/2] Linking CXX executable cmTC_433c6 Using built-in specs. COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe COLLECT_LTO_WRAPPER=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe @@ -254,9 +254,9 @@ Supported LTO compression algorithms: zlib gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) COMPILER_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/;C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/ -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_575d2' '-dumpdir' 'cmTC_575d2.' - C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccha2i8g.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_575d2 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o -COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_575d2' '-dumpdir' 'cmTC_575d2.' +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_433c6' '-dumpdir' 'cmTC_433c6.' + C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccc7uvyJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_433c6 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o +COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_433c6' '-dumpdir' 'cmTC_433c6.' @@ -285,7 +285,7 @@ Parsed CXX implicit link information from above output: link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_575d2 && [1/2] Building CXX object CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_433c6 && [1/2] Building CXX object CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe] ignore line: [Target: xtensa-esp-elf] @@ -293,8 +293,8 @@ Parsed CXX implicit link information from above output: ignore line: [Thread model: posix] ignore line: [Supported LTO compression algorithms: zlib] ignore line: [gcc version 13.2.0 (crosstool-NG esp-13.2.0_20230928) ] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_575d2.dir/'] - ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_575d2.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccLp4vJ9.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_433c6.dir/'] + ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/cc1plus.exe -quiet -v -imultilib esp32 -iprefix C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/ C:/Users/alex/.espressif/tools/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_433c6.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o C:\Users\alex\AppData\Local\Temp\ccKgp0dE.s] ignore line: [GNU C++17 (crosstool-NG esp-13.2.0_20230928) version 13.2.0 (xtensa-esp-elf)] ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] ignore line: [] @@ -317,8 +317,8 @@ Parsed CXX implicit link information from above output: ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 7accc3f4dea0b1ef90bd5b8fb39b4353] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_575d2.dir/'] - ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\ccLp4vJ9.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_433c6.dir/'] + ignore line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/as.exe --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\ccKgp0dE.s] ignore line: [COMPILER_PATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/] @@ -327,8 +327,8 @@ Parsed CXX implicit link information from above output: ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [[2/2] Linking CXX executable cmTC_575d2] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] Linking CXX executable cmTC_433c6] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp-elf-g++.exe] ignore line: [COLLECT_LTO_WRAPPER=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe] @@ -345,13 +345,13 @@ Parsed CXX implicit link information from above output: ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/] ignore line: [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_575d2' '-dumpdir' 'cmTC_575d2.'] - link line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccha2i8g.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_575d2 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o ] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'cmTC_433c6' '-dumpdir' 'cmTC_433c6.'] + link line: [ C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe -plugin C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccc7uvyJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --dynconfig=xtensa_esp32.so -o cmTC_433c6 C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0 -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc -LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtend.o C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtn.o ] arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/collect2.exe] ==> ignore arg [-plugin] ==> ignore arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/liblto_plugin.dll] ==> ignore arg [-plugin-opt=C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/13.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccha2i8g.res] ==> ignore + arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccc7uvyJ.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore @@ -359,7 +359,7 @@ Parsed CXX implicit link information from above output: arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [--dynconfig=xtensa_esp32.so] ==> ignore arg [-o] ==> ignore - arg [cmTC_575d2] ==> ignore + arg [cmTC_433c6] ==> ignore arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] ==> obj [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32/crt0.o] arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o] ==> obj [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crti.o] arg [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o] ==> obj [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32/crtbegin.o] @@ -368,7 +368,7 @@ Parsed CXX implicit link information from above output: arg [-LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0] ==> dir [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0] arg [-LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] ==> dir [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc] arg [-LC:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] ==> dir [C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib] - arg [CMakeFiles/cmTC_575d2.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [CMakeFiles/cmTC_433c6.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lm] ==> lib [m] arg [-lgcc] ==> lib [gcc] @@ -397,46 +397,46 @@ Parsed CXX implicit link information from above output: Determining if the include file sys/types.h exists passed with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_90853 && [1/2] Building C object CMakeFiles/cmTC_90853.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_90853 +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_b15c3 && [1/2] Building C object CMakeFiles/cmTC_b15c3.dir/CheckIncludeFile.c.obj +[2/2] Linking C executable cmTC_b15c3 Determining if the include file stdint.h exists passed with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_7fd95 && [1/2] Building C object CMakeFiles/cmTC_7fd95.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_7fd95 +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_d36e2 && [1/2] Building C object CMakeFiles/cmTC_d36e2.dir/CheckIncludeFile.c.obj +[2/2] Linking C executable cmTC_d36e2 Determining if the include file stddef.h exists passed with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_39e74 && [1/2] Building C object CMakeFiles/cmTC_39e74.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_39e74 +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_d8413 && [1/2] Building C object CMakeFiles/cmTC_d8413.dir/CheckIncludeFile.c.obj +[2/2] Linking C executable cmTC_d8413 Determining size of time_t passed with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_d12d9 && [1/2] Building C object CMakeFiles/cmTC_d12d9.dir/TIME_T_SIZE.c.obj -[2/2] Linking C executable cmTC_d12d9 +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_68bbb && [1/2] Building C object CMakeFiles/cmTC_68bbb.dir/TIME_T_SIZE.c.obj +[2/2] Linking C executable cmTC_68bbb Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_86507 && [1/2] Building C object CMakeFiles/cmTC_86507.dir/src.c.obj -[2/2] Linking C executable cmTC_86507 -C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_86507.dir/src.c.obj:(.literal+0x18): warning: pthread_exit is not implemented and will always fail -C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_86507.dir/src.c.obj:(.literal+0xc): warning: pthread_cancel is not implemented and will always fail -C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_86507.dir/src.c.obj:(.literal+0x8): warning: pthread_detach is not implemented and will always fail -C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_86507.dir/src.c.obj:(.literal+0x10): warning: pthread_join is not implemented and will always fail -C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_86507.dir/src.c.obj:(.literal+0x4): warning: pthread_create is not implemented and will always fail -C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_86507.dir/src.c.obj:(.literal+0x14): warning: pthread_atfork is not implemented and will always fail +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_cb365 && [1/2] Building C object CMakeFiles/cmTC_cb365.dir/src.c.obj +[2/2] Linking C executable cmTC_cb365 +C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_cb365.dir/src.c.obj:(.literal+0x18): warning: pthread_exit is not implemented and will always fail +C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_cb365.dir/src.c.obj:(.literal+0xc): warning: pthread_cancel is not implemented and will always fail +C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_cb365.dir/src.c.obj:(.literal+0x8): warning: pthread_detach is not implemented and will always fail +C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_cb365.dir/src.c.obj:(.literal+0x10): warning: pthread_join is not implemented and will always fail +C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_cb365.dir/src.c.obj:(.literal+0x4): warning: pthread_create is not implemented and will always fail +C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: CMakeFiles/cmTC_cb365.dir/src.c.obj:(.literal+0x14): warning: pthread_atfork is not implemented and will always fail Source file was: @@ -463,8 +463,8 @@ int main(void) Performing C SOURCE FILE Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS succeeded with the following output: Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/CMakeTmp -Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_d8528 && [1/2] Building C object CMakeFiles/cmTC_d8528.dir/src.c.obj -[2/2] Linking C executable cmTC_d8528 +Run Build Command(s):C:/Users/alex/.espressif/tools/tools/ninja/1.11.1/ninja.exe cmTC_b8147 && [1/2] Building C object CMakeFiles/cmTC_b8147.dir/src.c.obj +[2/2] Linking C executable cmTC_b8147 Source file was: diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/TargetDirectories.txt b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..f496b4f6c --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,644 @@ +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/menuconfig.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/confserver.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/save-defconfig.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/gen_project_binary.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/app.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/erase_flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/uf2.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/uf2-app.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/monitor.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/encrypted-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/_project_elf_src.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/ESP32-IDF_OLED-SSD1306.elf.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/size.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/size-files.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/size-components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/partition-table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/__idf_hal.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/__idf_log.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/__idf_console.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/__idf_json.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/__idf_main.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/edit_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/list_install_components.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/install.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/install/local.dir +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir/Labels.json b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir/Labels.json new file mode 100644 index 000000000..4203cc849 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir/Labels.json @@ -0,0 +1,43 @@ +{ + "sources" : + [ + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader-complete.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + }, + { + "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + } + ], + "target" : + { + "labels" : + [ + "bootloader" + ], + "name" : "bootloader" + } +} \ No newline at end of file diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir/Labels.txt b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir/Labels.txt new file mode 100644 index 000000000..11de40dfd --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.dir/Labels.txt @@ -0,0 +1,13 @@ +# Target labels + bootloader +# Source files and their labels +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/bootloader-complete.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/clean_additional.cmake b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/clean_additional.cmake new file mode 100644 index 000000000..c0190d4bc --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/clean_additional.cmake @@ -0,0 +1,24 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") + file(REMOVE_RECURSE + "ESP32-IDF_OLED-SSD1306.bin" + "ESP32-IDF_OLED-SSD1306.map" + "bootloader\\bootloader.bin" + "bootloader\\bootloader.elf" + "bootloader\\bootloader.map" + "config\\sdkconfig.cmake" + "config\\sdkconfig.h" + "esp-idf\\esptool_py\\flasher_args.json.in" + "esp-idf\\mbedtls\\x509_crt_bundle" + "flash_app_args" + "flash_bootloader_args" + "flash_project_args" + "flasher_args.json" + "ldgen_libraries" + "ldgen_libraries.in" + "project_elf_src_esp32.c" + "x509_crt_bundle.S" + ) +endif() diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/cmake.check_cache b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/git-data/head-ref b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/git-data/head-ref index e946f207d..93326bff9 100644 --- a/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/git-data/head-ref +++ b/ESP32-IDF_OLED-SSD1306/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -1c32880c123e9d5d7a30ee22d68114f0bdf61676 +4c43d803e47d44ca1852ae589757eda2ca2a7763 diff --git a/ESP32-IDF_OLED-SSD1306/build/app-flash_args b/ESP32-IDF_OLED-SSD1306/build/app-flash_args new file mode 100644 index 000000000..e8cb3c9ab --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/app-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x10000 ESP32-IDF_OLED-SSD1306.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/bootloader-flash_args b/ESP32-IDF_OLED-SSD1306/build/bootloader-flash_args new file mode 100644 index 000000000..7ea5acf77 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/bootloader-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x1000 bootloader/bootloader.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/cmake_install.cmake new file mode 100644 index 000000000..13f28370e --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/cmake_install.cmake new file mode 100644 index 000000000..9e7b1b44f --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/cmake_install.cmake new file mode 100644 index 000000000..68aa7117f --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/bootloader-flash_args.in b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/bootloader-flash_args.in new file mode 100644 index 000000000..a2152c53f --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/bootloader-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x1000 bootloader/bootloader.bin \ No newline at end of file diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/cmake_install.cmake new file mode 100644 index 000000000..4fc11e0f2 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/cmake_install.cmake new file mode 100644 index 000000000..531ce872d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/cmake_install.cmake new file mode 100644 index 000000000..ddc8cd6c2 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/bt/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmake_install.cmake new file mode 100644 index 000000000..e104e6d48 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmake_install.cmake @@ -0,0 +1,419 @@ +# 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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/xtensa/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/build/esp-idf/perfmon/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/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-IDF_OLED-SSD1306/build/esp-idf/main/cmake_install.cmake") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/cmake_install.cmake new file mode 100644 index 000000000..48722107d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/cmake_install.cmake new file mode 100644 index 000000000..39ba5d11b --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/cmake_install.cmake new file mode 100644 index 000000000..8cda2a00a --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/cmake_install.cmake new file mode 100644 index 000000000..1f90430cd --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/cmake_install.cmake new file mode 100644 index 000000000..deba8c691 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/cmake_install.cmake new file mode 100644 index 000000000..42720a81b --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/cmake_install.cmake new file mode 100644 index 000000000..45413cce6 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/cmake_install.cmake new file mode 100644 index 000000000..5860365c5 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/cmake_install.cmake new file mode 100644 index 000000000..795476533 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/cmake_install.cmake new file mode 100644 index 000000000..b1395e17b --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/cmake_install.cmake new file mode 100644 index 000000000..58f853578 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/cmake_install.cmake new file mode 100644 index 000000000..dd6a1f092 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/cmake_install.cmake new file mode 100644 index 000000000..83a1df111 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/cmake_install.cmake new file mode 100644 index 000000000..8a772f134 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/cmake_install.cmake new file mode 100644 index 000000000..45d387e8e --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/cmake_install.cmake new file mode 100644 index 000000000..44dcd61ef --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/cmake_install.cmake new file mode 100644 index 000000000..04ac724ea --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/cmake_install.cmake new file mode 100644 index 000000000..2b72df988 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/cmake_install.cmake new file mode 100644 index 000000000..7775996c8 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_server/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/cmake_install.cmake new file mode 100644 index 000000000..1bded7083 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake new file mode 100644 index 000000000..6db4327c4 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/cmake_install.cmake new file mode 100644 index 000000000..bbe8bc414 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/cmake_install.cmake new file mode 100644 index 000000000..8b03b4bb2 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/cmake_install.cmake new file mode 100644 index 000000000..9486dcdbe --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/cmake_install.cmake new file mode 100644 index 000000000..92a0f888d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/cmake_install.cmake new file mode 100644 index 000000000..a759201db --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif_stack/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/cmake_install.cmake new file mode 100644 index 000000000..c2cdcd99d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/cmake_install.cmake new file mode 100644 index 000000000..29ca8dc04 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/cmake_install.cmake new file mode 100644 index 000000000..85772b2f7 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/cmake_install.cmake new file mode 100644 index 000000000..084cfa725 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_psram/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/cmake_install.cmake new file mode 100644 index 000000000..d870c491c --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/cmake_install.cmake new file mode 100644 index 000000000..15c2bc387 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/cmake_install.cmake new file mode 100644 index 000000000..1aa6e8078 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/cmake_install.cmake") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/ld/linker_script_generator.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/ld/linker_script_generator.cmake new file mode 100644 index 000000000..845c872e7 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/ld/linker_script_generator.cmake @@ -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}") diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/cmake_install.cmake new file mode 100644 index 000000000..b6b50ce27 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake new file mode 100644 index 000000000..151f536c3 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/cmake_install.cmake new file mode 100644 index 000000000..32f19b3b6 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/cmake_install.cmake new file mode 100644 index 000000000..4baae5ad8 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/cmake_install.cmake new file mode 100644 index 000000000..f5f174446 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/app-flash_args.in b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/app-flash_args.in new file mode 100644 index 000000000..c00af7646 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/app-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x10000 $.bin \ No newline at end of file diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/cmake_install.cmake new file mode 100644 index 000000000..071b8b6c0 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/flasher_args.json.in b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/flasher_args.json.in new file mode 100644 index 000000000..88b341481 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/esptool_py/flasher_args.json.in @@ -0,0 +1,24 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "2MB", + "--flash_freq", "40m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "2MB", + "flash_freq": "40m" + }, + "flash_files" : { + "0x1000" : "bootloader/bootloader.bin", + "0x10000" : "$.bin", + "0x8000" : "partition_table/partition-table.bin" + }, + "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x10000", "file" : "$.bin", "encrypted" : "false" }, + "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32" + } +} diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/cmake_install.cmake new file mode 100644 index 000000000..b724f7baa --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/cmake_install.cmake new file mode 100644 index 000000000..f8eff296f --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/cmake_install.cmake new file mode 100644 index 000000000..714ab1349 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/cmake_install.cmake new file mode 100644 index 000000000..0b692d336 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/cmake_install.cmake new file mode 100644 index 000000000..73c07215c --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/cmake_install.cmake new file mode 100644 index 000000000..933ebe410 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/idf_test/cmake_install.cmake @@ -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-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/cmake_install.cmake new file mode 100644 index 000000000..3e5de3934 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/ieee802154/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/ieee802154 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/cmake_install.cmake new file mode 100644 index 000000000..bf41259f6 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/json + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/cmake_install.cmake new file mode 100644 index 000000000..138ec09c3 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/log + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/cmake_install.cmake new file mode 100644 index 000000000..2c4ca40a3 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/cmake_install.cmake new file mode 100644 index 000000000..d9b758774 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/cmake_install.cmake new file mode 100644 index 000000000..8a61b57db --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake new file mode 100644 index 000000000..a68f3d25a --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake @@ -0,0 +1,46 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/3rdparty + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake") + include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake") + +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake new file mode 100644 index 000000000..e635beae9 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake @@ -0,0 +1,47 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/3rdparty/everest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake new file mode 100644 index 000000000..0a31fa040 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake @@ -0,0 +1,47 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/:C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake new file mode 100644 index 000000000..4a5bbec0a --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") + include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake") + include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") + include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake") + +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake new file mode 100644 index 000000000..ac1dfe1ef --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake @@ -0,0 +1,145 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mbedtls" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aes.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aria.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1write.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/base64.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/bignum.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/block_cipher.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/build_info.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/camellia.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ccm.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chacha20.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chachapoly.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/check_config.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cipher.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cmac.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/compat-2.x.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_ssl.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_x509.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_psa.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/constant_time.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ctr_drbg.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/debug.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/des.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/dhm.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdh.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdsa.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecjpake.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecp.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/entropy.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/error.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/gcm.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hkdf.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hmac_drbg.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/lms.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/mbedtls_config.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md5.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/memory_buffer_alloc.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/net_sockets.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/nist_kw.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/oid.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pem.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pk.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs12.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs5.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs7.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_time.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_util.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/poly1305.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/private_access.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/psa_util.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ripemd160.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/rsa.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha1.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha256.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha3.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha512.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cache.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ciphersuites.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cookie.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ticket.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/threading.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/timing.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/version.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crl.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crt.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_csr.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/psa" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/build_info.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_auto_enabled.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_synonyms.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_composites.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_key_derivation.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_primitives.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_compat.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_config.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_common.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_composites.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_primitives.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_extra.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_legacy.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_platform.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_se_driver.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_sizes.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_struct.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_types.h" + "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_values.h" + ) +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake new file mode 100644 index 000000000..a9a2561cf --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake @@ -0,0 +1,51 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/library + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/error.c b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/error.c new file mode 100644 index 000000000..84b637aeb --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/error.c @@ -0,0 +1,880 @@ +/* + * Error message information + * + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + +#include "common.h" + +#include "mbedtls/error.h" + +#if defined(MBEDTLS_ERROR_C) || defined(MBEDTLS_ERROR_STRERROR_DUMMY) + +#if defined(MBEDTLS_ERROR_C) + +#include "mbedtls/platform.h" + +#include +#include + +#if defined(MBEDTLS_AES_C) +#include "mbedtls/aes.h" +#endif + +#if defined(MBEDTLS_ARIA_C) +#include "mbedtls/aria.h" +#endif + +#if defined(MBEDTLS_ASN1_PARSE_C) +#include "mbedtls/asn1.h" +#endif + +#if defined(MBEDTLS_BASE64_C) +#include "mbedtls/base64.h" +#endif + +#if defined(MBEDTLS_BIGNUM_C) +#include "mbedtls/bignum.h" +#endif + +#if defined(MBEDTLS_CAMELLIA_C) +#include "mbedtls/camellia.h" +#endif + +#if defined(MBEDTLS_CCM_C) +#include "mbedtls/ccm.h" +#endif + +#if defined(MBEDTLS_CHACHA20_C) +#include "mbedtls/chacha20.h" +#endif + +#if defined(MBEDTLS_CHACHAPOLY_C) +#include "mbedtls/chachapoly.h" +#endif + +#if defined(MBEDTLS_CIPHER_C) +#include "mbedtls/cipher.h" +#endif + +#if defined(MBEDTLS_CTR_DRBG_C) +#include "mbedtls/ctr_drbg.h" +#endif + +#if defined(MBEDTLS_DES_C) +#include "mbedtls/des.h" +#endif + +#if defined(MBEDTLS_DHM_C) +#include "mbedtls/dhm.h" +#endif + +#if defined(MBEDTLS_ECP_C) +#include "mbedtls/ecp.h" +#endif + +#if defined(MBEDTLS_ENTROPY_C) +#include "mbedtls/entropy.h" +#endif + +#if defined(MBEDTLS_ERROR_C) +#include "mbedtls/error.h" +#endif + +#if defined(MBEDTLS_PLATFORM_C) +#include "mbedtls/platform.h" +#endif + +#if defined(MBEDTLS_GCM_C) +#include "mbedtls/gcm.h" +#endif + +#if defined(MBEDTLS_HKDF_C) +#include "mbedtls/hkdf.h" +#endif + +#if defined(MBEDTLS_HMAC_DRBG_C) +#include "mbedtls/hmac_drbg.h" +#endif + +#if defined(MBEDTLS_LMS_C) +#include "mbedtls/lms.h" +#endif + +#if defined(MBEDTLS_MD_C) +#include "mbedtls/md.h" +#endif + +#if defined(MBEDTLS_NET_C) +#include "mbedtls/net_sockets.h" +#endif + +#if defined(MBEDTLS_OID_C) +#include "mbedtls/oid.h" +#endif + +#if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) +#include "mbedtls/pem.h" +#endif + +#if defined(MBEDTLS_PK_C) +#include "mbedtls/pk.h" +#endif + +#if defined(MBEDTLS_PKCS12_C) +#include "mbedtls/pkcs12.h" +#endif + +#if defined(MBEDTLS_PKCS5_C) +#include "mbedtls/pkcs5.h" +#endif + +#if defined(MBEDTLS_PKCS7_C) +#include "mbedtls/pkcs7.h" +#endif + +#if defined(MBEDTLS_POLY1305_C) +#include "mbedtls/poly1305.h" +#endif + +#if defined(MBEDTLS_RSA_C) +#include "mbedtls/rsa.h" +#endif + +#if defined(MBEDTLS_SHA1_C) +#include "mbedtls/sha1.h" +#endif + +#if defined(MBEDTLS_SHA256_C) +#include "mbedtls/sha256.h" +#endif + +#if defined(MBEDTLS_SHA3_C) +#include "mbedtls/sha3.h" +#endif + +#if defined(MBEDTLS_SHA512_C) +#include "mbedtls/sha512.h" +#endif + +#if defined(MBEDTLS_SSL_TLS_C) +#include "mbedtls/ssl.h" +#endif + +#if defined(MBEDTLS_THREADING_C) +#include "mbedtls/threading.h" +#endif + +#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C) +#include "mbedtls/x509.h" +#endif + + +const char *mbedtls_high_level_strerr(int error_code) +{ + int high_level_error_code; + + if (error_code < 0) { + error_code = -error_code; + } + + /* Extract the high-level part from the error code. */ + high_level_error_code = error_code & 0xFF80; + + switch (high_level_error_code) { + /* Begin Auto-Generated Code. */ + #if defined(MBEDTLS_CIPHER_C) + case -(MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE): + return( "CIPHER - The selected feature is not available" ); + case -(MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA): + return( "CIPHER - Bad input parameters" ); + case -(MBEDTLS_ERR_CIPHER_ALLOC_FAILED): + return( "CIPHER - Failed to allocate memory" ); + case -(MBEDTLS_ERR_CIPHER_INVALID_PADDING): + return( "CIPHER - Input data contains invalid padding and is rejected" ); + case -(MBEDTLS_ERR_CIPHER_FULL_BLOCK_EXPECTED): + return( "CIPHER - Decryption of block requires a full block" ); + case -(MBEDTLS_ERR_CIPHER_AUTH_FAILED): + return( "CIPHER - Authentication failed (for AEAD modes)" ); + case -(MBEDTLS_ERR_CIPHER_INVALID_CONTEXT): + return( "CIPHER - The context is invalid. For example, because it was freed" ); +#endif /* MBEDTLS_CIPHER_C */ + +#if defined(MBEDTLS_DHM_C) + case -(MBEDTLS_ERR_DHM_BAD_INPUT_DATA): + return( "DHM - Bad input parameters" ); + case -(MBEDTLS_ERR_DHM_READ_PARAMS_FAILED): + return( "DHM - Reading of the DHM parameters failed" ); + case -(MBEDTLS_ERR_DHM_MAKE_PARAMS_FAILED): + return( "DHM - Making of the DHM parameters failed" ); + case -(MBEDTLS_ERR_DHM_READ_PUBLIC_FAILED): + return( "DHM - Reading of the public values failed" ); + case -(MBEDTLS_ERR_DHM_MAKE_PUBLIC_FAILED): + return( "DHM - Making of the public value failed" ); + case -(MBEDTLS_ERR_DHM_CALC_SECRET_FAILED): + return( "DHM - Calculation of the DHM secret failed" ); + case -(MBEDTLS_ERR_DHM_INVALID_FORMAT): + return( "DHM - The ASN.1 data is not formatted correctly" ); + case -(MBEDTLS_ERR_DHM_ALLOC_FAILED): + return( "DHM - Allocation of memory failed" ); + case -(MBEDTLS_ERR_DHM_FILE_IO_ERROR): + return( "DHM - Read or write of file failed" ); + case -(MBEDTLS_ERR_DHM_SET_GROUP_FAILED): + return( "DHM - Setting the modulus and generator failed" ); +#endif /* MBEDTLS_DHM_C */ + +#if defined(MBEDTLS_ECP_C) + case -(MBEDTLS_ERR_ECP_BAD_INPUT_DATA): + return( "ECP - Bad input parameters to function" ); + case -(MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL): + return( "ECP - The buffer is too small to write to" ); + case -(MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE): + return( "ECP - The requested feature is not available, for example, the requested curve is not supported" ); + case -(MBEDTLS_ERR_ECP_VERIFY_FAILED): + return( "ECP - The signature is not valid" ); + case -(MBEDTLS_ERR_ECP_ALLOC_FAILED): + return( "ECP - Memory allocation failed" ); + case -(MBEDTLS_ERR_ECP_RANDOM_FAILED): + return( "ECP - Generation of random value, such as ephemeral key, failed" ); + case -(MBEDTLS_ERR_ECP_INVALID_KEY): + return( "ECP - Invalid private or public key" ); + case -(MBEDTLS_ERR_ECP_SIG_LEN_MISMATCH): + return( "ECP - The buffer contains a valid signature followed by more data" ); + case -(MBEDTLS_ERR_ECP_IN_PROGRESS): + return( "ECP - Operation in progress, call again with the same parameters to continue" ); +#endif /* MBEDTLS_ECP_C */ + +#if defined(MBEDTLS_MD_C) + case -(MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE): + return( "MD - The selected feature is not available" ); + case -(MBEDTLS_ERR_MD_BAD_INPUT_DATA): + return( "MD - Bad input parameters to function" ); + case -(MBEDTLS_ERR_MD_ALLOC_FAILED): + return( "MD - Failed to allocate memory" ); + case -(MBEDTLS_ERR_MD_FILE_IO_ERROR): + return( "MD - Opening or reading of file failed" ); +#endif /* MBEDTLS_MD_C */ + +#if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) + case -(MBEDTLS_ERR_PEM_NO_HEADER_FOOTER_PRESENT): + return( "PEM - No PEM header or footer found" ); + case -(MBEDTLS_ERR_PEM_INVALID_DATA): + return( "PEM - PEM string is not as expected" ); + case -(MBEDTLS_ERR_PEM_ALLOC_FAILED): + return( "PEM - Failed to allocate memory" ); + case -(MBEDTLS_ERR_PEM_INVALID_ENC_IV): + return( "PEM - RSA IV is not in hex-format" ); + case -(MBEDTLS_ERR_PEM_UNKNOWN_ENC_ALG): + return( "PEM - Unsupported key encryption algorithm" ); + case -(MBEDTLS_ERR_PEM_PASSWORD_REQUIRED): + return( "PEM - Private key password can't be empty" ); + case -(MBEDTLS_ERR_PEM_PASSWORD_MISMATCH): + return( "PEM - Given private key password does not allow for correct decryption" ); + case -(MBEDTLS_ERR_PEM_FEATURE_UNAVAILABLE): + return( "PEM - Unavailable feature, e.g. hashing/encryption combination" ); + case -(MBEDTLS_ERR_PEM_BAD_INPUT_DATA): + return( "PEM - Bad input parameters to function" ); +#endif /* MBEDTLS_PEM_PARSE_C || MBEDTLS_PEM_WRITE_C */ + +#if defined(MBEDTLS_PK_C) + case -(MBEDTLS_ERR_PK_ALLOC_FAILED): + return( "PK - Memory allocation failed" ); + case -(MBEDTLS_ERR_PK_TYPE_MISMATCH): + return( "PK - Type mismatch, eg attempt to encrypt with an ECDSA key" ); + case -(MBEDTLS_ERR_PK_BAD_INPUT_DATA): + return( "PK - Bad input parameters to function" ); + case -(MBEDTLS_ERR_PK_FILE_IO_ERROR): + return( "PK - Read/write of file failed" ); + case -(MBEDTLS_ERR_PK_KEY_INVALID_VERSION): + return( "PK - Unsupported key version" ); + case -(MBEDTLS_ERR_PK_KEY_INVALID_FORMAT): + return( "PK - Invalid key tag or value" ); + case -(MBEDTLS_ERR_PK_UNKNOWN_PK_ALG): + return( "PK - Key algorithm is unsupported (only RSA and EC are supported)" ); + case -(MBEDTLS_ERR_PK_PASSWORD_REQUIRED): + return( "PK - Private key password can't be empty" ); + case -(MBEDTLS_ERR_PK_PASSWORD_MISMATCH): + return( "PK - Given private key password does not allow for correct decryption" ); + case -(MBEDTLS_ERR_PK_INVALID_PUBKEY): + return( "PK - The pubkey tag or value is invalid (only RSA and EC are supported)" ); + case -(MBEDTLS_ERR_PK_INVALID_ALG): + return( "PK - The algorithm tag or value is invalid" ); + case -(MBEDTLS_ERR_PK_UNKNOWN_NAMED_CURVE): + return( "PK - Elliptic curve is unsupported (only NIST curves are supported)" ); + case -(MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE): + return( "PK - Unavailable feature, e.g. RSA disabled for RSA key" ); + case -(MBEDTLS_ERR_PK_SIG_LEN_MISMATCH): + return( "PK - The buffer contains a valid signature followed by more data" ); + case -(MBEDTLS_ERR_PK_BUFFER_TOO_SMALL): + return( "PK - The output buffer is too small" ); +#endif /* MBEDTLS_PK_C */ + +#if defined(MBEDTLS_PKCS12_C) + case -(MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA): + return( "PKCS12 - Bad input parameters to function" ); + case -(MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE): + return( "PKCS12 - Feature not available, e.g. unsupported encryption scheme" ); + case -(MBEDTLS_ERR_PKCS12_PBE_INVALID_FORMAT): + return( "PKCS12 - PBE ASN.1 data not as expected" ); + case -(MBEDTLS_ERR_PKCS12_PASSWORD_MISMATCH): + return( "PKCS12 - Given private key password does not allow for correct decryption" ); +#endif /* MBEDTLS_PKCS12_C */ + +#if defined(MBEDTLS_PKCS5_C) + case -(MBEDTLS_ERR_PKCS5_BAD_INPUT_DATA): + return( "PKCS5 - Bad input parameters to function" ); + case -(MBEDTLS_ERR_PKCS5_INVALID_FORMAT): + return( "PKCS5 - Unexpected ASN.1 data" ); + case -(MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE): + return( "PKCS5 - Requested encryption or digest alg not available" ); + case -(MBEDTLS_ERR_PKCS5_PASSWORD_MISMATCH): + return( "PKCS5 - Given private key password does not allow for correct decryption" ); +#endif /* MBEDTLS_PKCS5_C */ + +#if defined(MBEDTLS_PKCS7_C) + case -(MBEDTLS_ERR_PKCS7_INVALID_FORMAT): + return( "PKCS7 - The format is invalid, e.g. different type expected" ); + case -(MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE): + return( "PKCS7 - Unavailable feature, e.g. anything other than signed data" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_VERSION): + return( "PKCS7 - The PKCS #7 version element is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_CONTENT_INFO): + return( "PKCS7 - The PKCS #7 content info is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_ALG): + return( "PKCS7 - The algorithm tag or value is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_CERT): + return( "PKCS7 - The certificate tag or value is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_SIGNATURE): + return( "PKCS7 - Error parsing the signature" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_SIGNER_INFO): + return( "PKCS7 - Error parsing the signer's info" ); + case -(MBEDTLS_ERR_PKCS7_BAD_INPUT_DATA): + return( "PKCS7 - Input invalid" ); + case -(MBEDTLS_ERR_PKCS7_ALLOC_FAILED): + return( "PKCS7 - Allocation of memory failed" ); + case -(MBEDTLS_ERR_PKCS7_VERIFY_FAIL): + return( "PKCS7 - Verification Failed" ); + case -(MBEDTLS_ERR_PKCS7_CERT_DATE_INVALID): + return( "PKCS7 - The PKCS #7 date issued/expired dates are invalid" ); +#endif /* MBEDTLS_PKCS7_C */ + +#if defined(MBEDTLS_RSA_C) + case -(MBEDTLS_ERR_RSA_BAD_INPUT_DATA): + return( "RSA - Bad input parameters to function" ); + case -(MBEDTLS_ERR_RSA_INVALID_PADDING): + return( "RSA - Input data contains invalid padding and is rejected" ); + case -(MBEDTLS_ERR_RSA_KEY_GEN_FAILED): + return( "RSA - Something failed during generation of a key" ); + case -(MBEDTLS_ERR_RSA_KEY_CHECK_FAILED): + return( "RSA - Key failed to pass the validity check of the library" ); + case -(MBEDTLS_ERR_RSA_PUBLIC_FAILED): + return( "RSA - The public key operation failed" ); + case -(MBEDTLS_ERR_RSA_PRIVATE_FAILED): + return( "RSA - The private key operation failed" ); + case -(MBEDTLS_ERR_RSA_VERIFY_FAILED): + return( "RSA - The PKCS#1 verification failed" ); + case -(MBEDTLS_ERR_RSA_OUTPUT_TOO_LARGE): + return( "RSA - The output buffer for decryption is not large enough" ); + case -(MBEDTLS_ERR_RSA_RNG_FAILED): + return( "RSA - The random generator failed to generate non-zeros" ); +#endif /* MBEDTLS_RSA_C */ + +#if defined(MBEDTLS_SSL_TLS_C) + case -(MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS): + return( "SSL - A cryptographic operation is in progress. Try again later" ); + case -(MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE): + return( "SSL - The requested feature is not available" ); + case -(MBEDTLS_ERR_SSL_BAD_INPUT_DATA): + return( "SSL - Bad input parameters to function" ); + case -(MBEDTLS_ERR_SSL_INVALID_MAC): + return( "SSL - Verification of the message MAC failed" ); + case -(MBEDTLS_ERR_SSL_INVALID_RECORD): + return( "SSL - An invalid SSL record was received" ); + case -(MBEDTLS_ERR_SSL_CONN_EOF): + return( "SSL - The connection indicated an EOF" ); + case -(MBEDTLS_ERR_SSL_DECODE_ERROR): + return( "SSL - A message could not be parsed due to a syntactic error" ); + case -(MBEDTLS_ERR_SSL_NO_RNG): + return( "SSL - No RNG was provided to the SSL module" ); + case -(MBEDTLS_ERR_SSL_NO_CLIENT_CERTIFICATE): + return( "SSL - No client certification received from the client, but required by the authentication mode" ); + case -(MBEDTLS_ERR_SSL_UNSUPPORTED_EXTENSION): + return( "SSL - Client received an extended server hello containing an unsupported extension" ); + case -(MBEDTLS_ERR_SSL_NO_APPLICATION_PROTOCOL): + return( "SSL - No ALPN protocols supported that the client advertises" ); + case -(MBEDTLS_ERR_SSL_PRIVATE_KEY_REQUIRED): + return( "SSL - The own private key or pre-shared key is not set, but needed" ); + case -(MBEDTLS_ERR_SSL_CA_CHAIN_REQUIRED): + return( "SSL - No CA Chain is set, but required to operate" ); + case -(MBEDTLS_ERR_SSL_UNEXPECTED_MESSAGE): + return( "SSL - An unexpected message was received from our peer" ); + case -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE): + return( "SSL - A fatal alert message was received from our peer" ); + case -(MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME): + return( "SSL - No server could be identified matching the client's SNI" ); + case -(MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY): + return( "SSL - The peer notified us that the connection is going to be closed" ); + case -(MBEDTLS_ERR_SSL_BAD_CERTIFICATE): + return( "SSL - Processing of the Certificate handshake message failed" ); + case -(MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET): + return( "SSL - * Received NewSessionTicket Post Handshake Message. This error code is experimental and may be changed or removed without notice" ); + case -(MBEDTLS_ERR_SSL_CANNOT_READ_EARLY_DATA): + return( "SSL - Not possible to read early data" ); + case -(MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA): + return( "SSL - * Early data has been received as part of an on-going handshake. This error code can be returned only on server side if and only if early data has been enabled by means of the mbedtls_ssl_conf_early_data() API. This error code can then be returned by mbedtls_ssl_handshake(), mbedtls_ssl_handshake_step(), mbedtls_ssl_read() or mbedtls_ssl_write() if early data has been received as part of the handshake sequence they triggered. To read the early data, call mbedtls_ssl_read_early_data()" ); + case -(MBEDTLS_ERR_SSL_CANNOT_WRITE_EARLY_DATA): + return( "SSL - Not possible to write early data" ); + case -(MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND): + return( "SSL - Cache entry not found" ); + case -(MBEDTLS_ERR_SSL_ALLOC_FAILED): + return( "SSL - Memory allocation failed" ); + case -(MBEDTLS_ERR_SSL_HW_ACCEL_FAILED): + return( "SSL - Hardware acceleration function returned with error" ); + case -(MBEDTLS_ERR_SSL_HW_ACCEL_FALLTHROUGH): + return( "SSL - Hardware acceleration function skipped / left alone data" ); + case -(MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION): + return( "SSL - Handshake protocol not within min/max boundaries" ); + case -(MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE): + return( "SSL - The handshake negotiation failed" ); + case -(MBEDTLS_ERR_SSL_SESSION_TICKET_EXPIRED): + return( "SSL - Session ticket has expired" ); + case -(MBEDTLS_ERR_SSL_PK_TYPE_MISMATCH): + return( "SSL - Public key type mismatch (eg, asked for RSA key exchange and presented EC key)" ); + case -(MBEDTLS_ERR_SSL_UNKNOWN_IDENTITY): + return( "SSL - Unknown identity received (eg, PSK identity)" ); + case -(MBEDTLS_ERR_SSL_INTERNAL_ERROR): + return( "SSL - Internal error (eg, unexpected failure in lower-level module)" ); + case -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING): + return( "SSL - A counter would wrap (eg, too many messages exchanged)" ); + case -(MBEDTLS_ERR_SSL_WAITING_SERVER_HELLO_RENEGO): + return( "SSL - Unexpected message at ServerHello in renegotiation" ); + case -(MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED): + return( "SSL - DTLS client must retry for hello verification" ); + case -(MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL): + return( "SSL - A buffer is too small to receive or write a message" ); + case -(MBEDTLS_ERR_SSL_WANT_READ): + return( "SSL - No data of requested type currently available on underlying transport" ); + case -(MBEDTLS_ERR_SSL_WANT_WRITE): + return( "SSL - Connection requires a write call" ); + case -(MBEDTLS_ERR_SSL_TIMEOUT): + return( "SSL - The operation timed out" ); + case -(MBEDTLS_ERR_SSL_CLIENT_RECONNECT): + return( "SSL - The client initiated a reconnect from the same port" ); + case -(MBEDTLS_ERR_SSL_UNEXPECTED_RECORD): + return( "SSL - Record header looks valid but is not expected" ); + case -(MBEDTLS_ERR_SSL_NON_FATAL): + return( "SSL - The alert message received indicates a non-fatal error" ); + case -(MBEDTLS_ERR_SSL_ILLEGAL_PARAMETER): + return( "SSL - A field in a message was incorrect or inconsistent with other fields" ); + case -(MBEDTLS_ERR_SSL_CONTINUE_PROCESSING): + return( "SSL - Internal-only message signaling that further message-processing should be done" ); + case -(MBEDTLS_ERR_SSL_ASYNC_IN_PROGRESS): + return( "SSL - The asynchronous operation is not completed yet" ); + case -(MBEDTLS_ERR_SSL_EARLY_MESSAGE): + return( "SSL - Internal-only message signaling that a message arrived early" ); + case -(MBEDTLS_ERR_SSL_UNEXPECTED_CID): + return( "SSL - An encrypted DTLS-frame with an unexpected CID was received" ); + case -(MBEDTLS_ERR_SSL_VERSION_MISMATCH): + return( "SSL - An operation failed due to an unexpected version or configuration" ); + case -(MBEDTLS_ERR_SSL_BAD_CONFIG): + return( "SSL - Invalid value in SSL config" ); +#endif /* MBEDTLS_SSL_TLS_C */ + +#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C) + case -(MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE): + return( "X509 - Unavailable feature, e.g. RSA hashing/encryption combination" ); + case -(MBEDTLS_ERR_X509_UNKNOWN_OID): + return( "X509 - Requested OID is unknown" ); + case -(MBEDTLS_ERR_X509_INVALID_FORMAT): + return( "X509 - The CRT/CRL/CSR format is invalid, e.g. different type expected" ); + case -(MBEDTLS_ERR_X509_INVALID_VERSION): + return( "X509 - The CRT/CRL/CSR version element is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_SERIAL): + return( "X509 - The serial tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_ALG): + return( "X509 - The algorithm tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_NAME): + return( "X509 - The name tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_DATE): + return( "X509 - The date tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_SIGNATURE): + return( "X509 - The signature tag or value invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS): + return( "X509 - The extension tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_UNKNOWN_VERSION): + return( "X509 - CRT/CRL/CSR has an unsupported version number" ); + case -(MBEDTLS_ERR_X509_UNKNOWN_SIG_ALG): + return( "X509 - Signature algorithm (oid) is unsupported" ); + case -(MBEDTLS_ERR_X509_SIG_MISMATCH): + return( "X509 - Signature algorithms do not match. (see \\c ::mbedtls_x509_crt sig_oid)" ); + case -(MBEDTLS_ERR_X509_CERT_VERIFY_FAILED): + return( "X509 - Certificate verification failed, e.g. CRL, CA or signature check failed" ); + case -(MBEDTLS_ERR_X509_CERT_UNKNOWN_FORMAT): + return( "X509 - Format not recognized as DER or PEM" ); + case -(MBEDTLS_ERR_X509_BAD_INPUT_DATA): + return( "X509 - Input invalid" ); + case -(MBEDTLS_ERR_X509_ALLOC_FAILED): + return( "X509 - Allocation of memory failed" ); + case -(MBEDTLS_ERR_X509_FILE_IO_ERROR): + return( "X509 - Read/write of file failed" ); + case -(MBEDTLS_ERR_X509_BUFFER_TOO_SMALL): + return( "X509 - Destination buffer is too small" ); + case -(MBEDTLS_ERR_X509_FATAL_ERROR): + return( "X509 - A fatal error occurred, eg the chain is too long or the vrfy callback failed" ); +#endif /* MBEDTLS_X509_USE_C || MBEDTLS_X509_CREATE_C */ + /* End Auto-Generated Code. */ + + default: + break; + } + + return NULL; +} + +const char *mbedtls_low_level_strerr(int error_code) +{ + int low_level_error_code; + + if (error_code < 0) { + error_code = -error_code; + } + + /* Extract the low-level part from the error code. */ + low_level_error_code = error_code & ~0xFF80; + + switch (low_level_error_code) { + /* Begin Auto-Generated Code. */ + #if defined(MBEDTLS_AES_C) + case -(MBEDTLS_ERR_AES_INVALID_KEY_LENGTH): + return( "AES - Invalid key length" ); + case -(MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH): + return( "AES - Invalid data input length" ); + case -(MBEDTLS_ERR_AES_BAD_INPUT_DATA): + return( "AES - Invalid input data" ); +#endif /* MBEDTLS_AES_C */ + +#if defined(MBEDTLS_ARIA_C) + case -(MBEDTLS_ERR_ARIA_BAD_INPUT_DATA): + return( "ARIA - Bad input data" ); + case -(MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH): + return( "ARIA - Invalid data input length" ); +#endif /* MBEDTLS_ARIA_C */ + +#if defined(MBEDTLS_ASN1_PARSE_C) + case -(MBEDTLS_ERR_ASN1_OUT_OF_DATA): + return( "ASN1 - Out of data when parsing an ASN1 data structure" ); + case -(MBEDTLS_ERR_ASN1_UNEXPECTED_TAG): + return( "ASN1 - ASN1 tag was of an unexpected value" ); + case -(MBEDTLS_ERR_ASN1_INVALID_LENGTH): + return( "ASN1 - Error when trying to determine the length or invalid length" ); + case -(MBEDTLS_ERR_ASN1_LENGTH_MISMATCH): + return( "ASN1 - Actual length differs from expected length" ); + case -(MBEDTLS_ERR_ASN1_INVALID_DATA): + return( "ASN1 - Data is invalid" ); + case -(MBEDTLS_ERR_ASN1_ALLOC_FAILED): + return( "ASN1 - Memory allocation failed" ); + case -(MBEDTLS_ERR_ASN1_BUF_TOO_SMALL): + return( "ASN1 - Buffer too small when writing ASN.1 data structure" ); +#endif /* MBEDTLS_ASN1_PARSE_C */ + +#if defined(MBEDTLS_BASE64_C) + case -(MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL): + return( "BASE64 - Output buffer too small" ); + case -(MBEDTLS_ERR_BASE64_INVALID_CHARACTER): + return( "BASE64 - Invalid character in input" ); +#endif /* MBEDTLS_BASE64_C */ + +#if defined(MBEDTLS_BIGNUM_C) + case -(MBEDTLS_ERR_MPI_FILE_IO_ERROR): + return( "BIGNUM - An error occurred while reading from or writing to a file" ); + case -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA): + return( "BIGNUM - Bad input parameters to function" ); + case -(MBEDTLS_ERR_MPI_INVALID_CHARACTER): + return( "BIGNUM - There is an invalid character in the digit string" ); + case -(MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL): + return( "BIGNUM - The buffer is too small to write to" ); + case -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE): + return( "BIGNUM - The input arguments are negative or result in illegal output" ); + case -(MBEDTLS_ERR_MPI_DIVISION_BY_ZERO): + return( "BIGNUM - The input argument for division is zero, which is not allowed" ); + case -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE): + return( "BIGNUM - The input arguments are not acceptable" ); + case -(MBEDTLS_ERR_MPI_ALLOC_FAILED): + return( "BIGNUM - Memory allocation failed" ); +#endif /* MBEDTLS_BIGNUM_C */ + +#if defined(MBEDTLS_CAMELLIA_C) + case -(MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA): + return( "CAMELLIA - Bad input data" ); + case -(MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH): + return( "CAMELLIA - Invalid data input length" ); +#endif /* MBEDTLS_CAMELLIA_C */ + +#if defined(MBEDTLS_CCM_C) + case -(MBEDTLS_ERR_CCM_BAD_INPUT): + return( "CCM - Bad input parameters to the function" ); + case -(MBEDTLS_ERR_CCM_AUTH_FAILED): + return( "CCM - Authenticated decryption failed" ); +#endif /* MBEDTLS_CCM_C */ + +#if defined(MBEDTLS_CHACHA20_C) + case -(MBEDTLS_ERR_CHACHA20_BAD_INPUT_DATA): + return( "CHACHA20 - Invalid input parameter(s)" ); +#endif /* MBEDTLS_CHACHA20_C */ + +#if defined(MBEDTLS_CHACHAPOLY_C) + case -(MBEDTLS_ERR_CHACHAPOLY_BAD_STATE): + return( "CHACHAPOLY - The requested operation is not permitted in the current state" ); + case -(MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED): + return( "CHACHAPOLY - Authenticated decryption failed: data was not authentic" ); +#endif /* MBEDTLS_CHACHAPOLY_C */ + +#if defined(MBEDTLS_CTR_DRBG_C) + case -(MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED): + return( "CTR_DRBG - The entropy source failed" ); + case -(MBEDTLS_ERR_CTR_DRBG_REQUEST_TOO_BIG): + return( "CTR_DRBG - The requested random buffer length is too big" ); + case -(MBEDTLS_ERR_CTR_DRBG_INPUT_TOO_BIG): + return( "CTR_DRBG - The input (entropy + additional data) is too large" ); + case -(MBEDTLS_ERR_CTR_DRBG_FILE_IO_ERROR): + return( "CTR_DRBG - Read or write error in file" ); +#endif /* MBEDTLS_CTR_DRBG_C */ + +#if defined(MBEDTLS_DES_C) + case -(MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH): + return( "DES - The data input has an invalid length" ); +#endif /* MBEDTLS_DES_C */ + +#if defined(MBEDTLS_ENTROPY_C) + case -(MBEDTLS_ERR_ENTROPY_SOURCE_FAILED): + return( "ENTROPY - Critical entropy source failure" ); + case -(MBEDTLS_ERR_ENTROPY_MAX_SOURCES): + return( "ENTROPY - No more sources can be added" ); + case -(MBEDTLS_ERR_ENTROPY_NO_SOURCES_DEFINED): + return( "ENTROPY - No sources have been added to poll" ); + case -(MBEDTLS_ERR_ENTROPY_NO_STRONG_SOURCE): + return( "ENTROPY - No strong sources have been added to poll" ); + case -(MBEDTLS_ERR_ENTROPY_FILE_IO_ERROR): + return( "ENTROPY - Read/write error in file" ); +#endif /* MBEDTLS_ENTROPY_C */ + +#if defined(MBEDTLS_ERROR_C) + case -(MBEDTLS_ERR_ERROR_GENERIC_ERROR): + return( "ERROR - Generic error" ); + case -(MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED): + return( "ERROR - This is a bug in the library" ); +#endif /* MBEDTLS_ERROR_C */ + +#if defined(MBEDTLS_PLATFORM_C) + case -(MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED): + return( "PLATFORM - Hardware accelerator failed" ); + case -(MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED): + return( "PLATFORM - The requested feature is not supported by the platform" ); +#endif /* MBEDTLS_PLATFORM_C */ + +#if defined(MBEDTLS_GCM_C) + case -(MBEDTLS_ERR_GCM_AUTH_FAILED): + return( "GCM - Authenticated decryption failed" ); + case -(MBEDTLS_ERR_GCM_BAD_INPUT): + return( "GCM - Bad input parameters to function" ); + case -(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL): + return( "GCM - An output buffer is too small" ); +#endif /* MBEDTLS_GCM_C */ + +#if defined(MBEDTLS_HKDF_C) + case -(MBEDTLS_ERR_HKDF_BAD_INPUT_DATA): + return( "HKDF - Bad input parameters to function" ); +#endif /* MBEDTLS_HKDF_C */ + +#if defined(MBEDTLS_HMAC_DRBG_C) + case -(MBEDTLS_ERR_HMAC_DRBG_REQUEST_TOO_BIG): + return( "HMAC_DRBG - Too many random requested in single call" ); + case -(MBEDTLS_ERR_HMAC_DRBG_INPUT_TOO_BIG): + return( "HMAC_DRBG - Input too large (Entropy + additional)" ); + case -(MBEDTLS_ERR_HMAC_DRBG_FILE_IO_ERROR): + return( "HMAC_DRBG - Read/write error in file" ); + case -(MBEDTLS_ERR_HMAC_DRBG_ENTROPY_SOURCE_FAILED): + return( "HMAC_DRBG - The entropy source failed" ); +#endif /* MBEDTLS_HMAC_DRBG_C */ + +#if defined(MBEDTLS_LMS_C) + case -(MBEDTLS_ERR_LMS_BAD_INPUT_DATA): + return( "LMS - Bad data has been input to an LMS function" ); + case -(MBEDTLS_ERR_LMS_OUT_OF_PRIVATE_KEYS): + return( "LMS - Specified LMS key has utilised all of its private keys" ); + case -(MBEDTLS_ERR_LMS_VERIFY_FAILED): + return( "LMS - LMS signature verification failed" ); + case -(MBEDTLS_ERR_LMS_ALLOC_FAILED): + return( "LMS - LMS failed to allocate space for a private key" ); + case -(MBEDTLS_ERR_LMS_BUFFER_TOO_SMALL): + return( "LMS - Input/output buffer is too small to contain requited data" ); +#endif /* MBEDTLS_LMS_C */ + +#if defined(MBEDTLS_NET_C) + case -(MBEDTLS_ERR_NET_SOCKET_FAILED): + return( "NET - Failed to open a socket" ); + case -(MBEDTLS_ERR_NET_CONNECT_FAILED): + return( "NET - The connection to the given server / port failed" ); + case -(MBEDTLS_ERR_NET_BIND_FAILED): + return( "NET - Binding of the socket failed" ); + case -(MBEDTLS_ERR_NET_LISTEN_FAILED): + return( "NET - Could not listen on the socket" ); + case -(MBEDTLS_ERR_NET_ACCEPT_FAILED): + return( "NET - Could not accept the incoming connection" ); + case -(MBEDTLS_ERR_NET_RECV_FAILED): + return( "NET - Reading information from the socket failed" ); + case -(MBEDTLS_ERR_NET_SEND_FAILED): + return( "NET - Sending information through the socket failed" ); + case -(MBEDTLS_ERR_NET_CONN_RESET): + return( "NET - Connection was reset by peer" ); + case -(MBEDTLS_ERR_NET_UNKNOWN_HOST): + return( "NET - Failed to get an IP address for the given hostname" ); + case -(MBEDTLS_ERR_NET_BUFFER_TOO_SMALL): + return( "NET - Buffer is too small to hold the data" ); + case -(MBEDTLS_ERR_NET_INVALID_CONTEXT): + return( "NET - The context is invalid, eg because it was free()ed" ); + case -(MBEDTLS_ERR_NET_POLL_FAILED): + return( "NET - Polling the net context failed" ); + case -(MBEDTLS_ERR_NET_BAD_INPUT_DATA): + return( "NET - Input invalid" ); +#endif /* MBEDTLS_NET_C */ + +#if defined(MBEDTLS_OID_C) + case -(MBEDTLS_ERR_OID_NOT_FOUND): + return( "OID - OID is not found" ); + case -(MBEDTLS_ERR_OID_BUF_TOO_SMALL): + return( "OID - output buffer is too small" ); +#endif /* MBEDTLS_OID_C */ + +#if defined(MBEDTLS_POLY1305_C) + case -(MBEDTLS_ERR_POLY1305_BAD_INPUT_DATA): + return( "POLY1305 - Invalid input parameter(s)" ); +#endif /* MBEDTLS_POLY1305_C */ + +#if defined(MBEDTLS_SHA1_C) + case -(MBEDTLS_ERR_SHA1_BAD_INPUT_DATA): + return( "SHA1 - SHA-1 input data was malformed" ); +#endif /* MBEDTLS_SHA1_C */ + +#if defined(MBEDTLS_SHA256_C) + case -(MBEDTLS_ERR_SHA256_BAD_INPUT_DATA): + return( "SHA256 - SHA-256 input data was malformed" ); +#endif /* MBEDTLS_SHA256_C */ + +#if defined(MBEDTLS_SHA3_C) + case -(MBEDTLS_ERR_SHA3_BAD_INPUT_DATA): + return( "SHA3 - SHA-3 input data was malformed" ); +#endif /* MBEDTLS_SHA3_C */ + +#if defined(MBEDTLS_SHA512_C) + case -(MBEDTLS_ERR_SHA512_BAD_INPUT_DATA): + return( "SHA512 - SHA-512 input data was malformed" ); +#endif /* MBEDTLS_SHA512_C */ + +#if defined(MBEDTLS_THREADING_C) + case -(MBEDTLS_ERR_THREADING_BAD_INPUT_DATA): + return( "THREADING - Bad input parameters to function" ); + case -(MBEDTLS_ERR_THREADING_MUTEX_ERROR): + return( "THREADING - Locking / unlocking / free failed with error code" ); +#endif /* MBEDTLS_THREADING_C */ + /* End Auto-Generated Code. */ + + default: + break; + } + + return NULL; +} + +void mbedtls_strerror(int ret, char *buf, size_t buflen) +{ + size_t len; + int use_ret; + const char *high_level_error_description = NULL; + const char *low_level_error_description = NULL; + + if (buflen == 0) { + return; + } + + memset(buf, 0x00, buflen); + + if (ret < 0) { + ret = -ret; + } + + if (ret & 0xFF80) { + use_ret = ret & 0xFF80; + + // Translate high level error code. + high_level_error_description = mbedtls_high_level_strerr(ret); + + if (high_level_error_description == NULL) { + mbedtls_snprintf(buf, buflen, "UNKNOWN ERROR CODE (%04X)", (unsigned int) use_ret); + } else { + mbedtls_snprintf(buf, buflen, "%s", high_level_error_description); + } + +#if defined(MBEDTLS_SSL_TLS_C) + // Early return in case of a fatal error - do not try to translate low + // level code. + if (use_ret == -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE)) { + return; + } +#endif /* MBEDTLS_SSL_TLS_C */ + } + + use_ret = ret & ~0xFF80; + + if (use_ret == 0) { + return; + } + + // If high level code is present, make a concatenation between both + // error strings. + // + len = strlen(buf); + + if (len > 0) { + if (buflen - len < 5) { + return; + } + + mbedtls_snprintf(buf + len, buflen - len, " : "); + + buf += len + 3; + buflen -= len + 3; + } + + // Translate low level error code. + low_level_error_description = mbedtls_low_level_strerr(ret); + + if (low_level_error_description == NULL) { + mbedtls_snprintf(buf, buflen, "UNKNOWN ERROR CODE (%04X)", (unsigned int) use_ret); + } else { + mbedtls_snprintf(buf, buflen, "%s", low_level_error_description); + } +} + +#else /* MBEDTLS_ERROR_C */ + +/* + * Provide a dummy implementation when MBEDTLS_ERROR_C is not defined + */ +void mbedtls_strerror(int ret, char *buf, size_t buflen) +{ + ((void) ret); + + if (buflen > 0) { + buf[0] = '\0'; + } +} + +#endif /* MBEDTLS_ERROR_C */ + +#if defined(MBEDTLS_TEST_HOOKS) +void (*mbedtls_test_hook_error_add)(int, int, const char *, int); +#endif + +#endif /* MBEDTLS_ERROR_C || MBEDTLS_ERROR_STRERROR_DUMMY */ diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c new file mode 100644 index 000000000..de8a5269b --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c @@ -0,0 +1,256 @@ +/* + * Functions to delegate cryptographic operations to an available + * and appropriate accelerator. + * Warning: This file is now auto-generated. + */ +/* Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + + +/* BEGIN-common headers */ +#include "common.h" +#include "psa_crypto_aead.h" +#include "psa_crypto_cipher.h" +#include "psa_crypto_core.h" +#include "psa_crypto_driver_wrappers_no_static.h" +#include "psa_crypto_hash.h" +#include "psa_crypto_mac.h" +#include "psa_crypto_pake.h" +#include "psa_crypto_rsa.h" + +#include "mbedtls/platform.h" +/* END-common headers */ + +#if defined(MBEDTLS_PSA_CRYPTO_C) + +/* BEGIN-driver headers */ +/* Headers for mbedtls_test opaque driver */ +#if defined(PSA_CRYPTO_DRIVER_TEST) +#include "test/drivers/test_driver.h" + +#endif +/* Headers for mbedtls_test transparent driver */ +#if defined(PSA_CRYPTO_DRIVER_TEST) +#include "test/drivers/test_driver.h" + +#endif +/* Headers for p256 transparent driver */ +#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) +#include "../3rdparty/p256-m/p256-m_driver_entrypoints.h" + +#endif + +/* END-driver headers */ + +/* Auto-generated values depending on which drivers are registered. + * ID 0 is reserved for unallocated operations. + * ID 1 is reserved for the Mbed TLS software driver. */ +/* BEGIN-driver id definition */ +#define PSA_CRYPTO_MBED_TLS_DRIVER_ID (1) +#define MBEDTLS_TEST_OPAQUE_DRIVER_ID (2) +#define MBEDTLS_TEST_TRANSPARENT_DRIVER_ID (3) +#define P256_TRANSPARENT_DRIVER_ID (4) + +/* END-driver id */ + +/* BEGIN-Common Macro definitions */ + +/* END-Common Macro definitions */ + +/* Support the 'old' SE interface when asked to */ +#if defined(MBEDTLS_PSA_CRYPTO_SE_C) +/* PSA_CRYPTO_DRIVER_PRESENT is defined when either a new-style or old-style + * SE driver is present, to avoid unused argument errors at compile time. */ +#ifndef PSA_CRYPTO_DRIVER_PRESENT +#define PSA_CRYPTO_DRIVER_PRESENT +#endif +#include "psa_crypto_se.h" +#endif + +/** Get the key buffer size required to store the key material of a key + * associated with an opaque driver. + * + * \param[in] attributes The key attributes. + * \param[out] key_buffer_size Minimum buffer size to contain the key material + * + * \retval #PSA_SUCCESS + * The minimum size for a buffer to contain the key material has been + * returned successfully. + * \retval #PSA_ERROR_NOT_SUPPORTED + * The type and/or the size in bits of the key or the combination of + * the two is not supported. + * \retval #PSA_ERROR_INVALID_ARGUMENT + * The key is declared with a lifetime not known to us. + */ +psa_status_t psa_driver_wrapper_get_key_buffer_size( + const psa_key_attributes_t *attributes, + size_t *key_buffer_size ) +{ + psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); + psa_key_type_t key_type = psa_get_key_type(attributes); + size_t key_bits = psa_get_key_bits(attributes); + + *key_buffer_size = 0; + switch( location ) + { +#if defined(PSA_CRYPTO_DRIVER_TEST) + case PSA_CRYPTO_TEST_DRIVER_LOCATION: +#if defined(MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS) + /* Emulate property 'builtin_key_size' */ + if( psa_key_id_is_builtin( + MBEDTLS_SVC_KEY_ID_GET_KEY_ID( + psa_get_key_id( attributes ) ) ) ) + { + *key_buffer_size = sizeof( psa_drv_slot_number_t ); + return( PSA_SUCCESS ); + } +#endif /* MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ + *key_buffer_size = mbedtls_test_opaque_size_function( key_type, + key_bits ); + return( ( *key_buffer_size != 0 ) ? + PSA_SUCCESS : PSA_ERROR_NOT_SUPPORTED ); +#endif /* PSA_CRYPTO_DRIVER_TEST */ + + default: + (void)key_type; + (void)key_bits; + return( PSA_ERROR_INVALID_ARGUMENT ); + } +} + +psa_status_t psa_driver_wrapper_export_public_key( + const psa_key_attributes_t *attributes, + const uint8_t *key_buffer, size_t key_buffer_size, + uint8_t *data, size_t data_size, size_t *data_length ) + +{ + + psa_status_t status = PSA_ERROR_INVALID_ARGUMENT; + psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( + psa_get_key_lifetime( attributes ) ); + + /* Try dynamically-registered SE interface first */ +#if defined(MBEDTLS_PSA_CRYPTO_SE_C) + const psa_drv_se_t *drv; + psa_drv_se_context_t *drv_context; + + if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) + { + if( ( drv->key_management == NULL ) || + ( drv->key_management->p_export_public == NULL ) ) + { + return( PSA_ERROR_NOT_SUPPORTED ); + } + + return( drv->key_management->p_export_public( + drv_context, + *( (psa_key_slot_number_t *)key_buffer ), + data, data_size, data_length ) ); + } +#endif /* MBEDTLS_PSA_CRYPTO_SE_C */ + + switch( location ) + { + case PSA_KEY_LOCATION_LOCAL_STORAGE: + /* Key is stored in the slot in export representation, so + * cycle through all known transparent accelerators */ +#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) + +#if (defined(PSA_CRYPTO_DRIVER_TEST) ) + status = mbedtls_test_transparent_export_public_key + (attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length + ); + + if( status != PSA_ERROR_NOT_SUPPORTED ) + return( status ); +#endif + +#if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) + status = p256_transparent_export_public_key + (attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length + ); + + if( status != PSA_ERROR_NOT_SUPPORTED ) + return( status ); +#endif + + +#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ + /* Fell through, meaning no accelerator supports this operation */ + return( psa_export_public_key_internal( attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length ) ); + + /* Add cases for opaque driver here */ +#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) + +#if (defined(PSA_CRYPTO_DRIVER_TEST) ) + case 0x7fffff: + return( mbedtls_test_opaque_export_public_key + (attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length + )); +#endif + + +#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ + default: + /* Key is declared with a lifetime not known to us */ + return( status ); + } + +} + +psa_status_t psa_driver_wrapper_get_builtin_key( + psa_drv_slot_number_t slot_number, + psa_key_attributes_t *attributes, + uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length ) +{ + + psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); + switch( location ) + { +#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) + +#if (defined(PSA_CRYPTO_DRIVER_TEST) ) + case 0x7fffff: + return( mbedtls_test_opaque_get_builtin_key + (slot_number, + attributes, + key_buffer, + key_buffer_size, + key_buffer_length + )); +#endif + + +#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ + default: + (void) slot_number; + (void) key_buffer; + (void) key_buffer_size; + (void) key_buffer_length; + return( PSA_ERROR_DOES_NOT_EXIST ); + } + +} + +#endif /* MBEDTLS_PSA_CRYPTO_C */ diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c new file mode 100644 index 000000000..f8b4448c8 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c @@ -0,0 +1,251 @@ +/* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */ + +/** + * \file ssl_debug_helpers_generated.c + * + * \brief Automatically generated helper functions for debugging + */ +/* + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + * + */ + +#include "common.h" + +#if defined(MBEDTLS_DEBUG_C) + +#include "ssl_debug_helpers.h" + + +const char *mbedtls_ssl_named_group_to_str( uint16_t in ) +{ + switch( in ) + { + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP192K1: + return "secp192k1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP192R1: + return "secp192r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP224K1: + return "secp224k1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP224R1: + return "secp224r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP256K1: + return "secp256k1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP256R1: + return "secp256r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP384R1: + return "secp384r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP521R1: + return "secp521r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_BP256R1: + return "bp256r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_BP384R1: + return "bp384r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_BP512R1: + return "bp512r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_X25519: + return "x25519"; + case MBEDTLS_SSL_IANA_TLS_GROUP_X448: + return "x448"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE2048: + return "ffdhe2048"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE3072: + return "ffdhe3072"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE4096: + return "ffdhe4096"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE6144: + return "ffdhe6144"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE8192: + return "ffdhe8192"; + }; + + return "UNKOWN"; +} +const char *mbedtls_ssl_sig_alg_to_str( uint16_t in ) +{ + switch( in ) + { + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA256: + return "rsa_pkcs1_sha256"; + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA384: + return "rsa_pkcs1_sha384"; + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA512: + return "rsa_pkcs1_sha512"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SECP256R1_SHA256: + return "ecdsa_secp256r1_sha256"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SECP384R1_SHA384: + return "ecdsa_secp384r1_sha384"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SECP521R1_SHA512: + return "ecdsa_secp521r1_sha512"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA256: + return "rsa_pss_rsae_sha256"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA384: + return "rsa_pss_rsae_sha384"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA512: + return "rsa_pss_rsae_sha512"; + case MBEDTLS_TLS1_3_SIG_ED25519: + return "ed25519"; + case MBEDTLS_TLS1_3_SIG_ED448: + return "ed448"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA256: + return "rsa_pss_pss_sha256"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA384: + return "rsa_pss_pss_sha384"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA512: + return "rsa_pss_pss_sha512"; + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA1: + return "rsa_pkcs1_sha1"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SHA1: + return "ecdsa_sha1"; + case MBEDTLS_TLS1_3_SIG_NONE: + return "none"; + }; + + return "UNKNOWN"; +} +const char *mbedtls_ssl_states_str( mbedtls_ssl_states in ) +{ + switch (in) { + case MBEDTLS_SSL_HELLO_REQUEST: + return "MBEDTLS_SSL_HELLO_REQUEST"; + case MBEDTLS_SSL_CLIENT_HELLO: + return "MBEDTLS_SSL_CLIENT_HELLO"; + case MBEDTLS_SSL_SERVER_HELLO: + return "MBEDTLS_SSL_SERVER_HELLO"; + case MBEDTLS_SSL_SERVER_CERTIFICATE: + return "MBEDTLS_SSL_SERVER_CERTIFICATE"; + case MBEDTLS_SSL_SERVER_KEY_EXCHANGE: + return "MBEDTLS_SSL_SERVER_KEY_EXCHANGE"; + case MBEDTLS_SSL_CERTIFICATE_REQUEST: + return "MBEDTLS_SSL_CERTIFICATE_REQUEST"; + case MBEDTLS_SSL_SERVER_HELLO_DONE: + return "MBEDTLS_SSL_SERVER_HELLO_DONE"; + case MBEDTLS_SSL_CLIENT_CERTIFICATE: + return "MBEDTLS_SSL_CLIENT_CERTIFICATE"; + case MBEDTLS_SSL_CLIENT_KEY_EXCHANGE: + return "MBEDTLS_SSL_CLIENT_KEY_EXCHANGE"; + case MBEDTLS_SSL_CERTIFICATE_VERIFY: + return "MBEDTLS_SSL_CERTIFICATE_VERIFY"; + case MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC: + return "MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC"; + case MBEDTLS_SSL_CLIENT_FINISHED: + return "MBEDTLS_SSL_CLIENT_FINISHED"; + case MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC: + return "MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC"; + case MBEDTLS_SSL_SERVER_FINISHED: + return "MBEDTLS_SSL_SERVER_FINISHED"; + case MBEDTLS_SSL_FLUSH_BUFFERS: + return "MBEDTLS_SSL_FLUSH_BUFFERS"; + case MBEDTLS_SSL_HANDSHAKE_WRAPUP: + return "MBEDTLS_SSL_HANDSHAKE_WRAPUP"; + case MBEDTLS_SSL_NEW_SESSION_TICKET: + return "MBEDTLS_SSL_NEW_SESSION_TICKET"; + case MBEDTLS_SSL_SERVER_HELLO_VERIFY_REQUEST_SENT: + return "MBEDTLS_SSL_SERVER_HELLO_VERIFY_REQUEST_SENT"; + case MBEDTLS_SSL_HELLO_RETRY_REQUEST: + return "MBEDTLS_SSL_HELLO_RETRY_REQUEST"; + case MBEDTLS_SSL_ENCRYPTED_EXTENSIONS: + return "MBEDTLS_SSL_ENCRYPTED_EXTENSIONS"; + case MBEDTLS_SSL_END_OF_EARLY_DATA: + return "MBEDTLS_SSL_END_OF_EARLY_DATA"; + case MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY: + return "MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY"; + case MBEDTLS_SSL_CLIENT_CCS_AFTER_SERVER_FINISHED: + return "MBEDTLS_SSL_CLIENT_CCS_AFTER_SERVER_FINISHED"; + case MBEDTLS_SSL_CLIENT_CCS_BEFORE_2ND_CLIENT_HELLO: + return "MBEDTLS_SSL_CLIENT_CCS_BEFORE_2ND_CLIENT_HELLO"; + case MBEDTLS_SSL_SERVER_CCS_AFTER_SERVER_HELLO: + return "MBEDTLS_SSL_SERVER_CCS_AFTER_SERVER_HELLO"; + case MBEDTLS_SSL_CLIENT_CCS_AFTER_CLIENT_HELLO: + return "MBEDTLS_SSL_CLIENT_CCS_AFTER_CLIENT_HELLO"; + case MBEDTLS_SSL_SERVER_CCS_AFTER_HELLO_RETRY_REQUEST: + return "MBEDTLS_SSL_SERVER_CCS_AFTER_HELLO_RETRY_REQUEST"; + case MBEDTLS_SSL_HANDSHAKE_OVER: + return "MBEDTLS_SSL_HANDSHAKE_OVER"; + case MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET: + return "MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET"; + case MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET_FLUSH: + return "MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET_FLUSH"; + default: + return "UNKNOWN_VALUE"; + } +} + +#if defined(MBEDTLS_SSL_EARLY_DATA) && defined(MBEDTLS_SSL_CLI_C) +const char *mbedtls_ssl_early_data_status_str( mbedtls_ssl_early_data_status in ) +{ + switch (in) { + case MBEDTLS_SSL_EARLY_DATA_STATUS_NOT_INDICATED: + return "MBEDTLS_SSL_EARLY_DATA_STATUS_NOT_INDICATED"; + case MBEDTLS_SSL_EARLY_DATA_STATUS_ACCEPTED: + return "MBEDTLS_SSL_EARLY_DATA_STATUS_ACCEPTED"; + case MBEDTLS_SSL_EARLY_DATA_STATUS_REJECTED: + return "MBEDTLS_SSL_EARLY_DATA_STATUS_REJECTED"; + default: + return "UNKNOWN_VALUE"; + } +} + +#endif /* defined(MBEDTLS_SSL_EARLY_DATA) && defined(MBEDTLS_SSL_CLI_C) */ +const char *mbedtls_ssl_protocol_version_str( mbedtls_ssl_protocol_version in ) +{ + switch (in) { + case MBEDTLS_SSL_VERSION_UNKNOWN: + return "MBEDTLS_SSL_VERSION_UNKNOWN"; + case MBEDTLS_SSL_VERSION_TLS1_2: + return "MBEDTLS_SSL_VERSION_TLS1_2"; + case MBEDTLS_SSL_VERSION_TLS1_3: + return "MBEDTLS_SSL_VERSION_TLS1_3"; + default: + return "UNKNOWN_VALUE"; + } +} + +const char *mbedtls_tls_prf_types_str( mbedtls_tls_prf_types in ) +{ + switch (in) { + case MBEDTLS_SSL_TLS_PRF_NONE: + return "MBEDTLS_SSL_TLS_PRF_NONE"; + case MBEDTLS_SSL_TLS_PRF_SHA384: + return "MBEDTLS_SSL_TLS_PRF_SHA384"; + case MBEDTLS_SSL_TLS_PRF_SHA256: + return "MBEDTLS_SSL_TLS_PRF_SHA256"; + case MBEDTLS_SSL_HKDF_EXPAND_SHA384: + return "MBEDTLS_SSL_HKDF_EXPAND_SHA384"; + case MBEDTLS_SSL_HKDF_EXPAND_SHA256: + return "MBEDTLS_SSL_HKDF_EXPAND_SHA256"; + default: + return "UNKNOWN_VALUE"; + } +} + +const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in ) +{ + switch (in) { + case MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET"; +#if defined(MBEDTLS_SSL_PROTO_TLS1_3) + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_EARLY_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_EARLY_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_EARLY_EXPORTER_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_EARLY_EXPORTER_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_HANDSHAKE_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_HANDSHAKE_TRAFFIC_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_HANDSHAKE_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_HANDSHAKE_TRAFFIC_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_APPLICATION_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_APPLICATION_TRAFFIC_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_APPLICATION_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_APPLICATION_TRAFFIC_SECRET"; +#endif + default: + return "UNKNOWN_VALUE"; + } +} + + + +#endif /* MBEDTLS_DEBUG_C */ +/* End of automatically generated file. */ + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/version_features.c b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/version_features.c new file mode 100644 index 000000000..406161d4c --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/library/version_features.c @@ -0,0 +1,841 @@ +/* + * Version feature information + * + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + +#include "common.h" + +#if defined(MBEDTLS_VERSION_C) + +#include "mbedtls/version.h" + +#include + +static const char * const features[] = { +#if defined(MBEDTLS_VERSION_FEATURES) + #if defined(MBEDTLS_HAVE_ASM) + "HAVE_ASM", //no-check-names +#endif /* MBEDTLS_HAVE_ASM */ +#if defined(MBEDTLS_NO_UDBL_DIVISION) + "NO_UDBL_DIVISION", //no-check-names +#endif /* MBEDTLS_NO_UDBL_DIVISION */ +#if defined(MBEDTLS_NO_64BIT_MULTIPLICATION) + "NO_64BIT_MULTIPLICATION", //no-check-names +#endif /* MBEDTLS_NO_64BIT_MULTIPLICATION */ +#if defined(MBEDTLS_HAVE_SSE2) + "HAVE_SSE2", //no-check-names +#endif /* MBEDTLS_HAVE_SSE2 */ +#if defined(MBEDTLS_HAVE_TIME) + "HAVE_TIME", //no-check-names +#endif /* MBEDTLS_HAVE_TIME */ +#if defined(MBEDTLS_HAVE_TIME_DATE) + "HAVE_TIME_DATE", //no-check-names +#endif /* MBEDTLS_HAVE_TIME_DATE */ +#if defined(MBEDTLS_PLATFORM_MEMORY) + "PLATFORM_MEMORY", //no-check-names +#endif /* MBEDTLS_PLATFORM_MEMORY */ +#if defined(MBEDTLS_PLATFORM_NO_STD_FUNCTIONS) + "PLATFORM_NO_STD_FUNCTIONS", //no-check-names +#endif /* MBEDTLS_PLATFORM_NO_STD_FUNCTIONS */ +#if defined(MBEDTLS_PLATFORM_SETBUF_ALT) + "PLATFORM_SETBUF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_SETBUF_ALT */ +#if defined(MBEDTLS_PLATFORM_EXIT_ALT) + "PLATFORM_EXIT_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_EXIT_ALT */ +#if defined(MBEDTLS_PLATFORM_TIME_ALT) + "PLATFORM_TIME_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_TIME_ALT */ +#if defined(MBEDTLS_PLATFORM_FPRINTF_ALT) + "PLATFORM_FPRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_FPRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_PRINTF_ALT) + "PLATFORM_PRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_PRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_SNPRINTF_ALT) + "PLATFORM_SNPRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_SNPRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_VSNPRINTF_ALT) + "PLATFORM_VSNPRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_VSNPRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_NV_SEED_ALT) + "PLATFORM_NV_SEED_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_NV_SEED_ALT */ +#if defined(MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT) + "PLATFORM_SETUP_TEARDOWN_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT */ +#if defined(MBEDTLS_PLATFORM_MS_TIME_ALT) + "PLATFORM_MS_TIME_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_MS_TIME_ALT */ +#if defined(MBEDTLS_PLATFORM_GMTIME_R_ALT) + "PLATFORM_GMTIME_R_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_GMTIME_R_ALT */ +#if defined(MBEDTLS_PLATFORM_ZEROIZE_ALT) + "PLATFORM_ZEROIZE_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_ZEROIZE_ALT */ +#if defined(MBEDTLS_DEPRECATED_WARNING) + "DEPRECATED_WARNING", //no-check-names +#endif /* MBEDTLS_DEPRECATED_WARNING */ +#if defined(MBEDTLS_DEPRECATED_REMOVED) + "DEPRECATED_REMOVED", //no-check-names +#endif /* MBEDTLS_DEPRECATED_REMOVED */ +#if defined(MBEDTLS_TIMING_ALT) + "TIMING_ALT", //no-check-names +#endif /* MBEDTLS_TIMING_ALT */ +#if defined(MBEDTLS_AES_ALT) + "AES_ALT", //no-check-names +#endif /* MBEDTLS_AES_ALT */ +#if defined(MBEDTLS_ARIA_ALT) + "ARIA_ALT", //no-check-names +#endif /* MBEDTLS_ARIA_ALT */ +#if defined(MBEDTLS_CAMELLIA_ALT) + "CAMELLIA_ALT", //no-check-names +#endif /* MBEDTLS_CAMELLIA_ALT */ +#if defined(MBEDTLS_CCM_ALT) + "CCM_ALT", //no-check-names +#endif /* MBEDTLS_CCM_ALT */ +#if defined(MBEDTLS_CHACHA20_ALT) + "CHACHA20_ALT", //no-check-names +#endif /* MBEDTLS_CHACHA20_ALT */ +#if defined(MBEDTLS_CHACHAPOLY_ALT) + "CHACHAPOLY_ALT", //no-check-names +#endif /* MBEDTLS_CHACHAPOLY_ALT */ +#if defined(MBEDTLS_CMAC_ALT) + "CMAC_ALT", //no-check-names +#endif /* MBEDTLS_CMAC_ALT */ +#if defined(MBEDTLS_DES_ALT) + "DES_ALT", //no-check-names +#endif /* MBEDTLS_DES_ALT */ +#if defined(MBEDTLS_DHM_ALT) + "DHM_ALT", //no-check-names +#endif /* MBEDTLS_DHM_ALT */ +#if defined(MBEDTLS_ECJPAKE_ALT) + "ECJPAKE_ALT", //no-check-names +#endif /* MBEDTLS_ECJPAKE_ALT */ +#if defined(MBEDTLS_GCM_ALT) + "GCM_ALT", //no-check-names +#endif /* MBEDTLS_GCM_ALT */ +#if defined(MBEDTLS_NIST_KW_ALT) + "NIST_KW_ALT", //no-check-names +#endif /* MBEDTLS_NIST_KW_ALT */ +#if defined(MBEDTLS_MD5_ALT) + "MD5_ALT", //no-check-names +#endif /* MBEDTLS_MD5_ALT */ +#if defined(MBEDTLS_POLY1305_ALT) + "POLY1305_ALT", //no-check-names +#endif /* MBEDTLS_POLY1305_ALT */ +#if defined(MBEDTLS_RIPEMD160_ALT) + "RIPEMD160_ALT", //no-check-names +#endif /* MBEDTLS_RIPEMD160_ALT */ +#if defined(MBEDTLS_RSA_ALT) + "RSA_ALT", //no-check-names +#endif /* MBEDTLS_RSA_ALT */ +#if defined(MBEDTLS_SHA1_ALT) + "SHA1_ALT", //no-check-names +#endif /* MBEDTLS_SHA1_ALT */ +#if defined(MBEDTLS_SHA256_ALT) + "SHA256_ALT", //no-check-names +#endif /* MBEDTLS_SHA256_ALT */ +#if defined(MBEDTLS_SHA512_ALT) + "SHA512_ALT", //no-check-names +#endif /* MBEDTLS_SHA512_ALT */ +#if defined(MBEDTLS_ECP_ALT) + "ECP_ALT", //no-check-names +#endif /* MBEDTLS_ECP_ALT */ +#if defined(MBEDTLS_MD5_PROCESS_ALT) + "MD5_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_MD5_PROCESS_ALT */ +#if defined(MBEDTLS_RIPEMD160_PROCESS_ALT) + "RIPEMD160_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_RIPEMD160_PROCESS_ALT */ +#if defined(MBEDTLS_SHA1_PROCESS_ALT) + "SHA1_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_SHA1_PROCESS_ALT */ +#if defined(MBEDTLS_SHA256_PROCESS_ALT) + "SHA256_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_SHA256_PROCESS_ALT */ +#if defined(MBEDTLS_SHA512_PROCESS_ALT) + "SHA512_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_SHA512_PROCESS_ALT */ +#if defined(MBEDTLS_DES_SETKEY_ALT) + "DES_SETKEY_ALT", //no-check-names +#endif /* MBEDTLS_DES_SETKEY_ALT */ +#if defined(MBEDTLS_DES_CRYPT_ECB_ALT) + "DES_CRYPT_ECB_ALT", //no-check-names +#endif /* MBEDTLS_DES_CRYPT_ECB_ALT */ +#if defined(MBEDTLS_DES3_CRYPT_ECB_ALT) + "DES3_CRYPT_ECB_ALT", //no-check-names +#endif /* MBEDTLS_DES3_CRYPT_ECB_ALT */ +#if defined(MBEDTLS_AES_SETKEY_ENC_ALT) + "AES_SETKEY_ENC_ALT", //no-check-names +#endif /* MBEDTLS_AES_SETKEY_ENC_ALT */ +#if defined(MBEDTLS_AES_SETKEY_DEC_ALT) + "AES_SETKEY_DEC_ALT", //no-check-names +#endif /* MBEDTLS_AES_SETKEY_DEC_ALT */ +#if defined(MBEDTLS_AES_ENCRYPT_ALT) + "AES_ENCRYPT_ALT", //no-check-names +#endif /* MBEDTLS_AES_ENCRYPT_ALT */ +#if defined(MBEDTLS_AES_DECRYPT_ALT) + "AES_DECRYPT_ALT", //no-check-names +#endif /* MBEDTLS_AES_DECRYPT_ALT */ +#if defined(MBEDTLS_ECDH_GEN_PUBLIC_ALT) + "ECDH_GEN_PUBLIC_ALT", //no-check-names +#endif /* MBEDTLS_ECDH_GEN_PUBLIC_ALT */ +#if defined(MBEDTLS_ECDH_COMPUTE_SHARED_ALT) + "ECDH_COMPUTE_SHARED_ALT", //no-check-names +#endif /* MBEDTLS_ECDH_COMPUTE_SHARED_ALT */ +#if defined(MBEDTLS_ECDSA_VERIFY_ALT) + "ECDSA_VERIFY_ALT", //no-check-names +#endif /* MBEDTLS_ECDSA_VERIFY_ALT */ +#if defined(MBEDTLS_ECDSA_SIGN_ALT) + "ECDSA_SIGN_ALT", //no-check-names +#endif /* MBEDTLS_ECDSA_SIGN_ALT */ +#if defined(MBEDTLS_ECDSA_GENKEY_ALT) + "ECDSA_GENKEY_ALT", //no-check-names +#endif /* MBEDTLS_ECDSA_GENKEY_ALT */ +#if defined(MBEDTLS_ECP_INTERNAL_ALT) + "ECP_INTERNAL_ALT", //no-check-names +#endif /* MBEDTLS_ECP_INTERNAL_ALT */ +#if defined(MBEDTLS_ECP_NO_FALLBACK) + "ECP_NO_FALLBACK", //no-check-names +#endif /* MBEDTLS_ECP_NO_FALLBACK */ +#if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT) + "ECP_RANDOMIZE_JAC_ALT", //no-check-names +#endif /* MBEDTLS_ECP_RANDOMIZE_JAC_ALT */ +#if defined(MBEDTLS_ECP_ADD_MIXED_ALT) + "ECP_ADD_MIXED_ALT", //no-check-names +#endif /* MBEDTLS_ECP_ADD_MIXED_ALT */ +#if defined(MBEDTLS_ECP_DOUBLE_JAC_ALT) + "ECP_DOUBLE_JAC_ALT", //no-check-names +#endif /* MBEDTLS_ECP_DOUBLE_JAC_ALT */ +#if defined(MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT) + "ECP_NORMALIZE_JAC_MANY_ALT", //no-check-names +#endif /* MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT */ +#if defined(MBEDTLS_ECP_NORMALIZE_JAC_ALT) + "ECP_NORMALIZE_JAC_ALT", //no-check-names +#endif /* MBEDTLS_ECP_NORMALIZE_JAC_ALT */ +#if defined(MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT) + "ECP_DOUBLE_ADD_MXZ_ALT", //no-check-names +#endif /* MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT */ +#if defined(MBEDTLS_ECP_RANDOMIZE_MXZ_ALT) + "ECP_RANDOMIZE_MXZ_ALT", //no-check-names +#endif /* MBEDTLS_ECP_RANDOMIZE_MXZ_ALT */ +#if defined(MBEDTLS_ECP_NORMALIZE_MXZ_ALT) + "ECP_NORMALIZE_MXZ_ALT", //no-check-names +#endif /* MBEDTLS_ECP_NORMALIZE_MXZ_ALT */ +#if defined(MBEDTLS_ENTROPY_HARDWARE_ALT) + "ENTROPY_HARDWARE_ALT", //no-check-names +#endif /* MBEDTLS_ENTROPY_HARDWARE_ALT */ +#if defined(MBEDTLS_AES_ROM_TABLES) + "AES_ROM_TABLES", //no-check-names +#endif /* MBEDTLS_AES_ROM_TABLES */ +#if defined(MBEDTLS_AES_FEWER_TABLES) + "AES_FEWER_TABLES", //no-check-names +#endif /* MBEDTLS_AES_FEWER_TABLES */ +#if defined(MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH) + "AES_ONLY_128_BIT_KEY_LENGTH", //no-check-names +#endif /* MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH */ +#if defined(MBEDTLS_AES_USE_HARDWARE_ONLY) + "AES_USE_HARDWARE_ONLY", //no-check-names +#endif /* MBEDTLS_AES_USE_HARDWARE_ONLY */ +#if defined(MBEDTLS_CAMELLIA_SMALL_MEMORY) + "CAMELLIA_SMALL_MEMORY", //no-check-names +#endif /* MBEDTLS_CAMELLIA_SMALL_MEMORY */ +#if defined(MBEDTLS_CHECK_RETURN_WARNING) + "CHECK_RETURN_WARNING", //no-check-names +#endif /* MBEDTLS_CHECK_RETURN_WARNING */ +#if defined(MBEDTLS_CIPHER_MODE_CBC) + "CIPHER_MODE_CBC", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_CBC */ +#if defined(MBEDTLS_CIPHER_MODE_CFB) + "CIPHER_MODE_CFB", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_CFB */ +#if defined(MBEDTLS_CIPHER_MODE_CTR) + "CIPHER_MODE_CTR", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_CTR */ +#if defined(MBEDTLS_CIPHER_MODE_OFB) + "CIPHER_MODE_OFB", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_OFB */ +#if defined(MBEDTLS_CIPHER_MODE_XTS) + "CIPHER_MODE_XTS", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_XTS */ +#if defined(MBEDTLS_CIPHER_NULL_CIPHER) + "CIPHER_NULL_CIPHER", //no-check-names +#endif /* MBEDTLS_CIPHER_NULL_CIPHER */ +#if defined(MBEDTLS_CIPHER_PADDING_PKCS7) + "CIPHER_PADDING_PKCS7", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_PKCS7 */ +#if defined(MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS) + "CIPHER_PADDING_ONE_AND_ZEROS", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS */ +#if defined(MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN) + "CIPHER_PADDING_ZEROS_AND_LEN", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN */ +#if defined(MBEDTLS_CIPHER_PADDING_ZEROS) + "CIPHER_PADDING_ZEROS", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_ZEROS */ +#if defined(MBEDTLS_CTR_DRBG_USE_128_BIT_KEY) + "CTR_DRBG_USE_128_BIT_KEY", //no-check-names +#endif /* MBEDTLS_CTR_DRBG_USE_128_BIT_KEY */ +#if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED) + "ECDH_VARIANT_EVEREST_ENABLED", //no-check-names +#endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) + "ECP_DP_SECP192R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP192R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED) + "ECP_DP_SECP224R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP224R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) + "ECP_DP_SECP256R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP256R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP384R1_ENABLED) + "ECP_DP_SECP384R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP384R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED) + "ECP_DP_SECP521R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP521R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP192K1_ENABLED) + "ECP_DP_SECP192K1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP192K1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP224K1_ENABLED) + "ECP_DP_SECP224K1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP224K1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP256K1_ENABLED) + "ECP_DP_SECP256K1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP256K1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_BP256R1_ENABLED) + "ECP_DP_BP256R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_BP256R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_BP384R1_ENABLED) + "ECP_DP_BP384R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_BP384R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED) + "ECP_DP_BP512R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_BP512R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_CURVE25519_ENABLED) + "ECP_DP_CURVE25519_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_CURVE25519_ENABLED */ +#if defined(MBEDTLS_ECP_DP_CURVE448_ENABLED) + "ECP_DP_CURVE448_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */ +#if defined(MBEDTLS_ECP_NIST_OPTIM) + "ECP_NIST_OPTIM", //no-check-names +#endif /* MBEDTLS_ECP_NIST_OPTIM */ +#if defined(MBEDTLS_ECP_RESTARTABLE) + "ECP_RESTARTABLE", //no-check-names +#endif /* MBEDTLS_ECP_RESTARTABLE */ +#if defined(MBEDTLS_ECP_WITH_MPI_UINT) + "ECP_WITH_MPI_UINT", //no-check-names +#endif /* MBEDTLS_ECP_WITH_MPI_UINT */ +#if defined(MBEDTLS_ECDSA_DETERMINISTIC) + "ECDSA_DETERMINISTIC", //no-check-names +#endif /* MBEDTLS_ECDSA_DETERMINISTIC */ +#if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED) + "KEY_EXCHANGE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED) + "KEY_EXCHANGE_DHE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED) + "KEY_EXCHANGE_ECDHE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED) + "KEY_EXCHANGE_RSA_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_RSA_ENABLED) + "KEY_EXCHANGE_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED) + "KEY_EXCHANGE_DHE_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED) + "KEY_EXCHANGE_ECDHE_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED) + "KEY_EXCHANGE_ECDHE_ECDSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED) + "KEY_EXCHANGE_ECDH_ECDSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED) + "KEY_EXCHANGE_ECDH_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) + "KEY_EXCHANGE_ECJPAKE_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED */ +#if defined(MBEDTLS_PK_PARSE_EC_EXTENDED) + "PK_PARSE_EC_EXTENDED", //no-check-names +#endif /* MBEDTLS_PK_PARSE_EC_EXTENDED */ +#if defined(MBEDTLS_PK_PARSE_EC_COMPRESSED) + "PK_PARSE_EC_COMPRESSED", //no-check-names +#endif /* MBEDTLS_PK_PARSE_EC_COMPRESSED */ +#if defined(MBEDTLS_ERROR_STRERROR_DUMMY) + "ERROR_STRERROR_DUMMY", //no-check-names +#endif /* MBEDTLS_ERROR_STRERROR_DUMMY */ +#if defined(MBEDTLS_GENPRIME) + "GENPRIME", //no-check-names +#endif /* MBEDTLS_GENPRIME */ +#if defined(MBEDTLS_FS_IO) + "FS_IO", //no-check-names +#endif /* MBEDTLS_FS_IO */ +#if defined(MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES) + "NO_DEFAULT_ENTROPY_SOURCES", //no-check-names +#endif /* MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES */ +#if defined(MBEDTLS_NO_PLATFORM_ENTROPY) + "NO_PLATFORM_ENTROPY", //no-check-names +#endif /* MBEDTLS_NO_PLATFORM_ENTROPY */ +#if defined(MBEDTLS_ENTROPY_FORCE_SHA256) + "ENTROPY_FORCE_SHA256", //no-check-names +#endif /* MBEDTLS_ENTROPY_FORCE_SHA256 */ +#if defined(MBEDTLS_ENTROPY_NV_SEED) + "ENTROPY_NV_SEED", //no-check-names +#endif /* MBEDTLS_ENTROPY_NV_SEED */ +#if defined(MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER) + "PSA_CRYPTO_KEY_ID_ENCODES_OWNER", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER */ +#if defined(MBEDTLS_MEMORY_DEBUG) + "MEMORY_DEBUG", //no-check-names +#endif /* MBEDTLS_MEMORY_DEBUG */ +#if defined(MBEDTLS_MEMORY_BACKTRACE) + "MEMORY_BACKTRACE", //no-check-names +#endif /* MBEDTLS_MEMORY_BACKTRACE */ +#if defined(MBEDTLS_PK_RSA_ALT_SUPPORT) + "PK_RSA_ALT_SUPPORT", //no-check-names +#endif /* MBEDTLS_PK_RSA_ALT_SUPPORT */ +#if defined(MBEDTLS_PKCS1_V15) + "PKCS1_V15", //no-check-names +#endif /* MBEDTLS_PKCS1_V15 */ +#if defined(MBEDTLS_PKCS1_V21) + "PKCS1_V21", //no-check-names +#endif /* MBEDTLS_PKCS1_V21 */ +#if defined(MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS) + "PSA_CRYPTO_BUILTIN_KEYS", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ +#if defined(MBEDTLS_PSA_CRYPTO_CLIENT) + "PSA_CRYPTO_CLIENT", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_CLIENT */ +#if defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG) + "PSA_CRYPTO_EXTERNAL_RNG", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG */ +#if defined(MBEDTLS_PSA_CRYPTO_SPM) + "PSA_CRYPTO_SPM", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_SPM */ +#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) + "PSA_P256M_DRIVER_ENABLED", //no-check-names +#endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */ +#if defined(MBEDTLS_PSA_INJECT_ENTROPY) + "PSA_INJECT_ENTROPY", //no-check-names +#endif /* MBEDTLS_PSA_INJECT_ENTROPY */ +#if defined(MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS) + "PSA_ASSUME_EXCLUSIVE_BUFFERS", //no-check-names +#endif /* MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS */ +#if defined(MBEDTLS_RSA_NO_CRT) + "RSA_NO_CRT", //no-check-names +#endif /* MBEDTLS_RSA_NO_CRT */ +#if defined(MBEDTLS_SELF_TEST) + "SELF_TEST", //no-check-names +#endif /* MBEDTLS_SELF_TEST */ +#if defined(MBEDTLS_SHA256_SMALLER) + "SHA256_SMALLER", //no-check-names +#endif /* MBEDTLS_SHA256_SMALLER */ +#if defined(MBEDTLS_SHA512_SMALLER) + "SHA512_SMALLER", //no-check-names +#endif /* MBEDTLS_SHA512_SMALLER */ +#if defined(MBEDTLS_SSL_ALL_ALERT_MESSAGES) + "SSL_ALL_ALERT_MESSAGES", //no-check-names +#endif /* MBEDTLS_SSL_ALL_ALERT_MESSAGES */ +#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID) + "SSL_DTLS_CONNECTION_ID", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */ +#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT) + "SSL_DTLS_CONNECTION_ID_COMPAT", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT */ +#if defined(MBEDTLS_SSL_ASYNC_PRIVATE) + "SSL_ASYNC_PRIVATE", //no-check-names +#endif /* MBEDTLS_SSL_ASYNC_PRIVATE */ +#if defined(MBEDTLS_SSL_CONTEXT_SERIALIZATION) + "SSL_CONTEXT_SERIALIZATION", //no-check-names +#endif /* MBEDTLS_SSL_CONTEXT_SERIALIZATION */ +#if defined(MBEDTLS_SSL_DEBUG_ALL) + "SSL_DEBUG_ALL", //no-check-names +#endif /* MBEDTLS_SSL_DEBUG_ALL */ +#if defined(MBEDTLS_SSL_ENCRYPT_THEN_MAC) + "SSL_ENCRYPT_THEN_MAC", //no-check-names +#endif /* MBEDTLS_SSL_ENCRYPT_THEN_MAC */ +#if defined(MBEDTLS_SSL_EXTENDED_MASTER_SECRET) + "SSL_EXTENDED_MASTER_SECRET", //no-check-names +#endif /* MBEDTLS_SSL_EXTENDED_MASTER_SECRET */ +#if defined(MBEDTLS_SSL_KEEP_PEER_CERTIFICATE) + "SSL_KEEP_PEER_CERTIFICATE", //no-check-names +#endif /* MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */ +#if defined(MBEDTLS_SSL_RENEGOTIATION) + "SSL_RENEGOTIATION", //no-check-names +#endif /* MBEDTLS_SSL_RENEGOTIATION */ +#if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH) + "SSL_MAX_FRAGMENT_LENGTH", //no-check-names +#endif /* MBEDTLS_SSL_MAX_FRAGMENT_LENGTH */ +#if defined(MBEDTLS_SSL_RECORD_SIZE_LIMIT) + "SSL_RECORD_SIZE_LIMIT", //no-check-names +#endif /* MBEDTLS_SSL_RECORD_SIZE_LIMIT */ +#if defined(MBEDTLS_SSL_PROTO_TLS1_2) + "SSL_PROTO_TLS1_2", //no-check-names +#endif /* MBEDTLS_SSL_PROTO_TLS1_2 */ +#if defined(MBEDTLS_SSL_PROTO_TLS1_3) + "SSL_PROTO_TLS1_3", //no-check-names +#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */ +#if defined(MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE) + "SSL_TLS1_3_COMPATIBILITY_MODE", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE */ +#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED) + "SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED */ +#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED) + "SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED */ +#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED) + "SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED */ +#if defined(MBEDTLS_SSL_EARLY_DATA) + "SSL_EARLY_DATA", //no-check-names +#endif /* MBEDTLS_SSL_EARLY_DATA */ +#if defined(MBEDTLS_SSL_PROTO_DTLS) + "SSL_PROTO_DTLS", //no-check-names +#endif /* MBEDTLS_SSL_PROTO_DTLS */ +#if defined(MBEDTLS_SSL_ALPN) + "SSL_ALPN", //no-check-names +#endif /* MBEDTLS_SSL_ALPN */ +#if defined(MBEDTLS_SSL_DTLS_ANTI_REPLAY) + "SSL_DTLS_ANTI_REPLAY", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_ANTI_REPLAY */ +#if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) + "SSL_DTLS_HELLO_VERIFY", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_HELLO_VERIFY */ +#if defined(MBEDTLS_SSL_DTLS_SRTP) + "SSL_DTLS_SRTP", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_SRTP */ +#if defined(MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE) + "SSL_DTLS_CLIENT_PORT_REUSE", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE */ +#if defined(MBEDTLS_SSL_SESSION_TICKETS) + "SSL_SESSION_TICKETS", //no-check-names +#endif /* MBEDTLS_SSL_SESSION_TICKETS */ +#if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION) + "SSL_SERVER_NAME_INDICATION", //no-check-names +#endif /* MBEDTLS_SSL_SERVER_NAME_INDICATION */ +#if defined(MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH) + "SSL_VARIABLE_BUFFER_LENGTH", //no-check-names +#endif /* MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH */ +#if defined(MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN) + "TEST_CONSTANT_FLOW_MEMSAN", //no-check-names +#endif /* MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN */ +#if defined(MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND) + "TEST_CONSTANT_FLOW_VALGRIND", //no-check-names +#endif /* MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND */ +#if defined(MBEDTLS_TEST_HOOKS) + "TEST_HOOKS", //no-check-names +#endif /* MBEDTLS_TEST_HOOKS */ +#if defined(MBEDTLS_THREADING_ALT) + "THREADING_ALT", //no-check-names +#endif /* MBEDTLS_THREADING_ALT */ +#if defined(MBEDTLS_THREADING_PTHREAD) + "THREADING_PTHREAD", //no-check-names +#endif /* MBEDTLS_THREADING_PTHREAD */ +#if defined(MBEDTLS_USE_PSA_CRYPTO) + "USE_PSA_CRYPTO", //no-check-names +#endif /* MBEDTLS_USE_PSA_CRYPTO */ +#if defined(MBEDTLS_PSA_CRYPTO_CONFIG) + "PSA_CRYPTO_CONFIG", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_CONFIG */ +#if defined(MBEDTLS_VERSION_FEATURES) + "VERSION_FEATURES", //no-check-names +#endif /* MBEDTLS_VERSION_FEATURES */ +#if defined(MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK) + "X509_TRUSTED_CERTIFICATE_CALLBACK", //no-check-names +#endif /* MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK */ +#if defined(MBEDTLS_X509_REMOVE_INFO) + "X509_REMOVE_INFO", //no-check-names +#endif /* MBEDTLS_X509_REMOVE_INFO */ +#if defined(MBEDTLS_X509_RSASSA_PSS_SUPPORT) + "X509_RSASSA_PSS_SUPPORT", //no-check-names +#endif /* MBEDTLS_X509_RSASSA_PSS_SUPPORT */ +#if defined(MBEDTLS_AESNI_C) + "AESNI_C", //no-check-names +#endif /* MBEDTLS_AESNI_C */ +#if defined(MBEDTLS_AESCE_C) + "AESCE_C", //no-check-names +#endif /* MBEDTLS_AESCE_C */ +#if defined(MBEDTLS_AES_C) + "AES_C", //no-check-names +#endif /* MBEDTLS_AES_C */ +#if defined(MBEDTLS_ASN1_PARSE_C) + "ASN1_PARSE_C", //no-check-names +#endif /* MBEDTLS_ASN1_PARSE_C */ +#if defined(MBEDTLS_ASN1_WRITE_C) + "ASN1_WRITE_C", //no-check-names +#endif /* MBEDTLS_ASN1_WRITE_C */ +#if defined(MBEDTLS_BASE64_C) + "BASE64_C", //no-check-names +#endif /* MBEDTLS_BASE64_C */ +#if defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT) + "BLOCK_CIPHER_NO_DECRYPT", //no-check-names +#endif /* MBEDTLS_BLOCK_CIPHER_NO_DECRYPT */ +#if defined(MBEDTLS_BIGNUM_C) + "BIGNUM_C", //no-check-names +#endif /* MBEDTLS_BIGNUM_C */ +#if defined(MBEDTLS_CAMELLIA_C) + "CAMELLIA_C", //no-check-names +#endif /* MBEDTLS_CAMELLIA_C */ +#if defined(MBEDTLS_ARIA_C) + "ARIA_C", //no-check-names +#endif /* MBEDTLS_ARIA_C */ +#if defined(MBEDTLS_CCM_C) + "CCM_C", //no-check-names +#endif /* MBEDTLS_CCM_C */ +#if defined(MBEDTLS_CHACHA20_C) + "CHACHA20_C", //no-check-names +#endif /* MBEDTLS_CHACHA20_C */ +#if defined(MBEDTLS_CHACHAPOLY_C) + "CHACHAPOLY_C", //no-check-names +#endif /* MBEDTLS_CHACHAPOLY_C */ +#if defined(MBEDTLS_CIPHER_C) + "CIPHER_C", //no-check-names +#endif /* MBEDTLS_CIPHER_C */ +#if defined(MBEDTLS_CMAC_C) + "CMAC_C", //no-check-names +#endif /* MBEDTLS_CMAC_C */ +#if defined(MBEDTLS_CTR_DRBG_C) + "CTR_DRBG_C", //no-check-names +#endif /* MBEDTLS_CTR_DRBG_C */ +#if defined(MBEDTLS_DEBUG_C) + "DEBUG_C", //no-check-names +#endif /* MBEDTLS_DEBUG_C */ +#if defined(MBEDTLS_DES_C) + "DES_C", //no-check-names +#endif /* MBEDTLS_DES_C */ +#if defined(MBEDTLS_DHM_C) + "DHM_C", //no-check-names +#endif /* MBEDTLS_DHM_C */ +#if defined(MBEDTLS_ECDH_C) + "ECDH_C", //no-check-names +#endif /* MBEDTLS_ECDH_C */ +#if defined(MBEDTLS_ECDSA_C) + "ECDSA_C", //no-check-names +#endif /* MBEDTLS_ECDSA_C */ +#if defined(MBEDTLS_ECJPAKE_C) + "ECJPAKE_C", //no-check-names +#endif /* MBEDTLS_ECJPAKE_C */ +#if defined(MBEDTLS_ECP_C) + "ECP_C", //no-check-names +#endif /* MBEDTLS_ECP_C */ +#if defined(MBEDTLS_ENTROPY_C) + "ENTROPY_C", //no-check-names +#endif /* MBEDTLS_ENTROPY_C */ +#if defined(MBEDTLS_ERROR_C) + "ERROR_C", //no-check-names +#endif /* MBEDTLS_ERROR_C */ +#if defined(MBEDTLS_GCM_C) + "GCM_C", //no-check-names +#endif /* MBEDTLS_GCM_C */ +#if defined(MBEDTLS_GCM_LARGE_TABLE) + "GCM_LARGE_TABLE", //no-check-names +#endif /* MBEDTLS_GCM_LARGE_TABLE */ +#if defined(MBEDTLS_HKDF_C) + "HKDF_C", //no-check-names +#endif /* MBEDTLS_HKDF_C */ +#if defined(MBEDTLS_HMAC_DRBG_C) + "HMAC_DRBG_C", //no-check-names +#endif /* MBEDTLS_HMAC_DRBG_C */ +#if defined(MBEDTLS_LMS_C) + "LMS_C", //no-check-names +#endif /* MBEDTLS_LMS_C */ +#if defined(MBEDTLS_LMS_PRIVATE) + "LMS_PRIVATE", //no-check-names +#endif /* MBEDTLS_LMS_PRIVATE */ +#if defined(MBEDTLS_NIST_KW_C) + "NIST_KW_C", //no-check-names +#endif /* MBEDTLS_NIST_KW_C */ +#if defined(MBEDTLS_MD_C) + "MD_C", //no-check-names +#endif /* MBEDTLS_MD_C */ +#if defined(MBEDTLS_MD5_C) + "MD5_C", //no-check-names +#endif /* MBEDTLS_MD5_C */ +#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) + "MEMORY_BUFFER_ALLOC_C", //no-check-names +#endif /* MBEDTLS_MEMORY_BUFFER_ALLOC_C */ +#if defined(MBEDTLS_NET_C) + "NET_C", //no-check-names +#endif /* MBEDTLS_NET_C */ +#if defined(MBEDTLS_OID_C) + "OID_C", //no-check-names +#endif /* MBEDTLS_OID_C */ +#if defined(MBEDTLS_PADLOCK_C) + "PADLOCK_C", //no-check-names +#endif /* MBEDTLS_PADLOCK_C */ +#if defined(MBEDTLS_PEM_PARSE_C) + "PEM_PARSE_C", //no-check-names +#endif /* MBEDTLS_PEM_PARSE_C */ +#if defined(MBEDTLS_PEM_WRITE_C) + "PEM_WRITE_C", //no-check-names +#endif /* MBEDTLS_PEM_WRITE_C */ +#if defined(MBEDTLS_PK_C) + "PK_C", //no-check-names +#endif /* MBEDTLS_PK_C */ +#if defined(MBEDTLS_PK_PARSE_C) + "PK_PARSE_C", //no-check-names +#endif /* MBEDTLS_PK_PARSE_C */ +#if defined(MBEDTLS_PK_WRITE_C) + "PK_WRITE_C", //no-check-names +#endif /* MBEDTLS_PK_WRITE_C */ +#if defined(MBEDTLS_PKCS5_C) + "PKCS5_C", //no-check-names +#endif /* MBEDTLS_PKCS5_C */ +#if defined(MBEDTLS_PKCS7_C) + "PKCS7_C", //no-check-names +#endif /* MBEDTLS_PKCS7_C */ +#if defined(MBEDTLS_PKCS12_C) + "PKCS12_C", //no-check-names +#endif /* MBEDTLS_PKCS12_C */ +#if defined(MBEDTLS_PLATFORM_C) + "PLATFORM_C", //no-check-names +#endif /* MBEDTLS_PLATFORM_C */ +#if defined(MBEDTLS_POLY1305_C) + "POLY1305_C", //no-check-names +#endif /* MBEDTLS_POLY1305_C */ +#if defined(MBEDTLS_PSA_CRYPTO_C) + "PSA_CRYPTO_C", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_C */ +#if defined(MBEDTLS_PSA_CRYPTO_SE_C) + "PSA_CRYPTO_SE_C", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_SE_C */ +#if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) + "PSA_CRYPTO_STORAGE_C", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */ +#if defined(MBEDTLS_PSA_ITS_FILE_C) + "PSA_ITS_FILE_C", //no-check-names +#endif /* MBEDTLS_PSA_ITS_FILE_C */ +#if defined(MBEDTLS_RIPEMD160_C) + "RIPEMD160_C", //no-check-names +#endif /* MBEDTLS_RIPEMD160_C */ +#if defined(MBEDTLS_RSA_C) + "RSA_C", //no-check-names +#endif /* MBEDTLS_RSA_C */ +#if defined(MBEDTLS_SHA1_C) + "SHA1_C", //no-check-names +#endif /* MBEDTLS_SHA1_C */ +#if defined(MBEDTLS_SHA224_C) + "SHA224_C", //no-check-names +#endif /* MBEDTLS_SHA224_C */ +#if defined(MBEDTLS_SHA256_C) + "SHA256_C", //no-check-names +#endif /* MBEDTLS_SHA256_C */ +#if defined(MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT) + "SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT", //no-check-names +#endif /* MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT */ +#if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT) + "SHA256_USE_A64_CRYPTO_IF_PRESENT", //no-check-names +#endif /* MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT */ +#if defined(MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY) + "SHA256_USE_ARMV8_A_CRYPTO_ONLY", //no-check-names +#endif /* MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY */ +#if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY) + "SHA256_USE_A64_CRYPTO_ONLY", //no-check-names +#endif /* MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY */ +#if defined(MBEDTLS_SHA384_C) + "SHA384_C", //no-check-names +#endif /* MBEDTLS_SHA384_C */ +#if defined(MBEDTLS_SHA512_C) + "SHA512_C", //no-check-names +#endif /* MBEDTLS_SHA512_C */ +#if defined(MBEDTLS_SHA3_C) + "SHA3_C", //no-check-names +#endif /* MBEDTLS_SHA3_C */ +#if defined(MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT) + "SHA512_USE_A64_CRYPTO_IF_PRESENT", //no-check-names +#endif /* MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT */ +#if defined(MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY) + "SHA512_USE_A64_CRYPTO_ONLY", //no-check-names +#endif /* MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY */ +#if defined(MBEDTLS_SSL_CACHE_C) + "SSL_CACHE_C", //no-check-names +#endif /* MBEDTLS_SSL_CACHE_C */ +#if defined(MBEDTLS_SSL_COOKIE_C) + "SSL_COOKIE_C", //no-check-names +#endif /* MBEDTLS_SSL_COOKIE_C */ +#if defined(MBEDTLS_SSL_TICKET_C) + "SSL_TICKET_C", //no-check-names +#endif /* MBEDTLS_SSL_TICKET_C */ +#if defined(MBEDTLS_SSL_CLI_C) + "SSL_CLI_C", //no-check-names +#endif /* MBEDTLS_SSL_CLI_C */ +#if defined(MBEDTLS_SSL_SRV_C) + "SSL_SRV_C", //no-check-names +#endif /* MBEDTLS_SSL_SRV_C */ +#if defined(MBEDTLS_SSL_TLS_C) + "SSL_TLS_C", //no-check-names +#endif /* MBEDTLS_SSL_TLS_C */ +#if defined(MBEDTLS_THREADING_C) + "THREADING_C", //no-check-names +#endif /* MBEDTLS_THREADING_C */ +#if defined(MBEDTLS_TIMING_C) + "TIMING_C", //no-check-names +#endif /* MBEDTLS_TIMING_C */ +#if defined(MBEDTLS_VERSION_C) + "VERSION_C", //no-check-names +#endif /* MBEDTLS_VERSION_C */ +#if defined(MBEDTLS_X509_USE_C) + "X509_USE_C", //no-check-names +#endif /* MBEDTLS_X509_USE_C */ +#if defined(MBEDTLS_X509_CRT_PARSE_C) + "X509_CRT_PARSE_C", //no-check-names +#endif /* MBEDTLS_X509_CRT_PARSE_C */ +#if defined(MBEDTLS_X509_CRL_PARSE_C) + "X509_CRL_PARSE_C", //no-check-names +#endif /* MBEDTLS_X509_CRL_PARSE_C */ +#if defined(MBEDTLS_X509_CSR_PARSE_C) + "X509_CSR_PARSE_C", //no-check-names +#endif /* MBEDTLS_X509_CSR_PARSE_C */ +#if defined(MBEDTLS_X509_CREATE_C) + "X509_CREATE_C", //no-check-names +#endif /* MBEDTLS_X509_CREATE_C */ +#if defined(MBEDTLS_X509_CRT_WRITE_C) + "X509_CRT_WRITE_C", //no-check-names +#endif /* MBEDTLS_X509_CRT_WRITE_C */ +#if defined(MBEDTLS_X509_CSR_WRITE_C) + "X509_CSR_WRITE_C", //no-check-names +#endif /* MBEDTLS_X509_CSR_WRITE_C */ +#endif /* MBEDTLS_VERSION_FEATURES */ + NULL +}; + +int mbedtls_version_check_feature(const char *feature) +{ + const char * const *idx = features; + + if (*idx == NULL) { + return -2; + } + + if (feature == NULL) { + return -1; + } + + if (strncmp(feature, "MBEDTLS_", 8)) { + return -1; + } + + feature += 8; + + while (*idx != NULL) { + if (!strcmp(*idx, feature)) { + return 0; + } + idx++; + } + return -1; +} + +#endif /* MBEDTLS_VERSION_C */ diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake new file mode 100644 index 000000000..93976cc96 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/mbedtls/pkgconfig + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/cmake_install.cmake new file mode 100644 index 000000000..02b36d876 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/cmake_install.cmake new file mode 100644 index 000000000..bdb7d9c76 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-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-IDF_OLED-SSD1306/build/esp-idf/newlib/port/cmake_install.cmake") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/cmake_install.cmake new file mode 100644 index 000000000..32f0a29e2 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/port/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/port + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/cmake_install.cmake new file mode 100644 index 000000000..16a3c7aee --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/cmake_install.cmake new file mode 100644 index 000000000..2d33e5622 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/cmake_install.cmake new file mode 100644 index 000000000..7265763a1 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/openthread/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/openthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/cmake_install.cmake new file mode 100644 index 000000000..9e680826a --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/partition_table + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/partition-table-flash_args.in b/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/partition-table-flash_args.in new file mode 100644 index 000000000..e3ec33c5b --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/partition_table/partition-table-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/cmake_install.cmake new file mode 100644 index 000000000..56a07d79d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/cmake_install.cmake new file mode 100644 index 000000000..082de3b6d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/protobuf-c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/cmake_install.cmake new file mode 100644 index 000000000..db42fb549 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/cmake_install.cmake new file mode 100644 index 000000000..d1a029a6d --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/cmake_install.cmake new file mode 100644 index 000000000..b0348c7fa --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/cmake_install.cmake new file mode 100644 index 000000000..7887b21e7 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/soc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/cmake_install.cmake new file mode 100644 index 000000000..aa25f1717 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/cmake_install.cmake new file mode 100644 index 000000000..1d8ebb9bf --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/cmake_install.cmake new file mode 100644 index 000000000..7359ee384 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/cmake_install.cmake new file mode 100644 index 000000000..973c1ca36 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/ulp/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/ulp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/cmake_install.cmake new file mode 100644 index 000000000..121981fad --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/unity + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/cmake_install.cmake new file mode 100644 index 000000000..7b1226044 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/usb/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/usb + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/cmake_install.cmake new file mode 100644 index 000000000..e97b57abb --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/cmake_install.cmake new file mode 100644 index 000000000..00f38c1a5 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/cmake_install.cmake new file mode 100644 index 000000000..1780f9db7 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/cmake_install.cmake new file mode 100644 index 000000000..6eb89d18a --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/cmake_install.cmake b/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/cmake_install.cmake new file mode 100644 index 000000000..b11f1bb23 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_OLED-SSD1306") +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/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/ESP32-IDF_OLED-SSD1306/build/flash_app_args b/ESP32-IDF_OLED-SSD1306/build/flash_app_args new file mode 100644 index 000000000..e8cb3c9ab --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/flash_app_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x10000 ESP32-IDF_OLED-SSD1306.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/flash_args b/ESP32-IDF_OLED-SSD1306/build/flash_args new file mode 100644 index 000000000..1ee1e9ad7 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/flash_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x1000 bootloader/bootloader.bin +0x10000 ESP32-IDF_OLED-SSD1306.bin +0x8000 partition_table/partition-table.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/flash_args.in b/ESP32-IDF_OLED-SSD1306/build/flash_args.in new file mode 100644 index 000000000..291042855 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/flash_args.in @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x1000 bootloader/bootloader.bin +0x10000 $.bin +0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/ESP32-IDF_OLED-SSD1306/build/flash_bootloader_args b/ESP32-IDF_OLED-SSD1306/build/flash_bootloader_args new file mode 100644 index 000000000..7ea5acf77 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/flash_bootloader_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x1000 bootloader/bootloader.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/flash_project_args b/ESP32-IDF_OLED-SSD1306/build/flash_project_args new file mode 100644 index 000000000..1ee1e9ad7 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/flash_project_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x1000 bootloader/bootloader.bin +0x10000 ESP32-IDF_OLED-SSD1306.bin +0x8000 partition_table/partition-table.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/flasher_args.json b/ESP32-IDF_OLED-SSD1306/build/flasher_args.json new file mode 100644 index 000000000..c1ccc835c --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/flasher_args.json @@ -0,0 +1,24 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "2MB", + "--flash_freq", "40m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "2MB", + "flash_freq": "40m" + }, + "flash_files" : { + "0x1000" : "bootloader/bootloader.bin", + "0x10000" : "ESP32-IDF_OLED-SSD1306.bin", + "0x8000" : "partition_table/partition-table.bin" + }, + "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x10000", "file" : "ESP32-IDF_OLED-SSD1306.bin", "encrypted" : "false" }, + "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32" + } +} diff --git a/ESP32-IDF_OLED-SSD1306/build/ldgen_libraries b/ESP32-IDF_OLED-SSD1306/build/ldgen_libraries new file mode 100644 index 000000000..92756d7c9 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/ldgen_libraries @@ -0,0 +1,64 @@ +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/libxtensa.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/libesp_ringbuf.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/libefuse.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/libesp_mm.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/libdriver.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/libesp_pm.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/libmbedtls.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/libesp_app_format.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/libbootloader_support.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/libesp_partition.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/libapp_update.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/libspi_flash.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/libpthread.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/libesp_system.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/libesp_rom.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/libhal.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/liblog.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/libheap.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/libsoc.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/libesp_hw_support.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/libfreertos.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/libnewlib.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/libcxx.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/libesp_common.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/libesp_timer.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/libapp_trace.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/libesp_event.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/libnvs_flash.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/libesp_phy.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/libvfs.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/liblwip.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/libesp_netif.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/libwpa_supplicant.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/libesp_coex.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/libesp_wifi.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/libunity.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/libcmock.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/libconsole.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/libhttp_parser.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/libesp-tls.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/libesp_adc.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/libesp_eth.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/libesp_gdbstub.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/libesp_hid.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/libtcp_transport.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/libesp_http_client.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/libesp_http_server.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/libesp_https_ota.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/libesp_lcd.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/libprotobuf-c.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/libprotocomm.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/libespcoredump.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/libwear_levelling.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/libsdmmc.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/libfatfs.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/libjson.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/libmqtt.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/libperfmon.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/libspiffs.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/libwifi_provisioning.a +C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/libmain.a diff --git a/ESP32-IDF_OLED-SSD1306/build/ldgen_libraries.in b/ESP32-IDF_OLED-SSD1306/build/ldgen_libraries.in new file mode 100644 index 000000000..c834eab0a --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/ldgen_libraries.in @@ -0,0 +1,64 @@ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ \ No newline at end of file diff --git a/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stderr_output_24876 b/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stderr_output_20112 similarity index 100% rename from ESP32-IDF_OLED-SSD1306/build/log/idf_py_stderr_output_24876 rename to ESP32-IDF_OLED-SSD1306/build/log/idf_py_stderr_output_20112 diff --git a/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stdout_output_20112 b/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stdout_output_20112 new file mode 100644 index 000000000..d4053d4f4 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stdout_output_20112 @@ -0,0 +1,48 @@ +-- Existing sdkconfig 'C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/sdkconfig' renamed to 'C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/sdkconfig.old'. +-- Found Git: C:/Users/alex/.espressif/tools/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1") +-- The C compiler identification is GNU 13.2.0 +-- The CXX compiler identification is GNU 13.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Building ESP-IDF components for target esp32 +-- Project sdkconfig file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/sdkconfig +-- Compiler supported targets: xtensa-esp-elf +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of time_t +-- Check size of time_t - done +-- Found Python3: c:/Users/alex/.espressif/tools/python_env/idf5.2_py3.11_env/Scripts/python.exe (found version "3.11.2") found components: Interpreter +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success +-- App "ESP32-IDF_OLED-SSD1306" version: 4c43d80-dirty +-- Adding linker script C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/ld/memory.ld +-- Adding linker script C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/ld/sections.ld.in +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld +-- Adding linker script C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld +-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_system esp_timer esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash nvs_sec_provider openthread partition_table perfmon protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant xtensa +-- Component paths: C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support C:/Users/alex/esp/v5.2.2/esp-idf/components/bt C:/Users/alex/esp/v5.2.2/esp-idf/components/cmock C:/Users/alex/esp/v5.2.2/esp-idf/components/console C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx C:/Users/alex/esp/v5.2.2/esp-idf/components/driver C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_bootloader_format C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_server C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif_stack C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_psram C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos C:/Users/alex/esp/v5.2.2/esp-idf/components/hal C:/Users/alex/esp/v5.2.2/esp-idf/components/heap C:/Users/alex/esp/v5.2.2/esp-idf/components/http_parser C:/Users/alex/esp/v5.2.2/esp-idf/components/idf_test C:/Users/alex/esp/v5.2.2/esp-idf/components/ieee802154 C:/Users/alex/esp/v5.2.2/esp-idf/components/json C:/Users/alex/esp/v5.2.2/esp-idf/components/log C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider C:/Users/alex/esp/v5.2.2/esp-idf/components/openthread C:/Users/alex/esp/v5.2.2/esp-idf/components/partition_table C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon C:/Users/alex/esp/v5.2.2/esp-idf/components/protobuf-c C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc C:/Users/alex/esp/v5.2.2/esp-idf/components/soc C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport C:/Users/alex/esp/v5.2.2/esp-idf/components/ulp C:/Users/alex/esp/v5.2.2/esp-idf/components/unity C:/Users/alex/esp/v5.2.2/esp-idf/components/usb C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa +-- Configuring done +-- Generating done +-- Build files have been written to: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build diff --git a/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stdout_output_24876 b/ESP32-IDF_OLED-SSD1306/build/log/idf_py_stdout_output_24876 deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP32-IDF_OLED-SSD1306/build/partition-table-flash_args b/ESP32-IDF_OLED-SSD1306/build/partition-table-flash_args new file mode 100644 index 000000000..19bd58215 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/partition-table-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 2MB +0x8000 partition_table/partition-table.bin diff --git a/ESP32-IDF_OLED-SSD1306/build/project_description.json b/ESP32-IDF_OLED-SSD1306/build/project_description.json new file mode 100644 index 000000000..8cdcc44d2 --- /dev/null +++ b/ESP32-IDF_OLED-SSD1306/build/project_description.json @@ -0,0 +1,2123 @@ +{ + "version": "1.1", + "project_name": "ESP32-IDF_OLED-SSD1306", + "project_version": "4c43d80-dirty", + "project_path": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306", + "idf_path": "C:/Users/alex/esp/v5.2.2/esp-idf", + "build_dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build", + "config_file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/sdkconfig", + "config_defaults": "", + "bootloader_elf": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/bootloader/bootloader.elf", + "app_elf": "ESP32-IDF_OLED-SSD1306.elf", + "app_bin": "ESP32-IDF_OLED-SSD1306.bin", + "build_type": "flash_app", + "git_revision": "v5.2.2", + "target": "esp32", + "rev": "0", + "min_rev": "0", + "max_rev": "399", + "phy_data_partition": "", + "monitor_baud" : "115200", + "monitor_toolprefix": "xtensa-esp32-elf-", + "c_compiler": "C:/Users/alex/.espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc.exe", + "config_environment" : { + "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", + "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" + }, + "common_component_reqs": [ "cxx", "newlib", "freertos", "esp_hw_support", "heap", "log", "soc", "hal", "esp_rom", "esp_common", "esp_system", "xtensa" ], + "build_components" : [ "app_trace", "app_update", "bootloader", "bootloader_support", "bt", "cmock", "console", "cxx", "driver", "efuse", "esp-tls", "esp_adc", "esp_app_format", "esp_bootloader_format", "esp_coex", "esp_common", "esp_eth", "esp_event", "esp_gdbstub", "esp_hid", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_hw_support", "esp_lcd", "esp_local_ctrl", "esp_mm", "esp_netif", "esp_netif_stack", "esp_partition", "esp_phy", "esp_pm", "esp_psram", "esp_ringbuf", "esp_rom", "esp_system", "esp_timer", "esp_wifi", "espcoredump", "esptool_py", "fatfs", "freertos", "hal", "heap", "http_parser", "idf_test", "ieee802154", "json", "log", "lwip", "main", "mbedtls", "mqtt", "newlib", "nvs_flash", "nvs_sec_provider", "openthread", "partition_table", "perfmon", "protobuf-c", "protocomm", "pthread", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "ulp", "unity", "usb", "vfs", "wear_levelling", "wifi_provisioning", "wpa_supplicant", "xtensa", "" ], + "build_component_paths" : [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace", "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bt", "C:/Users/alex/esp/v5.2.2/esp-idf/components/cmock", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console", "C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_bootloader_format", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_server", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif_stack", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_psram", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal", "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap", "C:/Users/alex/esp/v5.2.2/esp-idf/components/http_parser", "C:/Users/alex/esp/v5.2.2/esp-idf/components/idf_test", "C:/Users/alex/esp/v5.2.2/esp-idf/components/ieee802154", "C:/Users/alex/esp/v5.2.2/esp-idf/components/json", "C:/Users/alex/esp/v5.2.2/esp-idf/components/log", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main", "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls", "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider", "C:/Users/alex/esp/v5.2.2/esp-idf/components/openthread", "C:/Users/alex/esp/v5.2.2/esp-idf/components/partition_table", "C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protobuf-c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm", "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread", "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs", "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport", "C:/Users/alex/esp/v5.2.2/esp-idf/components/ulp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity", "C:/Users/alex/esp/v5.2.2/esp-idf/components/usb", "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant", "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa", "" ], + "build_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace", + "type": "LIBRARY", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_trace/libapp_trace.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace/app_trace.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace/app_trace_util.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace/host_file_io.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace/port/port_uart.c" ], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update", + "type": "LIBRARY", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/app_update/libapp_update.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update/esp_ota_ops.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update/esp_ota_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader", + "type": "CONFIG_ONLY", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support", + "type": "LIBRARY", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c" ], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bt", + "type": "CONFIG_ONLY", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "driver", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/cmock", + "type": "LIBRARY", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cmock/libcmock.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/cmock/CMock/src/cmock.c" ], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/console", + "type": "LIBRARY", + "lib": "__idf_console", + "reqs": [ "vfs" ], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/console/libconsole.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/commands.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/esp_console_repl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/split_argv.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/linenoise/linenoise.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_cmd.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_date.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_dbl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_dstr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_end.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_file.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_hashtable.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_int.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_lit.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_rem.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_rex.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_str.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/arg_utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/console/argtable3/argtable3.c" ], + "include_dirs": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/console" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx", + "type": "LIBRARY", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/cxx/libcxx.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx/cxx_exception_stubs.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx/cxx_guards.cpp" ], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver", + "type": "LIBRARY", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support" ], + "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/driver/libdriver.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/gpio/gpio.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/gpio/gpio_glitch_filter_ops.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/gpio/rtc_io.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/spi_bus_lock.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/adc_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/dac/dac_oneshot.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/dac/dac_cosine.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/dac/dac_continuous.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/dac/dac_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/dac/esp32/dac_dma.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/dac_common_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/esp32/dac_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/gptimer/gptimer.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/gptimer/gptimer_priv.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/timer_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2c/i2c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2c/i2c_master.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2c/i2c_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2c/i2c_slave.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2s/i2s_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2s/i2s_platform.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2s/i2s_std.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/i2s_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/i2s/i2s_pdm.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/ledc/ledc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_cap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_cmpr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_com.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_fault.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_gen.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_oper.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_sync.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/mcpwm/mcpwm_timer.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/mcpwm_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/pcnt/pulse_cnt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/pcnt_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/rmt/rmt_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/rmt/rmt_encoder.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/rmt/rmt_rx.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/rmt/rmt_tx.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/rmt_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/sdio_slave/sdio_slave.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/sdmmc/sdmmc_transaction.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/sdmmc/sdmmc_host.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/sigma_delta/sdm.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/gpspi/spi_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/gpspi/spi_master.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/gpspi/spi_slave.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/sdspi/sdspi_crc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/sdspi/sdspi_host.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/spi/sdspi/sdspi_transaction.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/touch_sensor/touch_sensor_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/twai/twai.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/uart/uart.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c" ], + "include_dirs": [ "include", "deprecated", "analog_comparator/include", "dac/include", "gpio/include", "gptimer/include", "i2c/include", "i2s/include", "ledc/include", "mcpwm/include", "parlio/include", "pcnt/include", "rmt/include", "sdio_slave/include", "sdmmc/include", "sigma_delta/include", "spi/include", "temperature_sensor/include", "touch_sensor/include", "twai/include", "uart/include", "usb_serial_jtag/include", "touch_sensor/esp32/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse", + "type": "LIBRARY", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/efuse/libefuse.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/esp32/esp_efuse_table.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c" ], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls", + "type": "LIBRARY", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp-tls/libesp-tls.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls/esp_tls.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls/esp_tls_error_capture.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls/esp_tls_platform_port.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls/esp_tls_mbedtls.c" ], + "include_dirs": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc", + "type": "LIBRARY", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_adc/libesp_adc.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/adc_cali.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/adc_oneshot.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/adc_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/adc_continuous.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c" ], + "include_dirs": [ "include", "interface", "esp32/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format", + "type": "LIBRARY", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_app_format/libesp_app_format.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_bootloader_format", + "type": "LIBRARY", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex", + "type": "LIBRARY", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_coex/libesp_coex.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c" ], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common", + "type": "LIBRARY", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_common/libesp_common.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth", + "type": "LIBRARY", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "driver", "log", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_eth/libesp_eth.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_phy_802_3.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_mac_esp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_phy_ksz80xx.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_phy_lan87xx.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c" ], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event", + "type": "LIBRARY", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_event/libesp_event.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event/default_event_loop.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event/esp_event.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event/esp_event_private.c" ], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub", + "type": "LIBRARY", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_gdbstub/libesp_gdbstub.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/src/gdbstub.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/src/packet.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S" ], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid", + "type": "LIBRARY", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hid/libesp_hid.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid/src/esp_hidd.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid/src/esp_hidh.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid/src/esp_hid_common.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client", + "type": "LIBRARY", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_client/libesp_http_client.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client/esp_http_client.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client/lib/http_auth.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client/lib/http_header.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client/lib/http_utils.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server", + "type": "LIBRARY", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_http_server/libesp_http_server.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/httpd_main.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/httpd_parse.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/httpd_sess.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/httpd_txrx.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/httpd_uri.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/httpd_ws.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server/src/util/ctrl_sock.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota", + "type": "LIBRARY", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_https_ota/libesp_https_ota.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota/src/esp_https_ota.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_server", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support", + "type": "LIBRARY", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "driver", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/esp_clk.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/hw_random.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/intr_alloc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/mac_addr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/periph_ctrl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/revision.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/rtc_module.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sleep_modes.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sleep_console.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sleep_gpio.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sleep_event.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sleep_modem.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/io_mux.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/rtc_wdt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/mspi_timing_config.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/esp_clock_output.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/esp_crypto_lock.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd", + "type": "LIBRARY", + "lib": "__idf_esp_lcd", + "reqs": [ "driver" ], + "priv_reqs": [ "esp_mm", "esp_psram" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_lcd/libesp_lcd.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c_v1.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c_v2.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_spi.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2s.c" ], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl", + "type": "LIBRARY", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c" ], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm", + "type": "LIBRARY", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_mm/libesp_mm.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm/esp_mmu_map.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm/esp_cache.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm/cache_esp32.c" ], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif", + "type": "LIBRARY", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_netif/libesp_netif.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/esp_netif_handlers.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/esp_netif_objects.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/esp_netif_defaults.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c" ], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif_stack", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition", + "type": "LIBRARY", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "bootloader_support", "spi_flash", "app_update", "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_partition/libesp_partition.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition/partition.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition/partition_target.c" ], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy", + "type": "LIBRARY", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_phy/libesp_phy.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/src/phy_override.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/src/lib_printf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/src/phy_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/src/phy_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy/src/btbb_init.c" ], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm", + "type": "LIBRARY", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_pm/libesp_pm.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm/pm_locks.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm/pm_trace.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm/pm_impl.c" ], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_psram", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm", "bootloader_support", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf", + "type": "LIBRARY", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_ringbuf/libesp_ringbuf.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf/ringbuf.c" ], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom", + "type": "LIBRARY", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S" ], + "include_dirs": [ "include", "include/esp32", "esp32" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system", + "type": "LIBRARY", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "pthread", "bootloader_support", "efuse", "driver", "esp_partition" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_system/libesp_system.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/esp_err.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/crosscore_int.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/esp_ipc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/freertos_hooks.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/int_wdt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/panic.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/esp_system.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/startup.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/system_time.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/stack_check.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/ubsan.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/xt_wdt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/debug_stubs.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/task_wdt/task_wdt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/cpu_start.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/panic_handler.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/esp_system_chip.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/brownout.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/esp_ipc_isr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_port.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/arch/xtensa/trax.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32/clk.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32/system_internal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c" ], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer", + "type": "LIBRARY", + "lib": "__idf_esp_timer", + "reqs": [ "esp_common" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_timer/libesp_timer.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/src/esp_timer.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/src/system_time.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c" ], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi", + "type": "LIBRARY", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/esp_wifi/libesp_wifi.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/mesh_event.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/smartconfig.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/wifi_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/wifi_default.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/wifi_netif.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/esp32/esp_adapter.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi/src/smartconfig_ack.c" ], + "include_dirs": [ "include", "wifi_apps/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump", + "type": "LIBRARY", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/espcoredump/libespcoredump.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_flash.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_uart.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_elf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_binary.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_sha.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/core_dump_crc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c" ], + "include_dirs": [ "include", "include/port/xtensa" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py", + "type": "CONFIG_ONLY", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs", + "type": "LIBRARY", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc" ], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/fatfs/libfatfs.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/diskio/diskio.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/diskio/diskio_wl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/src/ff.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/src/ffunicode.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/port/freertos/ffsystem.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/vfs/vfs_fat.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" ], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos", + "type": "LIBRARY", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/freertos/libfreertos.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/heap_idf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/app_startup.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/port_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/port_systick.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos/esp_additions/idf_additions.c" ], + "include_dirs": [ "config/include", "config/include/freertos", "config/xtensa/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/xtensa/include", "FreeRTOS-Kernel/portable/xtensa/include/freertos", "esp_additions/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal", + "type": "LIBRARY", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/hal/libhal.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/hal_utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/mpu_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/efuse_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/esp32/efuse_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/mmu_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/esp32/cache_hal_esp32.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_flash_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_flash_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/esp32/clk_tree_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/uart_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/uart_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/gpio_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/rtc_io_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/timer_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/ledc_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/ledc_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/i2c_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/i2c_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/rmt_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/pcnt_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/mcpwm_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/twai_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/twai_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/i2s_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/sdm_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/sdmmc_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/emac_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/adc_hal_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/adc_oneshot_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/adc_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/mpi_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/sha_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/aes_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/brownout_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_slave_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/spi_slave_hal_iram.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/sdio_slave_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/touch_sensor_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/esp32/touch_sensor_hal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal/esp32/gpio_hal_workaround.c" ], + "include_dirs": [ "platform_port/include", "esp32/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap", + "type": "LIBRARY", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/heap/libheap.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/heap_caps.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/heap_caps_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/multi_heap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/tlsf/tlsf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/port/memory_layout_utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap/port/esp32/memory_layout.c" ], + "include_dirs": [ "include" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/http_parser", + "type": "LIBRARY", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/http_parser/libhttp_parser.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/http_parser/http_parser.c" ], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/idf_test", + "type": "CONFIG_ONLY", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include", "include/esp32" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/ieee802154", + "type": "CONFIG_ONLY", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/json", + "type": "LIBRARY", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/json/libjson.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/json/cJSON/cJSON.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/json/cJSON/cJSON_Utils.c" ], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/log", + "type": "LIBRARY", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/log/liblog.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/log/log.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/log/log_buffers.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/log/log_freertos.c" ], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip", + "type": "LIBRARY", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/lwip/liblwip.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/apps/sntp/sntp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/api_lib.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/api_msg.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/err.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/if_api.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/netbuf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/netdb.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/netifapi.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/sockets.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/api/tcpip.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/def.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/dns.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ip.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/mem.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/memp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/netif.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/pbuf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/raw.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/stats.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/sys.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/tcp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/timeouts.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/udp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/slipif.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/port/debug/lwip_debug.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/port/sockets_ext.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/port/freertos/sys_arch.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/apps/ping/esp_ping.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/apps/ping/ping.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/apps/ping/ping_sock.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c" ], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch", "port/esp32xx/include/sys" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main", + "type": "LIBRARY", + "lib": "__idf_main", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/main/libmain.a", + "sources": [ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main/ssd1306.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main/ssd1306_i2c_legacy.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main/main.c" ], + "include_dirs": [ "." ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls", + "type": "LIBRARY", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mbedtls/libmbedtls.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/x509_crt_bundle.S" ], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt", + "type": "LIBRARY", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/mqtt/libmqtt.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" ], + "include_dirs": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib", + "type": "LIBRARY", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/newlib/libnewlib.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/abort.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/assert.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/heap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/locks.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/poll.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/pthread.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/random.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/getentropy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/reent_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/newlib_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/syscalls.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/termios.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/stdatomic.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/time.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/sysconf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/realpath.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib/port/esp_time_impl.c" ], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash", + "type": "LIBRARY", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash", "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_flash/libnvs_flash.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_api.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_page.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_types.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_platform.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp" ], + "include_dirs": [ "include", "../spi_flash/include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider", + "type": "LIBRARY", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c" ], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/openthread", + "type": "CONFIG_ONLY", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/partition_table", + "type": "CONFIG_ONLY", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon", + "type": "LIBRARY", + "lib": "__idf_perfmon", + "reqs": [ "xtensa" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/perfmon/libperfmon.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon/xtensa_perfmon_access.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon/xtensa_perfmon_apis.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon/xtensa_perfmon_masks.c" ], + "include_dirs": [ "include" ] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/protobuf-c", + "type": "LIBRARY", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protobuf-c/libprotobuf-c.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" ], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm", + "type": "LIBRARY", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/protocomm/libprotocomm.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/common/protocomm.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/proto-c/session.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/transports/protocomm_console.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/security/security0.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/security/security1.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/security/security2.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c" ], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread", + "type": "LIBRARY", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/pthread/libpthread.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/pthread.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/pthread_cond_var.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/pthread_local_storage.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/pthread_rwlock.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread/pthread_semaphore.c" ], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc", + "type": "LIBRARY", + "lib": "__idf_sdmmc", + "reqs": [ "driver" ], + "priv_reqs": [ "soc", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/sdmmc/libsdmmc.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc/sdmmc_cmd.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc/sdmmc_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc/sdmmc_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc/sdmmc_io.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc/sdmmc_mmc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc/sdmmc_sd.c" ], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc", + "type": "LIBRARY", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/soc/libsoc.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/lldesc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/dport_access_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/interrupts.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/gpio_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/uart_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/dport_access.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/adc_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/spi_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/ledc_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/pcnt_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/rmt_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/sdm_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/i2s_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/i2c_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/timer_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/lcd_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/mcpwm_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/mpi_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/sdmmc_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/touch_sensor_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/twai_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/dac_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/rtc_io_periph.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc/esp32/sdio_slave_periph.c" ], + "include_dirs": [ "include", "esp32", "esp32/include" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash", + "type": "LIBRARY", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "driver", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/flash_brownout_hook.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_chip_th.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/memspi_host_driver.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/cache_utils.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/flash_mmap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/flash_ops.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_wrap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/esp_flash_api.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/esp_flash_spi_init.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash/spi_flash_os_func_noos.c" ], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs", + "type": "LIBRARY", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/spiffs/libspiffs.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/spiffs_api.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs/esp_spiffs.c" ], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport", + "type": "LIBRARY", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/tcp_transport/libtcp_transport.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport/transport.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport/transport_ssl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport/transport_internal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport/transport_socks_proxy.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport/transport_ws.c" ], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/ulp", + "type": "CONFIG_ONLY", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity", + "type": "LIBRARY", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/unity/libunity.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/unity/src/unity.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/unity_runner.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/unity_utils_freertos.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/unity_utils_cache.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/unity_utils_memory.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/unity_port_esp32.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c" ], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/usb", + "type": "CONFIG_ONLY", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs", + "type": "LIBRARY", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/vfs/libvfs.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/vfs.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/vfs_eventfd.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/vfs_uart.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/vfs_semihost.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs/vfs_console.c" ], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling", + "type": "LIBRARY", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wear_levelling/libwear_levelling.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/Partition.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/SPI_Flash.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/WL_Flash.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/crc32.cpp", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling/wear_levelling.cpp" ], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning", + "type": "LIBRARY", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wifi_provisioning/libwifi_provisioning.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/wifi_config.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/manager.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/handlers.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/scheme_console.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning/src/scheme_softap.c" ], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant", + "type": "LIBRARY", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/wpa_supplicant/libwpa_supplicant.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/port/eloop.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/common/sae.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/base64.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/utils/json.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" ], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa", + "type": "LIBRARY", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/build/esp-idf/xtensa/libxtensa.a", + "sources": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa/eri.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa/xt_trax.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa/xtensa_context.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa/xtensa_intr_asm.S", "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa/xtensa_intr.c", "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa/xtensa_vectors.S" ], + "include_dirs": [ "esp32/include", "include", "deprecated_include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "driver", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs" ], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/console" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support" ], + "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "deprecated", "analog_comparator/include", "dac/include", "gpio/include", "gptimer/include", "i2c/include", "i2s/include", "ledc/include", "mcpwm/include", "parlio/include", "pcnt/include", "rmt/include", "sdio_slave/include", "sdmmc/include", "sigma_delta/include", "spi/include", "temperature_sensor/include", "touch_sensor/include", "twai/include", "uart/include", "usb_serial_jtag/include", "touch_sensor/esp32/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp-tls", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_bootloader_format", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "driver", "log", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "driver", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [ "driver" ], + "priv_reqs": [ "esp_mm", "esp_psram" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "bootloader_support", "spi_flash", "app_update", "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm", "bootloader_support", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32", "esp32" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "pthread", "bootloader_support", "efuse", "driver", "esp_partition" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [ "esp_common" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "wifi_apps/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/port/xtensa" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc" ], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "config/include", "config/include/freertos", "config/xtensa/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/xtensa/include", "FreeRTOS-Kernel/portable/xtensa/include/freertos", "esp_additions/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_port/include", "esp32/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch", "port/esp32xx/include/sys" ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "C:/Users/alex/esp/v5.2.2/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash", "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "../spi_flash/include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/nvs_sec_provider", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [ "xtensa" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [ "driver" ], + "priv_reqs": [ "soc", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32", "esp32/include" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "driver", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "C:/Users/alex/esp/v5.2.2/esp-idf/components/xtensa", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "esp32/include", "include", "deprecated_include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_OLED-SSD1306/main", + "lib": "__idf_main", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + } + }, + "debug_prefix_map_gdbinit": "" +} diff --git a/ESP32-IDF_OLED-SSD1306/main/CMakeLists.txt b/ESP32-IDF_OLED-SSD1306/main/CMakeLists.txt index 3f722121d..1631a7d2f 100644 --- a/ESP32-IDF_OLED-SSD1306/main/CMakeLists.txt +++ b/ESP32-IDF_OLED-SSD1306/main/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "ssd1306.c" "main.c" +idf_component_register(SRCS "ssd1306.c" "ssd1306_i2c_legacy.c" "sd1306_i2c_new.c" "ssd1306_spi.c" "main.c" INCLUDE_DIRS ".") \ No newline at end of file