This commit is contained in:
2025-10-10 00:19:00 -04:00
parent 6b0ce3b72d
commit e233b7881e
16 changed files with 33938 additions and 1697 deletions

View File

@@ -0,0 +1,6 @@
# This is a generated file and its contents are an internal implementation detail.
# The update step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
command=
work_dir=

View File

@@ -0,0 +1,9 @@
# This is a generated file and its contents are an internal implementation detail.
# The download step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
method=source_dir
command=
source_dir=/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/subproject
work_dir=

View File

@@ -0,0 +1,7 @@
# This is a generated file and its contents are an internal implementation detail.
# The patch step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
command (connected)=
command (disconnected)=
work_dir=

View File

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

View File

@@ -0,0 +1,27 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
# would cause a fatal error, even though it would be a no-op.
if(NOT EXISTS "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/subproject")
file(MAKE_DIRECTORY "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/subproject")
endif()
file(MAKE_DIRECTORY
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix/tmp"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix/src/bootloader-stamp"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix/src"
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix/src/bootloader-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
endif()

File diff suppressed because one or more lines are too long

View File

@@ -1,553 +0,0 @@
__component_set_property(___idf_main REQUIRES "")
__component_set_property(___idf_main PRIV_REQUIRES "spi_flash;esp_netif;nvs_flash;esp_wifi")
__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_espressif__bme280 REQUIRES "")
__component_set_property(___idf_espressif__bme280 PRIV_REQUIRES "")
__component_set_property(___idf_espressif__bme280 __COMPONENT_REGISTERED 1)
__component_set_property(___idf_espressif__bme280 INCLUDE_DIRS "include")
__component_set_property(___idf_espressif__bme280 __COMPONENT_SOURCE "project_managed_components")
__component_set_property(___idf_espressif__cmake_utilities REQUIRES "")
__component_set_property(___idf_espressif__cmake_utilities PRIV_REQUIRES "")
__component_set_property(___idf_espressif__cmake_utilities __COMPONENT_REGISTERED 1)
__component_set_property(___idf_espressif__cmake_utilities INCLUDE_DIRS "")
__component_set_property(___idf_espressif__cmake_utilities __COMPONENT_SOURCE "project_managed_components")
__component_set_property(___idf_espressif__i2c_bus REQUIRES "esp_driver_i2c;driver")
__component_set_property(___idf_espressif__i2c_bus PRIV_REQUIRES "")
__component_set_property(___idf_espressif__i2c_bus __COMPONENT_REGISTERED 1)
__component_set_property(___idf_espressif__i2c_bus INCLUDE_DIRS "include")
__component_set_property(___idf_espressif__i2c_bus __COMPONENT_SOURCE "project_managed_components")
__component_set_property(___idf_espressif__mqtt REQUIRES "esp_event;tcp_transport")
__component_set_property(___idf_espressif__mqtt PRIV_REQUIRES "esp_timer;http_parser;esp_hw_support;heap")
__component_set_property(___idf_espressif__mqtt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_espressif__mqtt INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__mqtt/include")
__component_set_property(___idf_espressif__mqtt __COMPONENT_SOURCE "project_managed_components")
__component_set_property(___idf_espressif__mqtt KCONFIG "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__mqtt/Kconfig")
__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_Temperture-Node-v2/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;esp32/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_Temperture-Node-v2/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;esp32/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;esp_driver_i2s")
__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/esp32;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;esp32/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;bootloader_support;driver")
__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;esp32/include;esp32/include/esp32;esp32")
__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;esp32/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/esp32")
__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 "xtensa")
__component_set_property(___idf_perfmon PRIV_REQUIRES "")
__component_set_property(___idf_perfmon __COMPONENT_REGISTERED 1)
__component_set_property(___idf_perfmon INCLUDE_DIRS "include")
__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 "")
__component_set_property(___idf_riscv __COMPONENT_REGISTERED 0)
__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;esp32")
__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 1)
__component_set_property(___idf_xtensa INCLUDE_DIRS "esp32/include;include;deprecated_include;baremetal")
__component_set_property(___idf_xtensa __COMPONENT_SOURCE "idf_components")

View File

