This commit is contained in:
2025-06-14 01:40:56 -04:00
parent 185698d175
commit 6b76174d6a
9 changed files with 3543 additions and 1645 deletions

View File

@@ -358,6 +358,9 @@ PYTHON:UNINITIALIZED=/home/abobkov/.espressif/python_env/idf5.4_py3.13_env/bin/p
//No help, variable specified on the command line.
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
//No help, variable specified on the command line.
SDKCONFIG:UNINITIALIZED=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_mqtt-ssl/sdkconfig
//Allow unsafe builds. These builds ARE NOT SECURE.
UNSAFE_BUILD:BOOL=OFF

View File

@@ -0,0 +1,180 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.31
# This file contains all the rules used to get the outputs files
# built from the input files.
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: mqtt_ssl
# Configurations:
# =============================================================================
# =============================================================================
#############################################
# Rule for compiling ASM files.
rule ASM_COMPILER__mqtt_ssl.2eelf_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building ASM object $out
#############################################
# Rule for compiling C files.
rule C_COMPILER__mqtt_ssl.2eelf_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking CXX executable.
rule CXX_EXECUTABLE_LINKER__mqtt_ssl.2eelf_
command = $PRE_LINK && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
description = Linking CXX executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for running custom commands.
rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
#############################################
# Rule for compiling ASM files.
rule ASM_COMPILER____idf_riscv_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building ASM object $out
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_riscv_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_riscv_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_driver_gpio_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_pm_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling ASM files.
rule ASM_COMPILER____idf_mbedtls_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building ASM object $out
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_mbedtls_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER__everest_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking CXX static library.
rule CXX_STATIC_LIBRARY_LINKER__everest_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
description = Linking CXX static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER__p256m_unscanned_
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking CXX static library.
rule CXX_STATIC_LIBRARY_LINKER__p256m_
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -1,537 +0,0 @@
__component_set_property(___idf_main REQUIRES "")
__component_set_property(___idf_main PRIV_REQUIRES "")
__component_set_property(___idf_main __COMPONENT_REGISTERED 1)
__component_set_property(___idf_main INCLUDE_DIRS ".")
__component_set_property(___idf_main __COMPONENT_SOURCE "project_components")
__component_set_property(___idf_protocol_examples_common REQUIRES "")
__component_set_property(___idf_protocol_examples_common PRIV_REQUIRES "esp_netif;driver;esp_wifi;vfs;console;esp_eth;openthread")
__component_set_property(___idf_protocol_examples_common __COMPONENT_REGISTERED 1)
__component_set_property(___idf_protocol_examples_common INCLUDE_DIRS "include")
__component_set_property(___idf_protocol_examples_common __COMPONENT_SOURCE "project_managed_components")
__component_set_property(___idf_app_trace REQUIRES "esp_timer")
__component_set_property(___idf_app_trace PRIV_REQUIRES "esp_driver_gptimer;esp_driver_gpio;esp_driver_uart")
__component_set_property(___idf_app_trace __COMPONENT_REGISTERED 1)
__component_set_property(___idf_app_trace INCLUDE_DIRS "include")
__component_set_property(___idf_app_trace __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_app_update REQUIRES "partition_table;bootloader_support;esp_app_format;esp_bootloader_format;esp_partition")
__component_set_property(___idf_app_update PRIV_REQUIRES "esptool_py;efuse;spi_flash")
__component_set_property(___idf_app_update __COMPONENT_REGISTERED 1)
__component_set_property(___idf_app_update INCLUDE_DIRS "include")
__component_set_property(___idf_app_update __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_bootloader REQUIRES "")
__component_set_property(___idf_bootloader PRIV_REQUIRES "partition_table;esptool_py")
__component_set_property(___idf_bootloader __COMPONENT_REGISTERED 1)
__component_set_property(___idf_bootloader INCLUDE_DIRS "")
__component_set_property(___idf_bootloader __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_bootloader_support REQUIRES "soc")
__component_set_property(___idf_bootloader_support PRIV_REQUIRES "spi_flash;mbedtls;efuse;heap;esp_bootloader_format;esp_app_format")
__component_set_property(___idf_bootloader_support __COMPONENT_REGISTERED 1)
__component_set_property(___idf_bootloader_support INCLUDE_DIRS "include;bootloader_flash/include")
__component_set_property(___idf_bootloader_support __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_bt REQUIRES "esp_timer;esp_wifi")
__component_set_property(___idf_bt PRIV_REQUIRES "nvs_flash;soc;esp_pm;esp_phy;esp_coex;mbedtls;esp_driver_uart;vfs;esp_ringbuf;esp_driver_spi;esp_driver_gpio")
__component_set_property(___idf_bt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_bt INCLUDE_DIRS "")
__component_set_property(___idf_bt __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_cmock REQUIRES "unity")
__component_set_property(___idf_cmock PRIV_REQUIRES "")
__component_set_property(___idf_cmock __COMPONENT_REGISTERED 1)
__component_set_property(___idf_cmock INCLUDE_DIRS "CMock/src")
__component_set_property(___idf_cmock __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_console REQUIRES "vfs;esp_vfs_console")
__component_set_property(___idf_console PRIV_REQUIRES "esp_driver_uart;esp_driver_usb_serial_jtag")
__component_set_property(___idf_console __COMPONENT_REGISTERED 1)
__component_set_property(___idf_console INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_mqtt-ssl/build")
__component_set_property(___idf_console __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_cxx REQUIRES "")
__component_set_property(___idf_cxx PRIV_REQUIRES "pthread;esp_system")
__component_set_property(___idf_cxx __COMPONENT_REGISTERED 1)
__component_set_property(___idf_cxx INCLUDE_DIRS "")
__component_set_property(___idf_cxx __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_driver REQUIRES "esp_pm;esp_ringbuf;freertos;soc;hal;esp_hw_support;esp_driver_gpio;esp_driver_pcnt;esp_driver_gptimer;esp_driver_spi;esp_driver_mcpwm;esp_driver_ana_cmpr;esp_driver_i2s;esp_driver_sdmmc;esp_driver_sdspi;esp_driver_sdio;esp_driver_dac;esp_driver_rmt;esp_driver_tsens;esp_driver_sdm;esp_driver_i2c;esp_driver_uart;esp_driver_ledc;esp_driver_parlio;esp_driver_usb_serial_jtag")
__component_set_property(___idf_driver PRIV_REQUIRES "efuse;esp_timer;esp_mm")
__component_set_property(___idf_driver __COMPONENT_REGISTERED 1)
__component_set_property(___idf_driver INCLUDE_DIRS "deprecated;i2c/include;touch_sensor/include;twai/include")
__component_set_property(___idf_driver __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_efuse REQUIRES "")
__component_set_property(___idf_efuse PRIV_REQUIRES "bootloader_support;soc;spi_flash;esp_system;esp_partition;esp_app_format")
__component_set_property(___idf_efuse __COMPONENT_REGISTERED 1)
__component_set_property(___idf_efuse INCLUDE_DIRS "include;esp32c3/include")
__component_set_property(___idf_efuse __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp-tls REQUIRES "mbedtls")
__component_set_property(___idf_esp-tls PRIV_REQUIRES "http_parser;esp_timer;lwip")
__component_set_property(___idf_esp-tls __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp-tls INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_mqtt-ssl/build;esp-tls-crypto")
__component_set_property(___idf_esp-tls __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_adc REQUIRES "")
__component_set_property(___idf_esp_adc PRIV_REQUIRES "driver;esp_driver_gpio;efuse;esp_pm;esp_ringbuf;esp_mm")
__component_set_property(___idf_esp_adc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_adc INCLUDE_DIRS "include;interface;esp32c3/include;deprecated/include")
__component_set_property(___idf_esp_adc __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_app_format REQUIRES "")
__component_set_property(___idf_esp_app_format PRIV_REQUIRES "")
__component_set_property(___idf_esp_app_format __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_app_format INCLUDE_DIRS "include")
__component_set_property(___idf_esp_app_format __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_bootloader_format REQUIRES "")
__component_set_property(___idf_esp_bootloader_format PRIV_REQUIRES "")
__component_set_property(___idf_esp_bootloader_format __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_bootloader_format INCLUDE_DIRS "include")
__component_set_property(___idf_esp_bootloader_format __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_coex REQUIRES "")
__component_set_property(___idf_esp_coex PRIV_REQUIRES "esp_timer;driver;esp_event")
__component_set_property(___idf_esp_coex __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_coex INCLUDE_DIRS "include")
__component_set_property(___idf_esp_coex __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_common REQUIRES "")
__component_set_property(___idf_esp_common PRIV_REQUIRES "")
__component_set_property(___idf_esp_common __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_common INCLUDE_DIRS "include")
__component_set_property(___idf_esp_common __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_ana_cmpr REQUIRES "")
__component_set_property(___idf_esp_driver_ana_cmpr PRIV_REQUIRES "esp_pm;esp_driver_gpio")
__component_set_property(___idf_esp_driver_ana_cmpr __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_ana_cmpr INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_ana_cmpr __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_cam REQUIRES "esp_driver_isp;esp_mm")
__component_set_property(___idf_esp_driver_cam PRIV_REQUIRES "esp_driver_gpio")
__component_set_property(___idf_esp_driver_cam __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_cam INCLUDE_DIRS "include;interface")
__component_set_property(___idf_esp_driver_cam __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_dac REQUIRES "")
__component_set_property(___idf_esp_driver_dac PRIV_REQUIRES "esp_pm;esp_driver_gpio")
__component_set_property(___idf_esp_driver_dac __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_dac INCLUDE_DIRS "./include")
__component_set_property(___idf_esp_driver_dac __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_gpio REQUIRES "")
__component_set_property(___idf_esp_driver_gpio PRIV_REQUIRES "esp_pm")
__component_set_property(___idf_esp_driver_gpio __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_gpio INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_gpio __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_gptimer REQUIRES "esp_pm")
__component_set_property(___idf_esp_driver_gptimer PRIV_REQUIRES "")
__component_set_property(___idf_esp_driver_gptimer __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_gptimer INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_gptimer __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_i2c REQUIRES "")
__component_set_property(___idf_esp_driver_i2c PRIV_REQUIRES "esp_driver_gpio;esp_pm;esp_ringbuf")
__component_set_property(___idf_esp_driver_i2c __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_i2c INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_i2c __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_i2s REQUIRES "")
__component_set_property(___idf_esp_driver_i2s PRIV_REQUIRES "esp_driver_gpio;esp_pm;esp_mm")
__component_set_property(___idf_esp_driver_i2s __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_i2s INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_i2s __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_isp REQUIRES "esp_mm")
__component_set_property(___idf_esp_driver_isp PRIV_REQUIRES "esp_driver_gpio")
__component_set_property(___idf_esp_driver_isp __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_isp INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_isp __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_jpeg REQUIRES "")
__component_set_property(___idf_esp_driver_jpeg PRIV_REQUIRES "esp_mm;esp_pm")
__component_set_property(___idf_esp_driver_jpeg __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_jpeg INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_jpeg __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_ledc REQUIRES "")
__component_set_property(___idf_esp_driver_ledc PRIV_REQUIRES "esp_pm;esp_driver_gpio")
__component_set_property(___idf_esp_driver_ledc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_ledc INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_ledc __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_mcpwm REQUIRES "")
__component_set_property(___idf_esp_driver_mcpwm PRIV_REQUIRES "esp_pm;esp_driver_gpio")
__component_set_property(___idf_esp_driver_mcpwm __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_mcpwm INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_mcpwm __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_parlio REQUIRES "")
__component_set_property(___idf_esp_driver_parlio PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_mm")
__component_set_property(___idf_esp_driver_parlio __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_parlio INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_parlio __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_pcnt REQUIRES "")
__component_set_property(___idf_esp_driver_pcnt PRIV_REQUIRES "esp_pm;esp_driver_gpio")
__component_set_property(___idf_esp_driver_pcnt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_pcnt INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_pcnt __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_ppa REQUIRES "")
__component_set_property(___idf_esp_driver_ppa PRIV_REQUIRES "esp_mm;esp_pm")
__component_set_property(___idf_esp_driver_ppa __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_ppa INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_ppa __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_rmt REQUIRES "")
__component_set_property(___idf_esp_driver_rmt PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_mm")
__component_set_property(___idf_esp_driver_rmt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_rmt INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_rmt __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_sdio REQUIRES "")
__component_set_property(___idf_esp_driver_sdio PRIV_REQUIRES "esp_driver_gpio;esp_ringbuf")
__component_set_property(___idf_esp_driver_sdio __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_sdio INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_sdio __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_sdm REQUIRES "")
__component_set_property(___idf_esp_driver_sdm PRIV_REQUIRES "esp_pm;esp_driver_gpio")
__component_set_property(___idf_esp_driver_sdm __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_sdm INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_sdm __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_sdmmc REQUIRES "sdmmc;esp_driver_gpio")
__component_set_property(___idf_esp_driver_sdmmc PRIV_REQUIRES "esp_timer;esp_pm;esp_mm")
__component_set_property(___idf_esp_driver_sdmmc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_sdmmc INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_sdmmc __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_sdspi REQUIRES "sdmmc;esp_driver_spi;esp_driver_gpio")
__component_set_property(___idf_esp_driver_sdspi PRIV_REQUIRES "esp_timer")
__component_set_property(___idf_esp_driver_sdspi __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_sdspi INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_sdspi __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_spi REQUIRES "esp_pm")
__component_set_property(___idf_esp_driver_spi PRIV_REQUIRES "esp_timer;esp_mm;esp_driver_gpio;esp_ringbuf")
__component_set_property(___idf_esp_driver_spi __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_spi INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_spi __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_touch_sens REQUIRES "")
__component_set_property(___idf_esp_driver_touch_sens PRIV_REQUIRES "esp_driver_gpio")
__component_set_property(___idf_esp_driver_touch_sens __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_touch_sens INCLUDE_DIRS "")
__component_set_property(___idf_esp_driver_touch_sens __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_tsens REQUIRES "")
__component_set_property(___idf_esp_driver_tsens PRIV_REQUIRES "efuse")
__component_set_property(___idf_esp_driver_tsens __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_tsens INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_tsens __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_uart REQUIRES "")
__component_set_property(___idf_esp_driver_uart PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_ringbuf")
__component_set_property(___idf_esp_driver_uart __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_uart INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_uart __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_driver_usb_serial_jtag REQUIRES "")
__component_set_property(___idf_esp_driver_usb_serial_jtag PRIV_REQUIRES "esp_driver_gpio;esp_ringbuf;esp_pm;esp_timer")
__component_set_property(___idf_esp_driver_usb_serial_jtag __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_driver_usb_serial_jtag INCLUDE_DIRS "include")
__component_set_property(___idf_esp_driver_usb_serial_jtag __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_eth REQUIRES "esp_event")
__component_set_property(___idf_esp_eth PRIV_REQUIRES "log;esp_timer;esp_driver_spi;esp_driver_gpio")
__component_set_property(___idf_esp_eth __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_eth INCLUDE_DIRS "")
__component_set_property(___idf_esp_eth __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_event REQUIRES "log;esp_common;freertos")
__component_set_property(___idf_esp_event PRIV_REQUIRES "esp_timer")
__component_set_property(___idf_esp_event __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_event INCLUDE_DIRS "include")
__component_set_property(___idf_esp_event __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_gdbstub REQUIRES "freertos")
__component_set_property(___idf_esp_gdbstub PRIV_REQUIRES "soc;esp_rom;esp_system")
__component_set_property(___idf_esp_gdbstub __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_gdbstub INCLUDE_DIRS "include")
__component_set_property(___idf_esp_gdbstub __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_hid REQUIRES "esp_event;bt")
__component_set_property(___idf_esp_hid PRIV_REQUIRES "")
__component_set_property(___idf_esp_hid __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_hid INCLUDE_DIRS "include")
__component_set_property(___idf_esp_hid __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_http_client REQUIRES "lwip;esp_event")
__component_set_property(___idf_esp_http_client PRIV_REQUIRES "tcp_transport;http_parser")
__component_set_property(___idf_esp_http_client __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_http_client INCLUDE_DIRS "include")
__component_set_property(___idf_esp_http_client __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_http_server REQUIRES "http_parser;esp_event")
__component_set_property(___idf_esp_http_server PRIV_REQUIRES "mbedtls;lwip;esp_timer")
__component_set_property(___idf_esp_http_server __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_http_server INCLUDE_DIRS "include")
__component_set_property(___idf_esp_http_server __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_https_ota REQUIRES "esp_http_client;bootloader_support;esp_app_format;esp_event")
__component_set_property(___idf_esp_https_ota PRIV_REQUIRES "log;app_update")
__component_set_property(___idf_esp_https_ota __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_https_ota INCLUDE_DIRS "include")
__component_set_property(___idf_esp_https_ota __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_https_server REQUIRES "esp_http_server;esp-tls;esp_event")
__component_set_property(___idf_esp_https_server PRIV_REQUIRES "lwip")
__component_set_property(___idf_esp_https_server __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_https_server INCLUDE_DIRS "include")
__component_set_property(___idf_esp_https_server __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_hw_support REQUIRES "soc")
__component_set_property(___idf_esp_hw_support PRIV_REQUIRES "efuse;spi_flash;bootloader_support;esp_security;esp_driver_gpio;esp_timer;esp_pm;esp_mm")
__component_set_property(___idf_esp_hw_support __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_hw_support INCLUDE_DIRS "include;include/soc;include/soc/esp32c3;dma/include;ldo/include;debug_probe/include")
__component_set_property(___idf_esp_hw_support __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_lcd REQUIRES "driver;esp_driver_gpio;esp_driver_i2c;esp_driver_spi")
__component_set_property(___idf_esp_lcd PRIV_REQUIRES "esp_mm;esp_psram;esp_pm;esp_driver_i2s")
__component_set_property(___idf_esp_lcd __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_lcd INCLUDE_DIRS "include;interface")
__component_set_property(___idf_esp_lcd __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_local_ctrl REQUIRES "protocomm;esp_https_server")
__component_set_property(___idf_esp_local_ctrl PRIV_REQUIRES "protobuf-c")
__component_set_property(___idf_esp_local_ctrl __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_local_ctrl INCLUDE_DIRS "include")
__component_set_property(___idf_esp_local_ctrl __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_mm REQUIRES "")
__component_set_property(___idf_esp_mm PRIV_REQUIRES "heap;spi_flash")
__component_set_property(___idf_esp_mm __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_mm INCLUDE_DIRS "include")
__component_set_property(___idf_esp_mm __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_netif REQUIRES "esp_event")
__component_set_property(___idf_esp_netif PRIV_REQUIRES "esp_netif_stack")
__component_set_property(___idf_esp_netif __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_netif INCLUDE_DIRS "include")
__component_set_property(___idf_esp_netif __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_netif_stack REQUIRES "lwip")
__component_set_property(___idf_esp_netif_stack PRIV_REQUIRES "")
__component_set_property(___idf_esp_netif_stack __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_netif_stack INCLUDE_DIRS "")
__component_set_property(___idf_esp_netif_stack __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_partition REQUIRES "")
__component_set_property(___idf_esp_partition PRIV_REQUIRES "esp_system;spi_flash;partition_table;bootloader_support;app_update")
__component_set_property(___idf_esp_partition __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_partition INCLUDE_DIRS "include")
__component_set_property(___idf_esp_partition __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_phy REQUIRES "")
__component_set_property(___idf_esp_phy PRIV_REQUIRES "nvs_flash;driver;efuse;esp_timer;esp_wifi")
__component_set_property(___idf_esp_phy __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_phy INCLUDE_DIRS "include;esp32c3/include")
__component_set_property(___idf_esp_phy __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_pm REQUIRES "")
__component_set_property(___idf_esp_pm PRIV_REQUIRES "esp_system;esp_driver_gpio;esp_timer")
__component_set_property(___idf_esp_pm __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_pm INCLUDE_DIRS "include")
__component_set_property(___idf_esp_pm __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_psram REQUIRES "")
__component_set_property(___idf_esp_psram PRIV_REQUIRES "heap;spi_flash;esp_mm")
__component_set_property(___idf_esp_psram __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_psram INCLUDE_DIRS "include")
__component_set_property(___idf_esp_psram __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_ringbuf REQUIRES "")
__component_set_property(___idf_esp_ringbuf PRIV_REQUIRES "")
__component_set_property(___idf_esp_ringbuf __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_ringbuf INCLUDE_DIRS "include")
__component_set_property(___idf_esp_ringbuf __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_rom REQUIRES "")
__component_set_property(___idf_esp_rom PRIV_REQUIRES "soc;hal")
__component_set_property(___idf_esp_rom __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_rom INCLUDE_DIRS "include;esp32c3/include;esp32c3/include/esp32c3;esp32c3")
__component_set_property(___idf_esp_rom __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_security REQUIRES "")
__component_set_property(___idf_esp_security PRIV_REQUIRES "efuse;esp_hw_support;esp_system;esp_timer")
__component_set_property(___idf_esp_security __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_security INCLUDE_DIRS "include")
__component_set_property(___idf_esp_security __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_system REQUIRES "")
__component_set_property(___idf_esp_system PRIV_REQUIRES "spi_flash;esp_timer;esp_mm;bootloader_support;esp_pm")
__component_set_property(___idf_esp_system __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_system INCLUDE_DIRS "include")
__component_set_property(___idf_esp_system __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_timer REQUIRES "")
__component_set_property(___idf_esp_timer PRIV_REQUIRES "")
__component_set_property(___idf_esp_timer __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_timer INCLUDE_DIRS "include")
__component_set_property(___idf_esp_timer __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_vfs_console REQUIRES "")
__component_set_property(___idf_esp_vfs_console PRIV_REQUIRES "vfs;esp_driver_uart;esp_driver_usb_serial_jtag")
__component_set_property(___idf_esp_vfs_console __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_vfs_console INCLUDE_DIRS "include")
__component_set_property(___idf_esp_vfs_console __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esp_wifi REQUIRES "esp_event;esp_phy;esp_netif")
__component_set_property(___idf_esp_wifi PRIV_REQUIRES "driver;esptool_py;esp_pm;esp_timer;nvs_flash;wpa_supplicant;hal;lwip;esp_coex")
__component_set_property(___idf_esp_wifi __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_wifi INCLUDE_DIRS "include;include/local;wifi_apps/include;wifi_apps/nan_app/include")
__component_set_property(___idf_esp_wifi __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_espcoredump REQUIRES "")
__component_set_property(___idf_espcoredump PRIV_REQUIRES "esp_partition;spi_flash;bootloader_support;mbedtls;esp_rom;soc;esp_system;esp_driver_gpio;driver")
__component_set_property(___idf_espcoredump __COMPONENT_REGISTERED 1)
__component_set_property(___idf_espcoredump INCLUDE_DIRS "include")
__component_set_property(___idf_espcoredump __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_esptool_py REQUIRES "bootloader")
__component_set_property(___idf_esptool_py PRIV_REQUIRES "partition_table")
__component_set_property(___idf_esptool_py __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esptool_py INCLUDE_DIRS "")
__component_set_property(___idf_esptool_py __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_fatfs REQUIRES "wear_levelling;sdmmc;esp_driver_sdmmc;esp_driver_sdspi")
__component_set_property(___idf_fatfs PRIV_REQUIRES "vfs;esp_driver_gpio")
__component_set_property(___idf_fatfs __COMPONENT_REGISTERED 1)
__component_set_property(___idf_fatfs INCLUDE_DIRS "diskio;src;vfs")
__component_set_property(___idf_fatfs __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_freertos REQUIRES "")
__component_set_property(___idf_freertos PRIV_REQUIRES "")
__component_set_property(___idf_freertos __COMPONENT_REGISTERED 1)
__component_set_property(___idf_freertos INCLUDE_DIRS "config/include;config/include/freertos;config//include;FreeRTOS-Kernel/include;FreeRTOS-Kernel/portable//include;FreeRTOS-Kernel/portable//include/freertos;esp_additions/include")
__component_set_property(___idf_freertos __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_hal REQUIRES "soc;esp_rom")
__component_set_property(___idf_hal PRIV_REQUIRES "")
__component_set_property(___idf_hal __COMPONENT_REGISTERED 1)
__component_set_property(___idf_hal INCLUDE_DIRS "platform_port/include;esp32c3/include;include")
__component_set_property(___idf_hal __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_heap REQUIRES "")
__component_set_property(___idf_heap PRIV_REQUIRES "soc")
__component_set_property(___idf_heap __COMPONENT_REGISTERED 1)
__component_set_property(___idf_heap INCLUDE_DIRS "include;tlsf")
__component_set_property(___idf_heap __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_http_parser REQUIRES "")
__component_set_property(___idf_http_parser PRIV_REQUIRES "")
__component_set_property(___idf_http_parser __COMPONENT_REGISTERED 1)
__component_set_property(___idf_http_parser INCLUDE_DIRS ".")
__component_set_property(___idf_http_parser __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_idf_test REQUIRES "")
__component_set_property(___idf_idf_test PRIV_REQUIRES "")
__component_set_property(___idf_idf_test __COMPONENT_REGISTERED 1)
__component_set_property(___idf_idf_test INCLUDE_DIRS "include;include/esp32c3")
__component_set_property(___idf_idf_test __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_ieee802154 REQUIRES "esp_coex")
__component_set_property(___idf_ieee802154 PRIV_REQUIRES "esp_phy;driver;esp_timer;soc;hal")
__component_set_property(___idf_ieee802154 __COMPONENT_REGISTERED 1)
__component_set_property(___idf_ieee802154 INCLUDE_DIRS "include")
__component_set_property(___idf_ieee802154 __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_json REQUIRES "")
__component_set_property(___idf_json PRIV_REQUIRES "")
__component_set_property(___idf_json __COMPONENT_REGISTERED 1)
__component_set_property(___idf_json INCLUDE_DIRS "cJSON")
__component_set_property(___idf_json __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_linux REQUIRES "")
__component_set_property(___idf_linux PRIV_REQUIRES "")
__component_set_property(___idf_linux __COMPONENT_REGISTERED 0)
__component_set_property(___idf_linux INCLUDE_DIRS "cJSON")
__component_set_property(___idf_linux __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_log REQUIRES "")
__component_set_property(___idf_log PRIV_REQUIRES "soc;hal;esp_hw_support")
__component_set_property(___idf_log __COMPONENT_REGISTERED 1)
__component_set_property(___idf_log INCLUDE_DIRS "include")
__component_set_property(___idf_log __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_lwip REQUIRES "")
__component_set_property(___idf_lwip PRIV_REQUIRES "vfs")
__component_set_property(___idf_lwip __COMPONENT_REGISTERED 1)
__component_set_property(___idf_lwip INCLUDE_DIRS "")
__component_set_property(___idf_lwip __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_mbedtls REQUIRES "")
__component_set_property(___idf_mbedtls PRIV_REQUIRES "soc;esp_hw_support;esp_pm")
__component_set_property(___idf_mbedtls __COMPONENT_REGISTERED 1)
__component_set_property(___idf_mbedtls INCLUDE_DIRS "port/include;mbedtls/include;mbedtls/library")
__component_set_property(___idf_mbedtls __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_mqtt REQUIRES "esp_event;tcp_transport")
__component_set_property(___idf_mqtt PRIV_REQUIRES "esp_timer;http_parser;esp_hw_support;heap")
__component_set_property(___idf_mqtt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_mqtt INCLUDE_DIRS "/home/abobkov/esp/v5.4.1/esp-idf/components/mqtt/esp-mqtt/include")
__component_set_property(___idf_mqtt __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_mqtt KCONFIG "/home/abobkov/esp/v5.4.1/esp-idf/components/mqtt/esp-mqtt/Kconfig")
__component_set_property(___idf_newlib REQUIRES "")
__component_set_property(___idf_newlib PRIV_REQUIRES "soc;spi_flash")
__component_set_property(___idf_newlib __COMPONENT_REGISTERED 1)
__component_set_property(___idf_newlib INCLUDE_DIRS "platform_include")
__component_set_property(___idf_newlib __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_nvs_flash REQUIRES "esp_partition")
__component_set_property(___idf_nvs_flash PRIV_REQUIRES "spi_flash;newlib")
__component_set_property(___idf_nvs_flash __COMPONENT_REGISTERED 1)
__component_set_property(___idf_nvs_flash INCLUDE_DIRS "include")
__component_set_property(___idf_nvs_flash __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_nvs_sec_provider REQUIRES "")
__component_set_property(___idf_nvs_sec_provider PRIV_REQUIRES "bootloader_support;efuse;esp_partition;nvs_flash")
__component_set_property(___idf_nvs_sec_provider __COMPONENT_REGISTERED 1)
__component_set_property(___idf_nvs_sec_provider INCLUDE_DIRS "include")
__component_set_property(___idf_nvs_sec_provider __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_openthread REQUIRES "esp_netif;lwip;esp_driver_uart;driver")
__component_set_property(___idf_openthread PRIV_REQUIRES "console;esp_coex;esp_event;esp_partition;esp_timer;ieee802154;mbedtls;nvs_flash")
__component_set_property(___idf_openthread __COMPONENT_REGISTERED 1)
__component_set_property(___idf_openthread INCLUDE_DIRS "")
__component_set_property(___idf_openthread __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_partition_table REQUIRES "")
__component_set_property(___idf_partition_table PRIV_REQUIRES "esptool_py")
__component_set_property(___idf_partition_table __COMPONENT_REGISTERED 1)
__component_set_property(___idf_partition_table INCLUDE_DIRS "")
__component_set_property(___idf_partition_table __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_perfmon REQUIRES "")
__component_set_property(___idf_perfmon PRIV_REQUIRES "")
__component_set_property(___idf_perfmon __COMPONENT_REGISTERED 0)
__component_set_property(___idf_perfmon INCLUDE_DIRS "")
__component_set_property(___idf_perfmon __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_protobuf-c REQUIRES "")
__component_set_property(___idf_protobuf-c PRIV_REQUIRES "")
__component_set_property(___idf_protobuf-c __COMPONENT_REGISTERED 1)
__component_set_property(___idf_protobuf-c INCLUDE_DIRS "protobuf-c")
__component_set_property(___idf_protobuf-c __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_protocomm REQUIRES "bt")
__component_set_property(___idf_protocomm PRIV_REQUIRES "protobuf-c;mbedtls;console;esp_http_server;driver")
__component_set_property(___idf_protocomm __COMPONENT_REGISTERED 1)
__component_set_property(___idf_protocomm INCLUDE_DIRS "include/common;include/security;include/transports;include/crypto/srp6a;proto-c")
__component_set_property(___idf_protocomm __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_pthread REQUIRES "")
__component_set_property(___idf_pthread PRIV_REQUIRES "")
__component_set_property(___idf_pthread __COMPONENT_REGISTERED 1)
__component_set_property(___idf_pthread INCLUDE_DIRS "include")
__component_set_property(___idf_pthread __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_riscv REQUIRES "")
__component_set_property(___idf_riscv PRIV_REQUIRES "soc")
__component_set_property(___idf_riscv __COMPONENT_REGISTERED 1)
__component_set_property(___idf_riscv INCLUDE_DIRS "include")
__component_set_property(___idf_riscv __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_rt REQUIRES "")
__component_set_property(___idf_rt PRIV_REQUIRES "")
__component_set_property(___idf_rt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_rt INCLUDE_DIRS "include")
__component_set_property(___idf_rt __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_sdmmc REQUIRES "")
__component_set_property(___idf_sdmmc PRIV_REQUIRES "soc;esp_timer;esp_mm")
__component_set_property(___idf_sdmmc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_sdmmc INCLUDE_DIRS "include")
__component_set_property(___idf_sdmmc __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_soc REQUIRES "")
__component_set_property(___idf_soc PRIV_REQUIRES "")
__component_set_property(___idf_soc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_soc INCLUDE_DIRS "include;esp32c3")
__component_set_property(___idf_soc __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_spi_flash REQUIRES "hal")
__component_set_property(___idf_spi_flash PRIV_REQUIRES "bootloader_support;app_update;soc;esp_mm;esp_driver_gpio")
__component_set_property(___idf_spi_flash __COMPONENT_REGISTERED 1)
__component_set_property(___idf_spi_flash INCLUDE_DIRS "include")
__component_set_property(___idf_spi_flash __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_spiffs REQUIRES "esp_partition")
__component_set_property(___idf_spiffs PRIV_REQUIRES "bootloader_support;esptool_py;vfs")
__component_set_property(___idf_spiffs __COMPONENT_REGISTERED 1)
__component_set_property(___idf_spiffs INCLUDE_DIRS "include")
__component_set_property(___idf_spiffs __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_tcp_transport REQUIRES "esp-tls;lwip;esp_timer")
__component_set_property(___idf_tcp_transport PRIV_REQUIRES "")
__component_set_property(___idf_tcp_transport __COMPONENT_REGISTERED 1)
__component_set_property(___idf_tcp_transport INCLUDE_DIRS "include")
__component_set_property(___idf_tcp_transport __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_touch_element REQUIRES "")
__component_set_property(___idf_touch_element PRIV_REQUIRES "")
__component_set_property(___idf_touch_element __COMPONENT_REGISTERED 0)
__component_set_property(___idf_touch_element INCLUDE_DIRS "include")
__component_set_property(___idf_touch_element __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_ulp REQUIRES "driver;esp_adc")
__component_set_property(___idf_ulp PRIV_REQUIRES "")
__component_set_property(___idf_ulp __COMPONENT_REGISTERED 1)
__component_set_property(___idf_ulp INCLUDE_DIRS "")
__component_set_property(___idf_ulp __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_unity REQUIRES "")
__component_set_property(___idf_unity PRIV_REQUIRES "")
__component_set_property(___idf_unity __COMPONENT_REGISTERED 1)
__component_set_property(___idf_unity INCLUDE_DIRS "include;unity/src")
__component_set_property(___idf_unity __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_usb REQUIRES "")
__component_set_property(___idf_usb PRIV_REQUIRES "esp_driver_gpio;esp_mm")
__component_set_property(___idf_usb __COMPONENT_REGISTERED 1)
__component_set_property(___idf_usb INCLUDE_DIRS "")
__component_set_property(___idf_usb __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_vfs REQUIRES "")
__component_set_property(___idf_vfs PRIV_REQUIRES "esp_timer;esp_driver_uart;esp_driver_usb_serial_jtag;esp_vfs_console")
__component_set_property(___idf_vfs __COMPONENT_REGISTERED 1)
__component_set_property(___idf_vfs INCLUDE_DIRS "include")
__component_set_property(___idf_vfs __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_wear_levelling REQUIRES "esp_partition")
__component_set_property(___idf_wear_levelling PRIV_REQUIRES "spi_flash")
__component_set_property(___idf_wear_levelling __COMPONENT_REGISTERED 1)
__component_set_property(___idf_wear_levelling INCLUDE_DIRS "include")
__component_set_property(___idf_wear_levelling __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_wifi_provisioning REQUIRES "lwip;protocomm")
__component_set_property(___idf_wifi_provisioning PRIV_REQUIRES "protobuf-c;bt;json;esp_timer;esp_wifi")
__component_set_property(___idf_wifi_provisioning __COMPONENT_REGISTERED 1)
__component_set_property(___idf_wifi_provisioning INCLUDE_DIRS "include")
__component_set_property(___idf_wifi_provisioning __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_wpa_supplicant REQUIRES "")
__component_set_property(___idf_wpa_supplicant PRIV_REQUIRES "mbedtls;esp_timer;esp_wifi")
__component_set_property(___idf_wpa_supplicant __COMPONENT_REGISTERED 1)
__component_set_property(___idf_wpa_supplicant INCLUDE_DIRS "include;port/include;esp_supplicant/include")
__component_set_property(___idf_wpa_supplicant __COMPONENT_SOURCE "idf_components")
__component_set_property(___idf_xtensa REQUIRES "")
__component_set_property(___idf_xtensa PRIV_REQUIRES "")
__component_set_property(___idf_xtensa __COMPONENT_REGISTERED 0)
__component_set_property(___idf_xtensa INCLUDE_DIRS "include;port/include;esp_supplicant/include")
__component_set_property(___idf_xtensa __COMPONENT_SOURCE "idf_components")

View File

@@ -1,2 +0,0 @@
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_mqtt-ssl/main
/home/abobkov/esp/v5.4.1/esp-idf/examples/common_components/protocol_examples_common

File diff suppressed because one or more lines are too long