@@ -1,5 +0,0 @@
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/main
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__bme280
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__cmake_utilities
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__i2c_bus
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__mqtt

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,854 @@
/*
* Automatically generated file. DO NOT EDIT.
* Espressif IoT Development Framework (ESP-IDF) 5.4.1 Configuration Header
*/
#pragma once
#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined"
#define CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined"
#define CONFIG_SOC_DPORT_WORKAROUND "Not determined"
#define CONFIG_SOC_CAPS_ECO_VER_MAX 301
#define CONFIG_SOC_ADC_SUPPORTED 1
#define CONFIG_SOC_DAC_SUPPORTED 1
#define CONFIG_SOC_UART_SUPPORTED 1
#define CONFIG_SOC_MCPWM_SUPPORTED 1
#define CONFIG_SOC_GPTIMER_SUPPORTED 1
#define CONFIG_SOC_SDMMC_HOST_SUPPORTED 1
#define CONFIG_SOC_BT_SUPPORTED 1
#define CONFIG_SOC_PCNT_SUPPORTED 1
#define CONFIG_SOC_PHY_SUPPORTED 1
#define CONFIG_SOC_WIFI_SUPPORTED 1
#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1
#define CONFIG_SOC_TWAI_SUPPORTED 1
#define CONFIG_SOC_EFUSE_SUPPORTED 1
#define CONFIG_SOC_EMAC_SUPPORTED 1
#define CONFIG_SOC_ULP_SUPPORTED 1
#define CONFIG_SOC_CCOMP_TIMER_SUPPORTED 1
#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1
#define CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED 1
#define CONFIG_SOC_RTC_MEM_SUPPORTED 1
#define CONFIG_SOC_I2S_SUPPORTED 1
#define CONFIG_SOC_RMT_SUPPORTED 1
#define CONFIG_SOC_SDM_SUPPORTED 1
#define CONFIG_SOC_GPSPI_SUPPORTED 1
#define CONFIG_SOC_LEDC_SUPPORTED 1
#define CONFIG_SOC_I2C_SUPPORTED 1
#define CONFIG_SOC_SUPPORT_COEXISTENCE 1
#define CONFIG_SOC_AES_SUPPORTED 1
#define CONFIG_SOC_MPI_SUPPORTED 1
#define CONFIG_SOC_SHA_SUPPORTED 1
#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1
#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1
#define CONFIG_SOC_TOUCH_SENSOR_SUPPORTED 1
#define CONFIG_SOC_BOD_SUPPORTED 1
#define CONFIG_SOC_ULP_FSM_SUPPORTED 1
#define CONFIG_SOC_CLK_TREE_SUPPORTED 1
#define CONFIG_SOC_MPU_SUPPORTED 1
#define CONFIG_SOC_WDT_SUPPORTED 1
#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1
#define CONFIG_SOC_RNG_SUPPORTED 1
#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1
#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1
#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1
#define CONFIG_SOC_PM_SUPPORTED 1
#define CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL 5
#define CONFIG_SOC_XTAL_SUPPORT_26M 1
#define CONFIG_SOC_XTAL_SUPPORT_40M 1
#define CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT 1
#define CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED 1
#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1
#define CONFIG_SOC_ADC_DMA_SUPPORTED 1
#define CONFIG_SOC_ADC_PERIPH_NUM 2
#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 10
#define CONFIG_SOC_ADC_ATTEN_NUM 4
#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 2
#define CONFIG_SOC_ADC_PATT_LEN_MAX 16
#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 9
#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12
#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 2
#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4
#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 0
#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 2
#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 20
#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 9
#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12
#define CONFIG_SOC_ADC_SHARED_POWER 1
#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1
#define CONFIG_SOC_IDCACHE_PER_CORE 1
#define CONFIG_SOC_CPU_CORES_NUM 2
#define CONFIG_SOC_CPU_INTR_NUM 32
#define CONFIG_SOC_CPU_HAS_FPU 1
#define CONFIG_SOC_HP_CPU_HAS_MULTIPLE_CORES 1
#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 2
#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 2
#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 64
#define CONFIG_SOC_DAC_CHAN_NUM 2
#define CONFIG_SOC_DAC_RESOLUTION 8
#define CONFIG_SOC_DAC_DMA_16BIT_ALIGN 1
#define CONFIG_SOC_GPIO_PORT 1
#define CONFIG_SOC_GPIO_PIN_COUNT 40
#define CONFIG_SOC_GPIO_VALID_GPIO_MASK 0xFFFFFFFFFF
#define CONFIG_SOC_GPIO_IN_RANGE_MAX 39
#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 33
#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0xEF0FEA
#define CONFIG_SOC_GPIO_CLOCKOUT_BY_IO_MUX 1
#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3
#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1
#define CONFIG_SOC_I2C_NUM 2
#define CONFIG_SOC_HP_I2C_NUM 2
#define CONFIG_SOC_I2C_FIFO_LEN 32
#define CONFIG_SOC_I2C_CMD_REG_NUM 16
#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1
#define CONFIG_SOC_I2C_SUPPORT_APB 1
#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1
#define CONFIG_SOC_I2C_STOP_INDEPENDENT 1
#define CONFIG_SOC_I2S_NUM 2
#define CONFIG_SOC_I2S_HW_VERSION_1 1
#define CONFIG_SOC_I2S_SUPPORTS_APLL 1
#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1
#define CONFIG_SOC_I2S_SUPPORTS_PDM 1
#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1
#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 1
#define CONFIG_SOC_I2S_SUPPORTS_PDM_RX 1
#define CONFIG_SOC_I2S_PDM_MAX_RX_LINES 1
#define CONFIG_SOC_I2S_SUPPORTS_ADC_DAC 1
#define CONFIG_SOC_I2S_SUPPORTS_ADC 1
#define CONFIG_SOC_I2S_SUPPORTS_DAC 1
#define CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA 1
#define CONFIG_SOC_I2S_MAX_DATA_WIDTH 24
#define CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD 1
#define CONFIG_SOC_I2S_LCD_I80_VARIANT 1
#define CONFIG_SOC_LCD_I80_SUPPORTED 1
#define CONFIG_SOC_LCD_I80_BUSES 2
#define CONFIG_SOC_LCD_I80_BUS_WIDTH 24
#define CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX 1
#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1
#define CONFIG_SOC_LEDC_SUPPORT_REF_TICK 1
#define CONFIG_SOC_LEDC_SUPPORT_HS_MODE 1
#define CONFIG_SOC_LEDC_TIMER_NUM 4
#define CONFIG_SOC_LEDC_CHANNEL_NUM 8
#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20
#define CONFIG_SOC_MCPWM_GROUPS 2
#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3
#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3
#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2
#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2
#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2
#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3
#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1
#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3
#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3
#define CONFIG_SOC_MMU_PERIPH_NUM 2
#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 3
#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000
#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8
#define CONFIG_SOC_PCNT_GROUPS 1
#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 8
#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2
#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2
#define CONFIG_SOC_RMT_GROUPS 1
#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 8
#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 8
#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 8
#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 64
#define CONFIG_SOC_RMT_SUPPORT_REF_TICK 1
#define CONFIG_SOC_RMT_SUPPORT_APB 1
#define CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT 1
#define CONFIG_SOC_RTCIO_PIN_COUNT 18
#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1
#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1
#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1
#define CONFIG_SOC_SDM_GROUPS 1
#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 8
#define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1
#define CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED 1
#define CONFIG_SOC_SPI_AS_CS_SUPPORTED 1
#define CONFIG_SOC_SPI_PERIPH_NUM 3
#define CONFIG_SOC_SPI_DMA_CHAN_NUM 2
#define CONFIG_SOC_SPI_MAX_CS_NUM 3
#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1
#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64
#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 8192
#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1
#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1
#define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1
#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1
#define CONFIG_SOC_TIMER_GROUPS 2
#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 2
#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 64
#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 4
#define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1
#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO 32
#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI 16
#define CONFIG_SOC_TOUCH_SENSOR_VERSION 1
#define CONFIG_SOC_TOUCH_SENSOR_NUM 10
#define CONFIG_SOC_TOUCH_SAMPLE_CFG_NUM 1
#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1
#define CONFIG_SOC_TWAI_BRP_MIN 2
#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1
#define CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT 1
#define CONFIG_SOC_UART_NUM 3
#define CONFIG_SOC_UART_HP_NUM 3
#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1
#define CONFIG_SOC_UART_SUPPORT_REF_TICK 1
#define CONFIG_SOC_UART_FIFO_LEN 128
#define CONFIG_SOC_UART_BITRATE_MAX 5000000
#define CONFIG_SOC_SPIRAM_SUPPORTED 1
#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1
#define CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG 1
#define CONFIG_SOC_SHA_ENDIANNESS_BE 1
#define CONFIG_SOC_SHA_SUPPORT_SHA1 1
#define CONFIG_SOC_SHA_SUPPORT_SHA256 1
#define CONFIG_SOC_SHA_SUPPORT_SHA384 1
#define CONFIG_SOC_SHA_SUPPORT_SHA512 1
#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4
#define CONFIG_SOC_MPI_OPERATIONS_NUM 1
#define CONFIG_SOC_RSA_MAX_BIT_LEN 4096
#define CONFIG_SOC_AES_SUPPORT_AES_128 1
#define CONFIG_SOC_AES_SUPPORT_AES_192 1
#define CONFIG_SOC_AES_SUPPORT_AES_256 1
#define CONFIG_SOC_SECURE_BOOT_V1 1
#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 1
#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32
#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21
#define CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP 1
#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1
#define CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP 1
#define CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP 1
#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1
#define CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD 1
#define CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD 1
#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1
#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1
#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1
#define CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED 1
#define CONFIG_SOC_PM_MODEM_PD_BY_SW 1
#define CONFIG_SOC_CLK_APLL_SUPPORTED 1
#define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1
#define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1
#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1
#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1
#define CONFIG_SOC_SDMMC_USE_IOMUX 1
#define CONFIG_SOC_SDMMC_NUM_SLOTS 2
#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1
#define CONFIG_SOC_WIFI_CSI_SUPPORT 1
#define CONFIG_SOC_WIFI_MESH_SUPPORT 1
#define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1
#define CONFIG_SOC_WIFI_NAN_SUPPORT 1
#define CONFIG_SOC_BLE_SUPPORTED 1
#define CONFIG_SOC_BLE_MESH_SUPPORTED 1
#define CONFIG_SOC_BT_CLASSIC_SUPPORTED 1
#define CONFIG_SOC_BLUFI_SUPPORTED 1
#define CONFIG_SOC_BT_H2C_ENC_KEY_CTRL_ENH_VSC_SUPPORTED 1
#define CONFIG_SOC_ULP_HAS_ADC 1
#define CONFIG_SOC_PHY_COMBO_MODULE 1
#define CONFIG_SOC_EMAC_RMII_CLK_OUT_INTERNAL_LOOPBACK 1
#define CONFIG_IDF_CMAKE 1
#define CONFIG_IDF_TOOLCHAIN "gcc"
#define CONFIG_IDF_TOOLCHAIN_GCC 1
#define CONFIG_IDF_TARGET_ARCH_XTENSA 1
#define CONFIG_IDF_TARGET_ARCH "xtensa"
#define CONFIG_IDF_TARGET "esp32"
#define CONFIG_IDF_INIT_VERSION "5.4.1"
#define CONFIG_IDF_TARGET_ESP32 1
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000
#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1
#define CONFIG_APP_BUILD_GENERATE_BINARIES 1
#define CONFIG_APP_BUILD_BOOTLOADER 1
#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1
#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1
#define CONFIG_BOOTLOADER_PROJECT_VER 1
#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000
#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1
#define CONFIG_BOOTLOADER_LOG_LEVEL 3
#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1
#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1
#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1
#define CONFIG_BOOTLOADER_WDT_ENABLE 1
#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
#define CONFIG_SECURE_BOOT_V1_SUPPORTED 1
#define CONFIG_APP_COMPILE_TIME_DATE 1
#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9
#define CONFIG_ESP_ROM_HAS_CRC_LE 1
#define CONFIG_ESP_ROM_HAS_CRC_BE 1
#define CONFIG_ESP_ROM_HAS_MZ_CRC32 1
#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1
#define CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH 1
#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1
#define CONFIG_ESP_ROM_HAS_NEWLIB 1
#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1
#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1
#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1
#define CONFIG_ESP_ROM_USB_OTG_NUM -1
#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM -1
#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1
#define CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC 1
#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1
#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1
#define CONFIG_ESPTOOLPY_FLASHFREQ "40m"
#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1
#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB"
#define CONFIG_ESPTOOLPY_BEFORE_RESET 1
#define CONFIG_ESPTOOLPY_BEFORE "default_reset"
#define CONFIG_ESPTOOLPY_AFTER_RESET 1
#define CONFIG_ESPTOOLPY_AFTER "hard_reset"
#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200
#define CONFIG_PARTITION_TABLE_SINGLE_APP 1
#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"
#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv"
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
#define CONFIG_PARTITION_TABLE_MD5 1
#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1
#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 1
#define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2
#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1
#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1
#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1
#define CONFIG_COMPILER_RT_LIB_GCCLIB 1
#define CONFIG_COMPILER_RT_LIB_NAME "gcc"
#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1
#define CONFIG_APPTRACE_DEST_NONE 1
#define CONFIG_APPTRACE_DEST_UART_NONE 1
#define CONFIG_APPTRACE_UART_TASK_PRIO 1
#define CONFIG_APPTRACE_LOCK_ENABLE 1
#define CONFIG_BT_ALARM_MAX_NUM 50
#define CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC 1
#define CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST 1
#define CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID 1
#define CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT 1
#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1
#define CONFIG_ADC_DISABLE_DAC 1
#define CONFIG_ADC_CAL_EFUSE_TP_ENABLE 1
#define CONFIG_ADC_CAL_EFUSE_VREF_ENABLE 1
#define CONFIG_ADC_CAL_LUT_ENABLE 1
#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1
#define CONFIG_EFUSE_MAX_BLK_LEN 192
#define CONFIG_ESP_TLS_USING_MBEDTLS 1
#define CONFIG_ADC_CALI_EFUSE_TP_ENABLE 1
#define CONFIG_ADC_CALI_EFUSE_VREF_ENABLE 1
#define CONFIG_ADC_CALI_LUT_ENABLE 1
#define CONFIG_ADC_DISABLE_DAC_OUTPUT 1
#define CONFIG_ESP_COEX_ENABLED 1
#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1
#define CONFIG_DAC_DMA_AUTO_16BIT_ALIGN 1
#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1
#define CONFIG_SPI_MASTER_ISR_IN_IRAM 1
#define CONFIG_SPI_SLAVE_ISR_IN_IRAM 1
#define CONFIG_ETH_ENABLED 1
#define CONFIG_ETH_USE_ESP32_EMAC 1
#define CONFIG_ETH_PHY_INTERFACE_RMII 1
#define CONFIG_ETH_RMII_CLK_INPUT 1
#define CONFIG_ETH_RMII_CLK_IN_GPIO 0
#define CONFIG_ETH_DMA_BUFFER_SIZE 512
#define CONFIG_ETH_DMA_RX_BUFFER_NUM 10
#define CONFIG_ETH_DMA_TX_BUFFER_NUM 10
#define CONFIG_ETH_USE_SPI_ETHERNET 1
#define CONFIG_ESP_EVENT_POST_FROM_ISR 1
#define CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR 1
#define CONFIG_ESP_GDBSTUB_ENABLED 1
#define CONFIG_ESP_GDBSTUB_SUPPORT_TASKS 1
#define CONFIG_ESP_GDBSTUB_MAX_TASKS 32
#define CONFIG_ESPHID_TASK_SIZE_BT 2048
#define CONFIG_ESPHID_TASK_SIZE_BLE 4096
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1
#define CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT 2000
#define CONFIG_HTTPD_MAX_REQ_HDR_LEN 512
#define CONFIG_HTTPD_MAX_URI_LEN 512
#define CONFIG_HTTPD_ERR_RESP_NO_DELAY 1
#define CONFIG_HTTPD_PURGE_BUF_LEN 32
#define CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT 2000
#define CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT 2000
#define CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT 2000
#define CONFIG_ESP32_REV_MIN_0 1
#define CONFIG_ESP32_REV_MIN 0
#define CONFIG_ESP32_REV_MIN_FULL 0
#define CONFIG_ESP_REV_MIN_FULL 0
#define CONFIG_ESP32_REV_MAX_FULL 399
#define CONFIG_ESP_REV_MAX_FULL 399
#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0
#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 99
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1
#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1
#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4
#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1
#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4
#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1
#define CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND 1
#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 2000
#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1
#define CONFIG_RTC_CLK_SRC_INT_RC 1
#define CONFIG_RTC_CLK_CAL_CYCLES 1024
#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1
#define CONFIG_XTAL_FREQ_40 1
#define CONFIG_XTAL_FREQ 40
#define CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM 1
#define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120
#define CONFIG_ESP_NETIF_TCPIP_LWIP 1
#define CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API 1
#define CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC 1
#define CONFIG_ESP_PHY_ENABLED 1
#define CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE 1
#define CONFIG_ESP_PHY_MAX_WIFI_TX_POWER 20
#define CONFIG_ESP_PHY_MAX_TX_POWER 20
#define CONFIG_ESP_PHY_RF_CAL_PARTIAL 1
#define CONFIG_ESP_PHY_CALIBRATION_MODE 0
#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1
#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160
#define CONFIG_ESP32_TRACEMEM_RESERVE_DRAM 0x0
#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1
#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0
#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32
#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304
#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584
#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1
#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0
#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048
#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1
#define CONFIG_ESP_CONSOLE_UART 1
#define CONFIG_ESP_CONSOLE_UART_NUM 0
#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
#define CONFIG_ESP_INT_WDT 1
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1
#define CONFIG_ESP_TASK_WDT_EN 1
#define CONFIG_ESP_TASK_WDT_INIT 1
#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 1
#define CONFIG_ESP_DEBUG_OCDAWARE 1
#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1
#define CONFIG_ESP_BROWNOUT_DET 1
#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 1
#define CONFIG_ESP_BROWNOUT_DET_LVL 0
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1
#define CONFIG_ESP_IPC_ISR_ENABLE 1
#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1
#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1
#define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584
#define CONFIG_ESP_TIMER_INTERRUPT_LEVEL 1
#define CONFIG_ESP_TIMER_TASK_AFFINITY 0x0
#define CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 1
#define CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 1
#define CONFIG_ESP_TIMER_IMPL_TG0_LAC 1
#define CONFIG_ESP_WIFI_ENABLED 1
#define CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM 10
#define CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM 32
#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER 1
#define CONFIG_ESP_WIFI_TX_BUFFER_TYPE 1
#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM 32
#define CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER 1
#define CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF 0
#define CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF 5
#define CONFIG_ESP_WIFI_AMPDU_TX_ENABLED 1
#define CONFIG_ESP_WIFI_TX_BA_WIN 6
#define CONFIG_ESP_WIFI_AMPDU_RX_ENABLED 1
#define CONFIG_ESP_WIFI_RX_BA_WIN 6
#define CONFIG_ESP_WIFI_NVS_ENABLED 1
#define CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 1
#define CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN 752
#define CONFIG_ESP_WIFI_MGMT_SBUF_NUM 32
#define CONFIG_ESP_WIFI_IRAM_OPT 1
#define CONFIG_ESP_WIFI_RX_IRAM_OPT 1
#define CONFIG_ESP_WIFI_ENABLE_WPA3_SAE 1
#define CONFIG_ESP_WIFI_ENABLE_SAE_PK 1
#define CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT 1
#define CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA 1
#define CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME 50
#define CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME 10
#define CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME 15
#define CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE 1
#define CONFIG_ESP_WIFI_GMAC_SUPPORT 1
#define CONFIG_ESP_WIFI_SOFTAP_SUPPORT 1
#define CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM 7
#define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1
#define CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT 1
#define CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT 1
#define CONFIG_ESP_COREDUMP_ENABLE_TO_NONE 1
#define CONFIG_FATFS_VOLUME_COUNT 2
#define CONFIG_FATFS_LFN_NONE 1
#define CONFIG_FATFS_SECTOR_4096 1
#define CONFIG_FATFS_CODEPAGE_437 1
#define CONFIG_FATFS_CODEPAGE 437
#define CONFIG_FATFS_FS_LOCK 0
#define CONFIG_FATFS_TIMEOUT_MS 10000
#define CONFIG_FATFS_PER_FILE_CACHE 1
#define CONFIG_FATFS_USE_STRFUNC_NONE 1
#define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0
#define CONFIG_FATFS_LINK_LOCK 1
#define CONFIG_FREERTOS_HZ 100
#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1
#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1
#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536
#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16
#define CONFIG_FREERTOS_USE_TIMERS 1
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc"
#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF
#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1
#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048
#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10
#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0
#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1
#define CONFIG_FREERTOS_ISR_STACKSIZE 1536
#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1
#define CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER 1
#define CONFIG_FREERTOS_CORETIMER_0 1
#define CONFIG_FREERTOS_SYSTICK_USES_CCOUNT 1
#define CONFIG_FREERTOS_PORT 1
#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF
#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1
#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1
#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1
#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1
#define CONFIG_FREERTOS_NUMBER_OF_CORES 2
#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1
#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2
#define CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM 1
#define CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM 1
#define CONFIG_HEAP_POISONING_DISABLED 1
#define CONFIG_HEAP_TRACING_OFF 1
#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1
#define CONFIG_LOG_DEFAULT_LEVEL 3
#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1
#define CONFIG_LOG_MAXIMUM_LEVEL 3
#define CONFIG_LOG_DYNAMIC_LEVEL_CONTROL 1
#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1
#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1
#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
#define CONFIG_LWIP_ENABLE 1
#define CONFIG_LWIP_LOCAL_HOSTNAME "espressif"
#define CONFIG_LWIP_TCPIP_TASK_PRIO 18
#define CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES 1
#define CONFIG_LWIP_TIMERS_ONDEMAND 1
#define CONFIG_LWIP_ND6 1
#define CONFIG_LWIP_MAX_SOCKETS 10
#define CONFIG_LWIP_SO_REUSE 1
#define CONFIG_LWIP_SO_REUSE_RXTOALL 1
#define CONFIG_LWIP_IP_DEFAULT_TTL 64
#define CONFIG_LWIP_IP4_FRAG 1
#define CONFIG_LWIP_IP6_FRAG 1
#define CONFIG_LWIP_IP_REASS_MAX_PBUFS 10
#define CONFIG_LWIP_ESP_GRATUITOUS_ARP 1
#define CONFIG_LWIP_GARP_TMR_INTERVAL 60
#define CONFIG_LWIP_ESP_MLDV6_REPORT 1
#define CONFIG_LWIP_MLDV6_TMR_INTERVAL 40
#define CONFIG_LWIP_TCPIP_RECVMBOX_SIZE 32
#define CONFIG_LWIP_DHCP_DOES_ARP_CHECK 1
#define CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID 1
#define CONFIG_LWIP_DHCP_OPTIONS_LEN 68
#define CONFIG_LWIP_NUM_NETIF_CLIENT_DATA 0
#define CONFIG_LWIP_DHCP_COARSE_TIMER_SECS 1
#define CONFIG_LWIP_DHCPS 1
#define CONFIG_LWIP_DHCPS_LEASE_UNIT 60
#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8
#define CONFIG_LWIP_DHCPS_STATIC_ENTRIES 1
#define CONFIG_LWIP_DHCPS_ADD_DNS 1
#define CONFIG_LWIP_IPV4 1
#define CONFIG_LWIP_IPV6 1
#define CONFIG_LWIP_IPV6_NUM_ADDRESSES 3
#define CONFIG_LWIP_NETIF_LOOPBACK 1
#define CONFIG_LWIP_LOOPBACK_MAX_PBUFS 8
#define CONFIG_LWIP_MAX_ACTIVE_TCP 16
#define CONFIG_LWIP_MAX_LISTENING_TCP 16
#define CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION 1
#define CONFIG_LWIP_TCP_MAXRTX 12
#define CONFIG_LWIP_TCP_SYNMAXRTX 12
#define CONFIG_LWIP_TCP_MSS 1440
#define CONFIG_LWIP_TCP_TMR_INTERVAL 250
#define CONFIG_LWIP_TCP_MSL 60000
#define CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT 20000
#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5760
#define CONFIG_LWIP_TCP_WND_DEFAULT 5760
#define CONFIG_LWIP_TCP_RECVMBOX_SIZE 6
#define CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE 6
#define CONFIG_LWIP_TCP_QUEUE_OOSEQ 1
#define CONFIG_LWIP_TCP_OOSEQ_TIMEOUT 6
#define CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS 4
#define CONFIG_LWIP_TCP_OVERSIZE_MSS 1
#define CONFIG_LWIP_TCP_RTO_TIME 1500
#define CONFIG_LWIP_MAX_UDP_PCBS 16
#define CONFIG_LWIP_UDP_RECVMBOX_SIZE 6
#define CONFIG_LWIP_CHECKSUM_CHECK_ICMP 1
#define CONFIG_LWIP_TCPIP_TASK_STACK_SIZE 3072
#define CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY 1
#define CONFIG_LWIP_TCPIP_TASK_AFFINITY 0x7FFFFFFF
#define CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE 3
#define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5
#define CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES 5
#define CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS 3
#define CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS 10
#define CONFIG_LWIP_ICMP 1
#define CONFIG_LWIP_MAX_RAW_PCBS 16
#define CONFIG_LWIP_SNTP_MAX_SERVERS 1
#define CONFIG_LWIP_SNTP_UPDATE_DELAY 3600000
#define CONFIG_LWIP_SNTP_STARTUP_DELAY 1
#define CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY 5000
#define CONFIG_LWIP_DNS_MAX_HOST_IP 1
#define CONFIG_LWIP_DNS_MAX_SERVERS 3
#define CONFIG_LWIP_BRIDGEIF_MAX_PORTS 7
#define CONFIG_LWIP_ESP_LWIP_ASSERT 1
#define CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT 1
#define CONFIG_LWIP_HOOK_IP6_ROUTE_NONE 1
#define CONFIG_LWIP_HOOK_ND6_GET_GW_NONE 1
#define CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE 1
#define CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE 1
#define CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE 1
#define CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT 1
#define CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC 1
#define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1
#define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384
#define CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN 4096
#define CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 1
#define CONFIG_MBEDTLS_PKCS7_C 1
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE 1
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL 1
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS 200
#define CONFIG_MBEDTLS_CMAC_C 1
#define CONFIG_MBEDTLS_HARDWARE_AES 1
#define CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER 1
#define CONFIG_MBEDTLS_HARDWARE_MPI 1
#define CONFIG_MBEDTLS_HARDWARE_SHA 1
#define CONFIG_MBEDTLS_ROM_MD5 1
#define CONFIG_MBEDTLS_HAVE_TIME 1
#define CONFIG_MBEDTLS_ECDSA_DETERMINISTIC 1
#define CONFIG_MBEDTLS_SHA512_C 1
#define CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT 1
#define CONFIG_MBEDTLS_TLS_SERVER 1
#define CONFIG_MBEDTLS_TLS_CLIENT 1
#define CONFIG_MBEDTLS_TLS_ENABLED 1
#define CONFIG_MBEDTLS_KEY_EXCHANGE_RSA 1
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA 1
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA 1
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA 1
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA 1
#define CONFIG_MBEDTLS_SSL_RENEGOTIATION 1
#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 1
#define CONFIG_MBEDTLS_SSL_ALPN 1
#define CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS 1
#define CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS 1
#define CONFIG_MBEDTLS_AES_C 1
#define CONFIG_MBEDTLS_CCM_C 1
#define CONFIG_MBEDTLS_GCM_C 1
#define CONFIG_MBEDTLS_PEM_PARSE_C 1
#define CONFIG_MBEDTLS_PEM_WRITE_C 1
#define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1
#define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1
#define CONFIG_MBEDTLS_ECP_C 1
#define CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED 1
#define CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED 1
#define CONFIG_MBEDTLS_ECDH_C 1
#define CONFIG_MBEDTLS_ECDSA_C 1
#define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1
#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1
#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1
#define CONFIG_MBEDTLS_ERROR_STRINGS 1
#define CONFIG_MBEDTLS_FS_IO 1
#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1
#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1
#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 1
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 1
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 1
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_PATCH_VERSION 1
#define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5
#define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072
#define CONFIG_PTHREAD_STACK_MIN 768
#define CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY 1
#define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1
#define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread"
#define CONFIG_MMU_PAGE_SIZE_64KB 1
#define CONFIG_MMU_PAGE_MODE "64KB"
#define CONFIG_MMU_PAGE_SIZE 0x10000
#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1
#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1
#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1
#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1
#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20
#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1
#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192
#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1
#define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1
#define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1
#define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1
#define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1
#define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1
#define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1
#define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1
#define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1
#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1
#define CONFIG_SPIFFS_MAX_PARTITIONS 3
#define CONFIG_SPIFFS_CACHE 1
#define CONFIG_SPIFFS_CACHE_WR 1
#define CONFIG_SPIFFS_PAGE_CHECK 1
#define CONFIG_SPIFFS_GC_MAX_RUNS 10
#define CONFIG_SPIFFS_PAGE_SIZE 256
#define CONFIG_SPIFFS_OBJ_NAME_LEN 32
#define CONFIG_SPIFFS_USE_MAGIC 1
#define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1
#define CONFIG_SPIFFS_META_LENGTH 4
#define CONFIG_SPIFFS_USE_MTIME 1
#define CONFIG_WS_TRANSPORT 1
#define CONFIG_WS_BUFFER_SIZE 1024
#define CONFIG_UNITY_ENABLE_FLOAT 1
#define CONFIG_UNITY_ENABLE_DOUBLE 1
#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1
#define CONFIG_VFS_SUPPORT_IO 1
#define CONFIG_VFS_SUPPORT_DIR 1
#define CONFIG_VFS_SUPPORT_SELECT 1
#define CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT 1
#define CONFIG_VFS_SUPPORT_TERMIOS 1
#define CONFIG_VFS_MAX_COUNT 8
#define CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS 1
#define CONFIG_VFS_INITIALIZE_DEV_NULL 1
#define CONFIG_WL_SECTOR_SIZE_4096 1
#define CONFIG_WL_SECTOR_SIZE 4096
#define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16
#define CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT 30
#define CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN 1
#define CONFIG_CU_DIAGNOSTICS_COLOR_ALWAYS 1
#define CONFIG_I2C_BUS_DYNAMIC_CONFIG 1
#define CONFIG_I2C_MS_TO_WAIT 200
#define CONFIG_MQTT_PROTOCOL_311 1
#define CONFIG_MQTT_TRANSPORT_SSL 1
#define CONFIG_MQTT_TRANSPORT_WEBSOCKET 1
#define CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE 1
/* List of deprecated options */
#define CONFIG_ADC2_DISABLE_DAC CONFIG_ADC_DISABLE_DAC
#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
#define CONFIG_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0
#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG
#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG
#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART
#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE
#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT
#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE
#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE
#define CONFIG_ESP32_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
#define CONFIG_ESP32_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0
#define CONFIG_ESP32_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE
#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY
#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160
#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
#define CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE
#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT
#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE
#define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER
#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER
#define CONFIG_ESP32_PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN
#define CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT CONFIG_PTHREAD_TASK_CORE_DEFAULT
#define CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT CONFIG_PTHREAD_TASK_NAME_DEFAULT
#define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT CONFIG_PTHREAD_TASK_PRIO_DEFAULT
#define CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT
#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES
#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC
#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_RTC_CLK_SRC_INT_RC
#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT
#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT
#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED CONFIG_ESP_WIFI_AMPDU_RX_ENABLED
#define CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED CONFIG_ESP_WIFI_AMPDU_TX_ENABLED
#define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM
#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER
#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM
#define CONFIG_ESP32_WIFI_ENABLED CONFIG_ESP_WIFI_ENABLED
#define CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA
#define CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE CONFIG_ESP_WIFI_ENABLE_WPA3_SAE
#define CONFIG_ESP32_WIFI_IRAM_OPT CONFIG_ESP_WIFI_IRAM_OPT
#define CONFIG_ESP32_WIFI_MGMT_SBUF_NUM CONFIG_ESP_WIFI_MGMT_SBUF_NUM
#define CONFIG_ESP32_WIFI_NVS_ENABLED CONFIG_ESP_WIFI_NVS_ENABLED
#define CONFIG_ESP32_WIFI_RX_BA_WIN CONFIG_ESP_WIFI_RX_BA_WIN
#define CONFIG_ESP32_WIFI_RX_IRAM_OPT CONFIG_ESP_WIFI_RX_IRAM_OPT
#define CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN
#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM
#define CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0
#define CONFIG_ESP32_WIFI_TX_BA_WIN CONFIG_ESP_WIFI_TX_BA_WIN
#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE CONFIG_ESP_WIFI_TX_BUFFER_TYPE
#define CONFIG_ESP32_XTAL_FREQ CONFIG_XTAL_FREQ
#define CONFIG_ESP32_XTAL_FREQ_40 CONFIG_XTAL_FREQ_40
#define CONFIG_ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP
#define CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY
#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT
#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO
#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR
#define CONFIG_GARP_TMR_INTERVAL CONFIG_LWIP_GARP_TMR_INTERVAL
#define CONFIG_GDBSTUB_MAX_TASKS CONFIG_ESP_GDBSTUB_MAX_TASKS
#define CONFIG_GDBSTUB_SUPPORT_TASKS CONFIG_ESP_GDBSTUB_SUPPORT_TASKS
#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT
#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1
#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS
#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE
#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL
#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO
#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE
#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD
#define CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES
#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE
#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG
#define CONFIG_POST_EVENTS_FROM_IRAM_ISR CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR
#define CONFIG_POST_EVENTS_FROM_ISR CONFIG_ESP_EVENT_POST_FROM_ISR
#define CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS
#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS
#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE
#define CONFIG_SUPPORT_TERMIOS CONFIG_VFS_SUPPORT_TERMIOS
#define CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT
#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE
#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE
#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1
#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S
#define CONFIG_TCPIP_RECVMBOX_SIZE CONFIG_LWIP_TCPIP_RECVMBOX_SIZE
#define CONFIG_TCPIP_TASK_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY
#define CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY
#define CONFIG_TCPIP_TASK_STACK_SIZE CONFIG_LWIP_TCPIP_TASK_STACK_SIZE
#define CONFIG_TCP_MAXRTX CONFIG_LWIP_TCP_MAXRTX
#define CONFIG_TCP_MSL CONFIG_LWIP_TCP_MSL
#define CONFIG_TCP_MSS CONFIG_LWIP_TCP_MSS
#define CONFIG_TCP_OVERSIZE_MSS CONFIG_LWIP_TCP_OVERSIZE_MSS
#define CONFIG_TCP_QUEUE_OOSEQ CONFIG_LWIP_TCP_QUEUE_OOSEQ
#define CONFIG_TCP_RECVMBOX_SIZE CONFIG_LWIP_TCP_RECVMBOX_SIZE
#define CONFIG_TCP_SND_BUF_DEFAULT CONFIG_LWIP_TCP_SND_BUF_DEFAULT
#define CONFIG_TCP_SYNMAXRTX CONFIG_LWIP_TCP_SYNMAXRTX
#define CONFIG_TCP_WND_DEFAULT CONFIG_LWIP_TCP_WND_DEFAULT
#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH
#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY
#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH
#define CONFIG_TIMER_TASK_STACK_SIZE CONFIG_ESP_TIMER_TASK_STACK_SIZE
#define CONFIG_TRACEMEM_RESERVE_DRAM CONFIG_ESP32_TRACEMEM_RESERVE_DRAM
#define CONFIG_UDP_RECVMBOX_SIZE CONFIG_LWIP_UDP_RECVMBOX_SIZE
#define CONFIG_WPA_MBEDTLS_CRYPTO CONFIG_ESP_WIFI_MBEDTLS_CRYPTO
#define CONFIG_WPA_MBEDTLS_TLS_CLIENT CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,78 @@
source "/home/abobkov/esp/v5.4.1/esp-idf/components/app_trace/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/bt/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/console/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/driver/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/efuse/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp-tls/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_adc/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_coex/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_common/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_ana_cmpr/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_cam/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_dac/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_gpio/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_gptimer/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_i2c/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_i2s/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_isp/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_jpeg/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_ledc/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_mcpwm/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_parlio/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_pcnt/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_rmt/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_sdm/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_spi/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_touch_sens/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_tsens/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_uart/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_eth/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_event/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_gdbstub/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hid/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_http_client/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_http_server/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_ota/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_server/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hw_support/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_lcd/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_mm/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_netif/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_partition/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_phy/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_pm/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_psram/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_ringbuf/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_security/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_system/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_timer/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_wifi/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/espcoredump/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/fatfs/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/freertos/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/hal/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/heap/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/ieee802154/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/log/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/lwip/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/mbedtls/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/newlib/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/nvs_flash/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/nvs_sec_provider/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/openthread/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/protocomm/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/pthread/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/soc/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/spi_flash/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/spiffs/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/tcp_transport/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/ulp/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/unity/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/usb/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/vfs/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/wear_levelling/Kconfig"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/wifi_provisioning/Kconfig"
source "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__cmake_utilities/Kconfig"
source "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__i2c_bus/Kconfig"
source "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/managed_components/espressif__mqtt/Kconfig"

View File

@@ -0,0 +1,5 @@
source "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/Kconfig.projbuild"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_app_format/Kconfig.projbuild"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_rom/Kconfig.projbuild"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esptool_py/Kconfig.projbuild"
source "/home/abobkov/esp/v5.4.1/esp-idf/components/partition_table/Kconfig.projbuild"