ESP IDF Robot

This commit is contained in:
2024-12-22 09:56:38 -05:00
parent a5d866c0b7
commit b005448e63
16 changed files with 1889 additions and 743 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
d83940769f674f005bc66b8fa91f5ee970c79c9d
a5d866c0b7990fc6caed8fd1e852f21ffd72cc1b

View File

@@ -0,0 +1,32 @@
set(PYTHON "/home/abobkov/.espressif/python_env/idf5.2_py3.12_env/bin/python")
set(__BUILD_PROPERTIES "PYTHON;__BUILD_PROPERTIES;IDF_PATH;__PREFIX;__CHECK_PYTHON;IDF_COMPONENT_MANAGER;COMPILE_DEFINITIONS;COMPILE_OPTIONS;C_COMPILE_OPTIONS;CXX_COMPILE_OPTIONS;__COMPONENT_TARGETS;BUILD_COMPONENT_DIRS;BUILD_COMPONENT_TARGETS;__COMPONENT_REQUIRES_COMMON;IDF_VER;__ROOT_KCONFIG;__ROOT_SDKCONFIG_RENAME;__OUTPUT_SDKCONFIG;EXTRA_CMAKE_ARGS;__COMPONENT_MANAGER_INTERFACE_VERSION;EXTRA_COMPONENT_EXCLUDE_DIRS;BOOTLOADER_BUILD;IDF_TOOLCHAIN;IDF_TARGET;IDF_TARGET_ARCH;PROJECT_DIR;PROJECT_NAME;PROJECT_VER;BUILD_DIR;SDKCONFIG;SDKCONFIG_DEFAULTS")
set(IDF_PATH "/home/abobkov/esp/esp-idf")
set(__PREFIX "idf")
set(__CHECK_PYTHON "0")
set(IDF_COMPONENT_MANAGER "1")
set(COMPILE_DEFINITIONS "_GLIBCXX_USE_POSIX_SEMAPHORE;_GLIBCXX_HAVE_POSIX_SEMAPHORE;_GNU_SOURCE;IDF_VER="v5.2.3"")
set(COMPILE_OPTIONS "-ffunction-sections;-fdata-sections;-Wall;-Werror=all;-Wno-error=unused-function;-Wno-error=unused-variable;-Wno-error=unused-but-set-variable;-Wno-error=deprecated-declarations;-Wextra;-Wno-unused-parameter;-Wno-sign-compare;-Wno-enum-conversion;-gdwarf-4;-ggdb")
set(C_COMPILE_OPTIONS "-std=gnu17")
set(CXX_COMPILE_OPTIONS "-std=gnu++2b")
set(__COMPONENT_TARGETS "___idf_app_trace;___idf_app_update;___idf_bootloader;___idf_bootloader_support;___idf_bt;___idf_cmock;___idf_console;___idf_cxx;___idf_driver;___idf_efuse;___idf_esp-tls;___idf_esp_adc;___idf_esp_app_format;___idf_esp_bootloader_format;___idf_esp_coex;___idf_esp_common;___idf_esp_eth;___idf_esp_event;___idf_esp_gdbstub;___idf_esp_hid;___idf_esp_http_client;___idf_esp_http_server;___idf_esp_https_ota;___idf_esp_https_server;___idf_esp_hw_support;___idf_esp_lcd;___idf_esp_local_ctrl;___idf_esp_mm;___idf_esp_netif;___idf_esp_netif_stack;___idf_esp_partition;___idf_esp_phy;___idf_esp_pm;___idf_esp_psram;___idf_esp_ringbuf;___idf_esp_rom;___idf_esp_system;___idf_esp_timer;___idf_esp_wifi;___idf_espcoredump;___idf_esptool_py;___idf_fatfs;___idf_freertos;___idf_hal;___idf_heap;___idf_http_parser;___idf_idf_test;___idf_ieee802154;___idf_json;___idf_linux;___idf_log;___idf_lwip;___idf_mbedtls;___idf_mqtt;___idf_newlib;___idf_nvs_flash;___idf_nvs_sec_provider;___idf_openthread;___idf_partition_table;___idf_perfmon;___idf_protobuf-c;___idf_protocomm;___idf_pthread;___idf_riscv;___idf_sdmmc;___idf_soc;___idf_spi_flash;___idf_spiffs;___idf_tcp_transport;___idf_touch_element;___idf_ulp;___idf_unity;___idf_usb;___idf_vfs;___idf_wear_levelling;___idf_wifi_provisioning;___idf_wpa_supplicant;___idf_xtensa;___idf_main;___idf_micro-ecc")
set(BUILD_COMPONENT_DIRS "/home/abobkov/esp/esp-idf/components/app_trace;/home/abobkov/esp/esp-idf/components/app_update;/home/abobkov/esp/esp-idf/components/bootloader;/home/abobkov/esp/esp-idf/components/bootloader_support;/home/abobkov/esp/esp-idf/components/bt;/home/abobkov/esp/esp-idf/components/cmock;/home/abobkov/esp/esp-idf/components/console;/home/abobkov/esp/esp-idf/components/cxx;/home/abobkov/esp/esp-idf/components/driver;/home/abobkov/esp/esp-idf/components/efuse;/home/abobkov/esp/esp-idf/components/esp-tls;/home/abobkov/esp/esp-idf/components/esp_adc;/home/abobkov/esp/esp-idf/components/esp_app_format;/home/abobkov/esp/esp-idf/components/esp_bootloader_format;/home/abobkov/esp/esp-idf/components/esp_coex;/home/abobkov/esp/esp-idf/components/esp_common;/home/abobkov/esp/esp-idf/components/esp_eth;/home/abobkov/esp/esp-idf/components/esp_event;/home/abobkov/esp/esp-idf/components/esp_gdbstub;/home/abobkov/esp/esp-idf/components/esp_hid;/home/abobkov/esp/esp-idf/components/esp_http_client;/home/abobkov/esp/esp-idf/components/esp_http_server;/home/abobkov/esp/esp-idf/components/esp_https_ota;/home/abobkov/esp/esp-idf/components/esp_https_server;/home/abobkov/esp/esp-idf/components/esp_hw_support;/home/abobkov/esp/esp-idf/components/esp_lcd;/home/abobkov/esp/esp-idf/components/esp_local_ctrl;/home/abobkov/esp/esp-idf/components/esp_mm;/home/abobkov/esp/esp-idf/components/esp_netif;/home/abobkov/esp/esp-idf/components/esp_netif_stack;/home/abobkov/esp/esp-idf/components/esp_partition;/home/abobkov/esp/esp-idf/components/esp_phy;/home/abobkov/esp/esp-idf/components/esp_pm;/home/abobkov/esp/esp-idf/components/esp_psram;/home/abobkov/esp/esp-idf/components/esp_ringbuf;/home/abobkov/esp/esp-idf/components/esp_rom;/home/abobkov/esp/esp-idf/components/esp_system;/home/abobkov/esp/esp-idf/components/esp_timer;/home/abobkov/esp/esp-idf/components/esp_wifi;/home/abobkov/esp/esp-idf/components/espcoredump;/home/abobkov/esp/esp-idf/components/esptool_py;/home/abobkov/esp/esp-idf/components/fatfs;/home/abobkov/esp/esp-idf/components/freertos;/home/abobkov/esp/esp-idf/components/hal;/home/abobkov/esp/esp-idf/components/heap;/home/abobkov/esp/esp-idf/components/http_parser;/home/abobkov/esp/esp-idf/components/idf_test;/home/abobkov/esp/esp-idf/components/ieee802154;/home/abobkov/esp/esp-idf/components/json;/home/abobkov/esp/esp-idf/components/linux;/home/abobkov/esp/esp-idf/components/log;/home/abobkov/esp/esp-idf/components/lwip;/home/abobkov/esp/esp-idf/components/mbedtls;/home/abobkov/esp/esp-idf/components/mqtt;/home/abobkov/esp/esp-idf/components/newlib;/home/abobkov/esp/esp-idf/components/nvs_flash;/home/abobkov/esp/esp-idf/components/nvs_sec_provider;/home/abobkov/esp/esp-idf/components/openthread;/home/abobkov/esp/esp-idf/components/partition_table;/home/abobkov/esp/esp-idf/components/perfmon;/home/abobkov/esp/esp-idf/components/protobuf-c;/home/abobkov/esp/esp-idf/components/protocomm;/home/abobkov/esp/esp-idf/components/pthread;/home/abobkov/esp/esp-idf/components/riscv;/home/abobkov/esp/esp-idf/components/sdmmc;/home/abobkov/esp/esp-idf/components/soc;/home/abobkov/esp/esp-idf/components/spi_flash;/home/abobkov/esp/esp-idf/components/spiffs;/home/abobkov/esp/esp-idf/components/tcp_transport;/home/abobkov/esp/esp-idf/components/touch_element;/home/abobkov/esp/esp-idf/components/ulp;/home/abobkov/esp/esp-idf/components/unity;/home/abobkov/esp/esp-idf/components/usb;/home/abobkov/esp/esp-idf/components/vfs;/home/abobkov/esp/esp-idf/components/wear_levelling;/home/abobkov/esp/esp-idf/components/wifi_provisioning;/home/abobkov/esp/esp-idf/components/wpa_supplicant;/home/abobkov/esp/esp-idf/components/xtensa;/home/abobkov/esp/esp-idf/components/bootloader/subproject/main;/home/abobkov/esp/esp-idf/components/bootloader;/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc")
set(BUILD_COMPONENT_TARGETS "___idf_app_trace;___idf_app_update;___idf_bootloader;___idf_bootloader_support;___idf_bt;___idf_cmock;___idf_console;___idf_cxx;___idf_driver;___idf_efuse;___idf_esp-tls;___idf_esp_adc;___idf_esp_app_format;___idf_esp_bootloader_format;___idf_esp_coex;___idf_esp_common;___idf_esp_eth;___idf_esp_event;___idf_esp_gdbstub;___idf_esp_hid;___idf_esp_http_client;___idf_esp_http_server;___idf_esp_https_ota;___idf_esp_https_server;___idf_esp_hw_support;___idf_esp_lcd;___idf_esp_local_ctrl;___idf_esp_mm;___idf_esp_netif;___idf_esp_netif_stack;___idf_esp_partition;___idf_esp_phy;___idf_esp_pm;___idf_esp_psram;___idf_esp_ringbuf;___idf_esp_rom;___idf_esp_system;___idf_esp_timer;___idf_esp_wifi;___idf_espcoredump;___idf_esptool_py;___idf_fatfs;___idf_freertos;___idf_hal;___idf_heap;___idf_http_parser;___idf_idf_test;___idf_ieee802154;___idf_json;___idf_linux;___idf_log;___idf_lwip;___idf_mbedtls;___idf_mqtt;___idf_newlib;___idf_nvs_flash;___idf_nvs_sec_provider;___idf_openthread;___idf_partition_table;___idf_perfmon;___idf_protobuf-c;___idf_protocomm;___idf_pthread;___idf_riscv;___idf_sdmmc;___idf_soc;___idf_spi_flash;___idf_spiffs;___idf_tcp_transport;___idf_touch_element;___idf_ulp;___idf_unity;___idf_usb;___idf_vfs;___idf_wear_levelling;___idf_wifi_provisioning;___idf_wpa_supplicant;___idf_xtensa;___idf_main;___idf_bootloader;___idf_micro-ecc")
set(__COMPONENT_REQUIRES_COMMON "log;esp_rom;esp_common;esp_hw_support;newlib;riscv")
set(IDF_VER "v5.2.3")
set(__ROOT_KCONFIG "/home/abobkov/esp/esp-idf/Kconfig")
set(__ROOT_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/sdkconfig.rename")
set(__OUTPUT_SDKCONFIG "0")
set(EXTRA_CMAKE_ARGS "")
set(__COMPONENT_MANAGER_INTERFACE_VERSION "2")
set(EXTRA_COMPONENT_EXCLUDE_DIRS "")
set(BOOTLOADER_BUILD "1")
set(IDF_TOOLCHAIN "gcc")
set(IDF_TARGET "esp32c3")
set(IDF_TARGET_ARCH "riscv")
set(PROJECT_DIR "/home/abobkov/esp/esp-idf/components/bootloader/subproject")
set(PROJECT_NAME "bootloader")
set(PROJECT_VER "v5.2.3")
set(BUILD_DIR "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader")
set(SDKCONFIG "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/sdkconfig")
set(SDKCONFIG_DEFAULTS "")

View File

@@ -0,0 +1,722 @@
set(__component____idf_app_trace_COMPONENT_LIB "__idf_app_trace")
set(__component____idf_app_trace___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_app_trace_COMPONENT_NAME "app_trace")
set(__component____idf_app_trace_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/app_trace")
set(__component____idf_app_trace_COMPONENT_ALIAS "idf::app_trace")
set(__component____idf_app_trace___PREFIX "idf")
set(__component____idf_app_trace_KCONFIG "/home/abobkov/esp/esp-idf/components/app_trace/Kconfig")
set(__component____idf_app_trace_KCONFIG_PROJBUILD "")
set(__component____idf_app_trace_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/app_trace/sdkconfig.rename")
set(__component____idf_app_update_COMPONENT_LIB "__idf_app_update")
set(__component____idf_app_update___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_app_update_COMPONENT_NAME "app_update")
set(__component____idf_app_update_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/app_update")
set(__component____idf_app_update_COMPONENT_ALIAS "idf::app_update")
set(__component____idf_app_update___PREFIX "idf")
set(__component____idf_app_update_KCONFIG "")
set(__component____idf_app_update_KCONFIG_PROJBUILD "")
set(__component____idf_app_update_SDKCONFIG_RENAME "")
set(__component____idf_bootloader_COMPONENT_LIB "__idf_bootloader")
set(__component____idf_bootloader___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME;COMPONENT_OVERRIDEN_DIR")
set(__component____idf_bootloader_COMPONENT_NAME "bootloader")
set(__component____idf_bootloader_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/bootloader")
set(__component____idf_bootloader_COMPONENT_ALIAS "idf::bootloader")
set(__component____idf_bootloader___PREFIX "idf")
set(__component____idf_bootloader_KCONFIG "")
set(__component____idf_bootloader_KCONFIG_PROJBUILD "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild")
set(__component____idf_bootloader_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/bootloader/sdkconfig.rename")
set(__component____idf_bootloader_COMPONENT_OVERRIDEN_DIR "/home/abobkov/esp/esp-idf/components/bootloader")
set(__component____idf_bootloader_support_COMPONENT_LIB "__idf_bootloader_support")
set(__component____idf_bootloader_support___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_bootloader_support_COMPONENT_NAME "bootloader_support")
set(__component____idf_bootloader_support_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/bootloader_support")
set(__component____idf_bootloader_support_COMPONENT_ALIAS "idf::bootloader_support")
set(__component____idf_bootloader_support___PREFIX "idf")
set(__component____idf_bootloader_support_KCONFIG "")
set(__component____idf_bootloader_support_KCONFIG_PROJBUILD "")
set(__component____idf_bootloader_support_SDKCONFIG_RENAME "")
set(__component____idf_bt_COMPONENT_LIB "__idf_bt")
set(__component____idf_bt___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_bt_COMPONENT_NAME "bt")
set(__component____idf_bt_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/bt")
set(__component____idf_bt_COMPONENT_ALIAS "idf::bt")
set(__component____idf_bt___PREFIX "idf")
set(__component____idf_bt_KCONFIG "/home/abobkov/esp/esp-idf/components/bt/Kconfig")
set(__component____idf_bt_KCONFIG_PROJBUILD "")
set(__component____idf_bt_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/bt/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/bt/sdkconfig.rename.esp32c3")
set(__component____idf_cmock_COMPONENT_LIB "__idf_cmock")
set(__component____idf_cmock___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_cmock_COMPONENT_NAME "cmock")
set(__component____idf_cmock_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/cmock")
set(__component____idf_cmock_COMPONENT_ALIAS "idf::cmock")
set(__component____idf_cmock___PREFIX "idf")
set(__component____idf_cmock_KCONFIG "")
set(__component____idf_cmock_KCONFIG_PROJBUILD "")
set(__component____idf_cmock_SDKCONFIG_RENAME "")
set(__component____idf_console_COMPONENT_LIB "__idf_console")
set(__component____idf_console___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_console_COMPONENT_NAME "console")
set(__component____idf_console_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/console")
set(__component____idf_console_COMPONENT_ALIAS "idf::console")
set(__component____idf_console___PREFIX "idf")
set(__component____idf_console_KCONFIG "")
set(__component____idf_console_KCONFIG_PROJBUILD "")
set(__component____idf_console_SDKCONFIG_RENAME "")
set(__component____idf_cxx_COMPONENT_LIB "__idf_cxx")
set(__component____idf_cxx___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_cxx_COMPONENT_NAME "cxx")
set(__component____idf_cxx_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/cxx")
set(__component____idf_cxx_COMPONENT_ALIAS "idf::cxx")
set(__component____idf_cxx___PREFIX "idf")
set(__component____idf_cxx_KCONFIG "")
set(__component____idf_cxx_KCONFIG_PROJBUILD "")
set(__component____idf_cxx_SDKCONFIG_RENAME "")
set(__component____idf_driver_COMPONENT_LIB "__idf_driver")
set(__component____idf_driver___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_driver_COMPONENT_NAME "driver")
set(__component____idf_driver_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/driver")
set(__component____idf_driver_COMPONENT_ALIAS "idf::driver")
set(__component____idf_driver___PREFIX "idf")
set(__component____idf_driver_KCONFIG "/home/abobkov/esp/esp-idf/components/driver/Kconfig")
set(__component____idf_driver_KCONFIG_PROJBUILD "")
set(__component____idf_driver_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/driver/sdkconfig.rename")
set(__component____idf_efuse_COMPONENT_LIB "__idf_efuse")
set(__component____idf_efuse___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_efuse_COMPONENT_NAME "efuse")
set(__component____idf_efuse_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/efuse")
set(__component____idf_efuse_COMPONENT_ALIAS "idf::efuse")
set(__component____idf_efuse___PREFIX "idf")
set(__component____idf_efuse_KCONFIG "/home/abobkov/esp/esp-idf/components/efuse/Kconfig")
set(__component____idf_efuse_KCONFIG_PROJBUILD "")
set(__component____idf_efuse_SDKCONFIG_RENAME "")
set(__component____idf_esp-tls_COMPONENT_LIB "__idf_esp-tls")
set(__component____idf_esp-tls___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp-tls_COMPONENT_NAME "esp-tls")
set(__component____idf_esp-tls_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp-tls")
set(__component____idf_esp-tls_COMPONENT_ALIAS "idf::esp-tls")
set(__component____idf_esp-tls___PREFIX "idf")
set(__component____idf_esp-tls_KCONFIG "/home/abobkov/esp/esp-idf/components/esp-tls/Kconfig")
set(__component____idf_esp-tls_KCONFIG_PROJBUILD "")
set(__component____idf_esp-tls_SDKCONFIG_RENAME "")
set(__component____idf_esp_adc_COMPONENT_LIB "__idf_esp_adc")
set(__component____idf_esp_adc___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_adc_COMPONENT_NAME "esp_adc")
set(__component____idf_esp_adc_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_adc")
set(__component____idf_esp_adc_COMPONENT_ALIAS "idf::esp_adc")
set(__component____idf_esp_adc___PREFIX "idf")
set(__component____idf_esp_adc_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_adc/Kconfig")
set(__component____idf_esp_adc_KCONFIG_PROJBUILD "")
set(__component____idf_esp_adc_SDKCONFIG_RENAME "")
set(__component____idf_esp_app_format_COMPONENT_LIB "__idf_esp_app_format")
set(__component____idf_esp_app_format___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_app_format_COMPONENT_NAME "esp_app_format")
set(__component____idf_esp_app_format_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_app_format")
set(__component____idf_esp_app_format_COMPONENT_ALIAS "idf::esp_app_format")
set(__component____idf_esp_app_format___PREFIX "idf")
set(__component____idf_esp_app_format_KCONFIG "")
set(__component____idf_esp_app_format_KCONFIG_PROJBUILD "/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild")
set(__component____idf_esp_app_format_SDKCONFIG_RENAME "")
set(__component____idf_esp_bootloader_format_COMPONENT_LIB "__idf_esp_bootloader_format")
set(__component____idf_esp_bootloader_format___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_bootloader_format_COMPONENT_NAME "esp_bootloader_format")
set(__component____idf_esp_bootloader_format_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_bootloader_format")
set(__component____idf_esp_bootloader_format_COMPONENT_ALIAS "idf::esp_bootloader_format")
set(__component____idf_esp_bootloader_format___PREFIX "idf")
set(__component____idf_esp_bootloader_format_KCONFIG "")
set(__component____idf_esp_bootloader_format_KCONFIG_PROJBUILD "")
set(__component____idf_esp_bootloader_format_SDKCONFIG_RENAME "")
set(__component____idf_esp_coex_COMPONENT_LIB "__idf_esp_coex")
set(__component____idf_esp_coex___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_coex_COMPONENT_NAME "esp_coex")
set(__component____idf_esp_coex_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_coex")
set(__component____idf_esp_coex_COMPONENT_ALIAS "idf::esp_coex")
set(__component____idf_esp_coex___PREFIX "idf")
set(__component____idf_esp_coex_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_coex/Kconfig")
set(__component____idf_esp_coex_KCONFIG_PROJBUILD "")
set(__component____idf_esp_coex_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_coex/sdkconfig.rename")
set(__component____idf_esp_common_COMPONENT_LIB "__idf_esp_common")
set(__component____idf_esp_common___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_common_COMPONENT_NAME "esp_common")
set(__component____idf_esp_common_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_common")
set(__component____idf_esp_common_COMPONENT_ALIAS "idf::esp_common")
set(__component____idf_esp_common___PREFIX "idf")
set(__component____idf_esp_common_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_common/Kconfig")
set(__component____idf_esp_common_KCONFIG_PROJBUILD "")
set(__component____idf_esp_common_SDKCONFIG_RENAME "")
set(__component____idf_esp_eth_COMPONENT_LIB "__idf_esp_eth")
set(__component____idf_esp_eth___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_eth_COMPONENT_NAME "esp_eth")
set(__component____idf_esp_eth_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_eth")
set(__component____idf_esp_eth_COMPONENT_ALIAS "idf::esp_eth")
set(__component____idf_esp_eth___PREFIX "idf")
set(__component____idf_esp_eth_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_eth/Kconfig")
set(__component____idf_esp_eth_KCONFIG_PROJBUILD "")
set(__component____idf_esp_eth_SDKCONFIG_RENAME "")
set(__component____idf_esp_event_COMPONENT_LIB "__idf_esp_event")
set(__component____idf_esp_event___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_event_COMPONENT_NAME "esp_event")
set(__component____idf_esp_event_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_event")
set(__component____idf_esp_event_COMPONENT_ALIAS "idf::esp_event")
set(__component____idf_esp_event___PREFIX "idf")
set(__component____idf_esp_event_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_event/Kconfig")
set(__component____idf_esp_event_KCONFIG_PROJBUILD "")
set(__component____idf_esp_event_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_event/sdkconfig.rename")
set(__component____idf_esp_gdbstub_COMPONENT_LIB "__idf_esp_gdbstub")
set(__component____idf_esp_gdbstub___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_gdbstub_COMPONENT_NAME "esp_gdbstub")
set(__component____idf_esp_gdbstub_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_gdbstub")
set(__component____idf_esp_gdbstub_COMPONENT_ALIAS "idf::esp_gdbstub")
set(__component____idf_esp_gdbstub___PREFIX "idf")
set(__component____idf_esp_gdbstub_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_gdbstub/Kconfig")
set(__component____idf_esp_gdbstub_KCONFIG_PROJBUILD "")
set(__component____idf_esp_gdbstub_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_gdbstub/sdkconfig.rename")
set(__component____idf_esp_hid_COMPONENT_LIB "__idf_esp_hid")
set(__component____idf_esp_hid___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_hid_COMPONENT_NAME "esp_hid")
set(__component____idf_esp_hid_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_hid")
set(__component____idf_esp_hid_COMPONENT_ALIAS "idf::esp_hid")
set(__component____idf_esp_hid___PREFIX "idf")
set(__component____idf_esp_hid_KCONFIG "")
set(__component____idf_esp_hid_KCONFIG_PROJBUILD "")
set(__component____idf_esp_hid_SDKCONFIG_RENAME "")
set(__component____idf_esp_http_client_COMPONENT_LIB "__idf_esp_http_client")
set(__component____idf_esp_http_client___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_http_client_COMPONENT_NAME "esp_http_client")
set(__component____idf_esp_http_client_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_http_client")
set(__component____idf_esp_http_client_COMPONENT_ALIAS "idf::esp_http_client")
set(__component____idf_esp_http_client___PREFIX "idf")
set(__component____idf_esp_http_client_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_http_client/Kconfig")
set(__component____idf_esp_http_client_KCONFIG_PROJBUILD "")
set(__component____idf_esp_http_client_SDKCONFIG_RENAME "")
set(__component____idf_esp_http_server_COMPONENT_LIB "__idf_esp_http_server")
set(__component____idf_esp_http_server___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_http_server_COMPONENT_NAME "esp_http_server")
set(__component____idf_esp_http_server_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_http_server")
set(__component____idf_esp_http_server_COMPONENT_ALIAS "idf::esp_http_server")
set(__component____idf_esp_http_server___PREFIX "idf")
set(__component____idf_esp_http_server_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_http_server/Kconfig")
set(__component____idf_esp_http_server_KCONFIG_PROJBUILD "")
set(__component____idf_esp_http_server_SDKCONFIG_RENAME "")
set(__component____idf_esp_https_ota_COMPONENT_LIB "__idf_esp_https_ota")
set(__component____idf_esp_https_ota___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_https_ota_COMPONENT_NAME "esp_https_ota")
set(__component____idf_esp_https_ota_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_https_ota")
set(__component____idf_esp_https_ota_COMPONENT_ALIAS "idf::esp_https_ota")
set(__component____idf_esp_https_ota___PREFIX "idf")
set(__component____idf_esp_https_ota_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_https_ota/Kconfig")
set(__component____idf_esp_https_ota_KCONFIG_PROJBUILD "")
set(__component____idf_esp_https_ota_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_https_ota/sdkconfig.rename")
set(__component____idf_esp_https_server_COMPONENT_LIB "__idf_esp_https_server")
set(__component____idf_esp_https_server___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_https_server_COMPONENT_NAME "esp_https_server")
set(__component____idf_esp_https_server_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_https_server")
set(__component____idf_esp_https_server_COMPONENT_ALIAS "idf::esp_https_server")
set(__component____idf_esp_https_server___PREFIX "idf")
set(__component____idf_esp_https_server_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_https_server/Kconfig")
set(__component____idf_esp_https_server_KCONFIG_PROJBUILD "")
set(__component____idf_esp_https_server_SDKCONFIG_RENAME "")
set(__component____idf_esp_hw_support_COMPONENT_LIB "__idf_esp_hw_support")
set(__component____idf_esp_hw_support___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_hw_support_COMPONENT_NAME "esp_hw_support")
set(__component____idf_esp_hw_support_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_hw_support")
set(__component____idf_esp_hw_support_COMPONENT_ALIAS "idf::esp_hw_support")
set(__component____idf_esp_hw_support___PREFIX "idf")
set(__component____idf_esp_hw_support_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig")
set(__component____idf_esp_hw_support_KCONFIG_PROJBUILD "")
set(__component____idf_esp_hw_support_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3")
set(__component____idf_esp_lcd_COMPONENT_LIB "__idf_esp_lcd")
set(__component____idf_esp_lcd___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_lcd_COMPONENT_NAME "esp_lcd")
set(__component____idf_esp_lcd_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_lcd")
set(__component____idf_esp_lcd_COMPONENT_ALIAS "idf::esp_lcd")
set(__component____idf_esp_lcd___PREFIX "idf")
set(__component____idf_esp_lcd_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_lcd/Kconfig")
set(__component____idf_esp_lcd_KCONFIG_PROJBUILD "")
set(__component____idf_esp_lcd_SDKCONFIG_RENAME "")
set(__component____idf_esp_local_ctrl_COMPONENT_LIB "__idf_esp_local_ctrl")
set(__component____idf_esp_local_ctrl___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_local_ctrl_COMPONENT_NAME "esp_local_ctrl")
set(__component____idf_esp_local_ctrl_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_local_ctrl")
set(__component____idf_esp_local_ctrl_COMPONENT_ALIAS "idf::esp_local_ctrl")
set(__component____idf_esp_local_ctrl___PREFIX "idf")
set(__component____idf_esp_local_ctrl_KCONFIG "")
set(__component____idf_esp_local_ctrl_KCONFIG_PROJBUILD "")
set(__component____idf_esp_local_ctrl_SDKCONFIG_RENAME "")
set(__component____idf_esp_mm_COMPONENT_LIB "__idf_esp_mm")
set(__component____idf_esp_mm___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_mm_COMPONENT_NAME "esp_mm")
set(__component____idf_esp_mm_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_mm")
set(__component____idf_esp_mm_COMPONENT_ALIAS "idf::esp_mm")
set(__component____idf_esp_mm___PREFIX "idf")
set(__component____idf_esp_mm_KCONFIG "")
set(__component____idf_esp_mm_KCONFIG_PROJBUILD "")
set(__component____idf_esp_mm_SDKCONFIG_RENAME "")
set(__component____idf_esp_netif_COMPONENT_LIB "__idf_esp_netif")
set(__component____idf_esp_netif___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_netif_COMPONENT_NAME "esp_netif")
set(__component____idf_esp_netif_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_netif")
set(__component____idf_esp_netif_COMPONENT_ALIAS "idf::esp_netif")
set(__component____idf_esp_netif___PREFIX "idf")
set(__component____idf_esp_netif_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_netif/Kconfig")
set(__component____idf_esp_netif_KCONFIG_PROJBUILD "")
set(__component____idf_esp_netif_SDKCONFIG_RENAME "")
set(__component____idf_esp_netif_stack_COMPONENT_LIB "__idf_esp_netif_stack")
set(__component____idf_esp_netif_stack___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_netif_stack_COMPONENT_NAME "esp_netif_stack")
set(__component____idf_esp_netif_stack_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_netif_stack")
set(__component____idf_esp_netif_stack_COMPONENT_ALIAS "idf::esp_netif_stack")
set(__component____idf_esp_netif_stack___PREFIX "idf")
set(__component____idf_esp_netif_stack_KCONFIG "")
set(__component____idf_esp_netif_stack_KCONFIG_PROJBUILD "")
set(__component____idf_esp_netif_stack_SDKCONFIG_RENAME "")
set(__component____idf_esp_partition_COMPONENT_LIB "__idf_esp_partition")
set(__component____idf_esp_partition___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_partition_COMPONENT_NAME "esp_partition")
set(__component____idf_esp_partition_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_partition")
set(__component____idf_esp_partition_COMPONENT_ALIAS "idf::esp_partition")
set(__component____idf_esp_partition___PREFIX "idf")
set(__component____idf_esp_partition_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_partition/Kconfig")
set(__component____idf_esp_partition_KCONFIG_PROJBUILD "")
set(__component____idf_esp_partition_SDKCONFIG_RENAME "")
set(__component____idf_esp_phy_COMPONENT_LIB "__idf_esp_phy")
set(__component____idf_esp_phy___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_phy_COMPONENT_NAME "esp_phy")
set(__component____idf_esp_phy_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_phy")
set(__component____idf_esp_phy_COMPONENT_ALIAS "idf::esp_phy")
set(__component____idf_esp_phy___PREFIX "idf")
set(__component____idf_esp_phy_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_phy/Kconfig")
set(__component____idf_esp_phy_KCONFIG_PROJBUILD "")
set(__component____idf_esp_phy_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_phy/sdkconfig.rename")
set(__component____idf_esp_pm_COMPONENT_LIB "__idf_esp_pm")
set(__component____idf_esp_pm___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_pm_COMPONENT_NAME "esp_pm")
set(__component____idf_esp_pm_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_pm")
set(__component____idf_esp_pm_COMPONENT_ALIAS "idf::esp_pm")
set(__component____idf_esp_pm___PREFIX "idf")
set(__component____idf_esp_pm_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_pm/Kconfig")
set(__component____idf_esp_pm_KCONFIG_PROJBUILD "")
set(__component____idf_esp_pm_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_pm/sdkconfig.rename")
set(__component____idf_esp_psram_COMPONENT_LIB "__idf_esp_psram")
set(__component____idf_esp_psram___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_psram_COMPONENT_NAME "esp_psram")
set(__component____idf_esp_psram_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_psram")
set(__component____idf_esp_psram_COMPONENT_ALIAS "idf::esp_psram")
set(__component____idf_esp_psram___PREFIX "idf")
set(__component____idf_esp_psram_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_psram/Kconfig")
set(__component____idf_esp_psram_KCONFIG_PROJBUILD "")
set(__component____idf_esp_psram_SDKCONFIG_RENAME "")
set(__component____idf_esp_ringbuf_COMPONENT_LIB "__idf_esp_ringbuf")
set(__component____idf_esp_ringbuf___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_ringbuf_COMPONENT_NAME "esp_ringbuf")
set(__component____idf_esp_ringbuf_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_ringbuf")
set(__component____idf_esp_ringbuf_COMPONENT_ALIAS "idf::esp_ringbuf")
set(__component____idf_esp_ringbuf___PREFIX "idf")
set(__component____idf_esp_ringbuf_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_ringbuf/Kconfig")
set(__component____idf_esp_ringbuf_KCONFIG_PROJBUILD "")
set(__component____idf_esp_ringbuf_SDKCONFIG_RENAME "")
set(__component____idf_esp_rom_COMPONENT_LIB "__idf_esp_rom")
set(__component____idf_esp_rom___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_rom_COMPONENT_NAME "esp_rom")
set(__component____idf_esp_rom_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_rom")
set(__component____idf_esp_rom_COMPONENT_ALIAS "idf::esp_rom")
set(__component____idf_esp_rom___PREFIX "idf")
set(__component____idf_esp_rom_KCONFIG "")
set(__component____idf_esp_rom_KCONFIG_PROJBUILD "/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild")
set(__component____idf_esp_rom_SDKCONFIG_RENAME "")
set(__component____idf_esp_system_COMPONENT_LIB "__idf_esp_system")
set(__component____idf_esp_system___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_system_COMPONENT_NAME "esp_system")
set(__component____idf_esp_system_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_system")
set(__component____idf_esp_system_COMPONENT_ALIAS "idf::esp_system")
set(__component____idf_esp_system___PREFIX "idf")
set(__component____idf_esp_system_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_system/Kconfig")
set(__component____idf_esp_system_KCONFIG_PROJBUILD "")
set(__component____idf_esp_system_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_system/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_system/sdkconfig.rename.esp32c3")
set(__component____idf_esp_timer_COMPONENT_LIB "__idf_esp_timer")
set(__component____idf_esp_timer___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_timer_COMPONENT_NAME "esp_timer")
set(__component____idf_esp_timer_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_timer")
set(__component____idf_esp_timer_COMPONENT_ALIAS "idf::esp_timer")
set(__component____idf_esp_timer___PREFIX "idf")
set(__component____idf_esp_timer_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_timer/Kconfig")
set(__component____idf_esp_timer_KCONFIG_PROJBUILD "")
set(__component____idf_esp_timer_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_timer/sdkconfig.rename")
set(__component____idf_esp_wifi_COMPONENT_LIB "__idf_esp_wifi")
set(__component____idf_esp_wifi___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esp_wifi_COMPONENT_NAME "esp_wifi")
set(__component____idf_esp_wifi_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esp_wifi")
set(__component____idf_esp_wifi_COMPONENT_ALIAS "idf::esp_wifi")
set(__component____idf_esp_wifi___PREFIX "idf")
set(__component____idf_esp_wifi_KCONFIG "/home/abobkov/esp/esp-idf/components/esp_wifi/Kconfig")
set(__component____idf_esp_wifi_KCONFIG_PROJBUILD "")
set(__component____idf_esp_wifi_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esp_wifi/sdkconfig.rename")
set(__component____idf_espcoredump_COMPONENT_LIB "__idf_espcoredump")
set(__component____idf_espcoredump___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_espcoredump_COMPONENT_NAME "espcoredump")
set(__component____idf_espcoredump_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/espcoredump")
set(__component____idf_espcoredump_COMPONENT_ALIAS "idf::espcoredump")
set(__component____idf_espcoredump___PREFIX "idf")
set(__component____idf_espcoredump_KCONFIG "/home/abobkov/esp/esp-idf/components/espcoredump/Kconfig")
set(__component____idf_espcoredump_KCONFIG_PROJBUILD "")
set(__component____idf_espcoredump_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/espcoredump/sdkconfig.rename")
set(__component____idf_esptool_py_COMPONENT_LIB "__idf_esptool_py")
set(__component____idf_esptool_py___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_esptool_py_COMPONENT_NAME "esptool_py")
set(__component____idf_esptool_py_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/esptool_py")
set(__component____idf_esptool_py_COMPONENT_ALIAS "idf::esptool_py")
set(__component____idf_esptool_py___PREFIX "idf")
set(__component____idf_esptool_py_KCONFIG "")
set(__component____idf_esptool_py_KCONFIG_PROJBUILD "/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild")
set(__component____idf_esptool_py_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/esptool_py/sdkconfig.rename")
set(__component____idf_fatfs_COMPONENT_LIB "__idf_fatfs")
set(__component____idf_fatfs___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_fatfs_COMPONENT_NAME "fatfs")
set(__component____idf_fatfs_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/fatfs")
set(__component____idf_fatfs_COMPONENT_ALIAS "idf::fatfs")
set(__component____idf_fatfs___PREFIX "idf")
set(__component____idf_fatfs_KCONFIG "/home/abobkov/esp/esp-idf/components/fatfs/Kconfig")
set(__component____idf_fatfs_KCONFIG_PROJBUILD "")
set(__component____idf_fatfs_SDKCONFIG_RENAME "")
set(__component____idf_freertos_COMPONENT_LIB "__idf_freertos")
set(__component____idf_freertos___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_freertos_COMPONENT_NAME "freertos")
set(__component____idf_freertos_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/freertos")
set(__component____idf_freertos_COMPONENT_ALIAS "idf::freertos")
set(__component____idf_freertos___PREFIX "idf")
set(__component____idf_freertos_KCONFIG "/home/abobkov/esp/esp-idf/components/freertos/Kconfig")
set(__component____idf_freertos_KCONFIG_PROJBUILD "")
set(__component____idf_freertos_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/freertos/sdkconfig.rename")
set(__component____idf_hal_COMPONENT_LIB "__idf_hal")
set(__component____idf_hal___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_hal_COMPONENT_NAME "hal")
set(__component____idf_hal_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/hal")
set(__component____idf_hal_COMPONENT_ALIAS "idf::hal")
set(__component____idf_hal___PREFIX "idf")
set(__component____idf_hal_KCONFIG "/home/abobkov/esp/esp-idf/components/hal/Kconfig")
set(__component____idf_hal_KCONFIG_PROJBUILD "")
set(__component____idf_hal_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/hal/sdkconfig.rename")
set(__component____idf_heap_COMPONENT_LIB "__idf_heap")
set(__component____idf_heap___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_heap_COMPONENT_NAME "heap")
set(__component____idf_heap_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/heap")
set(__component____idf_heap_COMPONENT_ALIAS "idf::heap")
set(__component____idf_heap___PREFIX "idf")
set(__component____idf_heap_KCONFIG "/home/abobkov/esp/esp-idf/components/heap/Kconfig")
set(__component____idf_heap_KCONFIG_PROJBUILD "")
set(__component____idf_heap_SDKCONFIG_RENAME "")
set(__component____idf_http_parser_COMPONENT_LIB "__idf_http_parser")
set(__component____idf_http_parser___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_http_parser_COMPONENT_NAME "http_parser")
set(__component____idf_http_parser_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/http_parser")
set(__component____idf_http_parser_COMPONENT_ALIAS "idf::http_parser")
set(__component____idf_http_parser___PREFIX "idf")
set(__component____idf_http_parser_KCONFIG "")
set(__component____idf_http_parser_KCONFIG_PROJBUILD "")
set(__component____idf_http_parser_SDKCONFIG_RENAME "")
set(__component____idf_idf_test_COMPONENT_LIB "__idf_idf_test")
set(__component____idf_idf_test___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_idf_test_COMPONENT_NAME "idf_test")
set(__component____idf_idf_test_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/idf_test")
set(__component____idf_idf_test_COMPONENT_ALIAS "idf::idf_test")
set(__component____idf_idf_test___PREFIX "idf")
set(__component____idf_idf_test_KCONFIG "")
set(__component____idf_idf_test_KCONFIG_PROJBUILD "")
set(__component____idf_idf_test_SDKCONFIG_RENAME "")
set(__component____idf_ieee802154_COMPONENT_LIB "__idf_ieee802154")
set(__component____idf_ieee802154___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_ieee802154_COMPONENT_NAME "ieee802154")
set(__component____idf_ieee802154_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/ieee802154")
set(__component____idf_ieee802154_COMPONENT_ALIAS "idf::ieee802154")
set(__component____idf_ieee802154___PREFIX "idf")
set(__component____idf_ieee802154_KCONFIG "/home/abobkov/esp/esp-idf/components/ieee802154/Kconfig")
set(__component____idf_ieee802154_KCONFIG_PROJBUILD "")
set(__component____idf_ieee802154_SDKCONFIG_RENAME "")
set(__component____idf_json_COMPONENT_LIB "__idf_json")
set(__component____idf_json___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_json_COMPONENT_NAME "json")
set(__component____idf_json_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/json")
set(__component____idf_json_COMPONENT_ALIAS "idf::json")
set(__component____idf_json___PREFIX "idf")
set(__component____idf_json_KCONFIG "")
set(__component____idf_json_KCONFIG_PROJBUILD "")
set(__component____idf_json_SDKCONFIG_RENAME "")
set(__component____idf_linux_COMPONENT_LIB "__idf_linux")
set(__component____idf_linux___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_linux_COMPONENT_NAME "linux")
set(__component____idf_linux_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/linux")
set(__component____idf_linux_COMPONENT_ALIAS "idf::linux")
set(__component____idf_linux___PREFIX "idf")
set(__component____idf_linux_KCONFIG "")
set(__component____idf_linux_KCONFIG_PROJBUILD "")
set(__component____idf_linux_SDKCONFIG_RENAME "")
set(__component____idf_log_COMPONENT_LIB "__idf_log")
set(__component____idf_log___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_log_COMPONENT_NAME "log")
set(__component____idf_log_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/log")
set(__component____idf_log_COMPONENT_ALIAS "idf::log")
set(__component____idf_log___PREFIX "idf")
set(__component____idf_log_KCONFIG "/home/abobkov/esp/esp-idf/components/log/Kconfig")
set(__component____idf_log_KCONFIG_PROJBUILD "")
set(__component____idf_log_SDKCONFIG_RENAME "")
set(__component____idf_lwip_COMPONENT_LIB "__idf_lwip")
set(__component____idf_lwip___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_lwip_COMPONENT_NAME "lwip")
set(__component____idf_lwip_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/lwip")
set(__component____idf_lwip_COMPONENT_ALIAS "idf::lwip")
set(__component____idf_lwip___PREFIX "idf")
set(__component____idf_lwip_KCONFIG "/home/abobkov/esp/esp-idf/components/lwip/Kconfig")
set(__component____idf_lwip_KCONFIG_PROJBUILD "")
set(__component____idf_lwip_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/lwip/sdkconfig.rename")
set(__component____idf_mbedtls_COMPONENT_LIB "__idf_mbedtls")
set(__component____idf_mbedtls___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_mbedtls_COMPONENT_NAME "mbedtls")
set(__component____idf_mbedtls_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/mbedtls")
set(__component____idf_mbedtls_COMPONENT_ALIAS "idf::mbedtls")
set(__component____idf_mbedtls___PREFIX "idf")
set(__component____idf_mbedtls_KCONFIG "/home/abobkov/esp/esp-idf/components/mbedtls/Kconfig")
set(__component____idf_mbedtls_KCONFIG_PROJBUILD "")
set(__component____idf_mbedtls_SDKCONFIG_RENAME "")
set(__component____idf_mqtt_COMPONENT_LIB "__idf_mqtt")
set(__component____idf_mqtt___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_mqtt_COMPONENT_NAME "mqtt")
set(__component____idf_mqtt_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/mqtt")
set(__component____idf_mqtt_COMPONENT_ALIAS "idf::mqtt")
set(__component____idf_mqtt___PREFIX "idf")
set(__component____idf_mqtt_KCONFIG "")
set(__component____idf_mqtt_KCONFIG_PROJBUILD "")
set(__component____idf_mqtt_SDKCONFIG_RENAME "")
set(__component____idf_newlib_COMPONENT_LIB "__idf_newlib")
set(__component____idf_newlib___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_newlib_COMPONENT_NAME "newlib")
set(__component____idf_newlib_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/newlib")
set(__component____idf_newlib_COMPONENT_ALIAS "idf::newlib")
set(__component____idf_newlib___PREFIX "idf")
set(__component____idf_newlib_KCONFIG "/home/abobkov/esp/esp-idf/components/newlib/Kconfig")
set(__component____idf_newlib_KCONFIG_PROJBUILD "")
set(__component____idf_newlib_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/newlib/sdkconfig.rename.esp32c3")
set(__component____idf_nvs_flash_COMPONENT_LIB "__idf_nvs_flash")
set(__component____idf_nvs_flash___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_nvs_flash_COMPONENT_NAME "nvs_flash")
set(__component____idf_nvs_flash_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/nvs_flash")
set(__component____idf_nvs_flash_COMPONENT_ALIAS "idf::nvs_flash")
set(__component____idf_nvs_flash___PREFIX "idf")
set(__component____idf_nvs_flash_KCONFIG "/home/abobkov/esp/esp-idf/components/nvs_flash/Kconfig")
set(__component____idf_nvs_flash_KCONFIG_PROJBUILD "")
set(__component____idf_nvs_flash_SDKCONFIG_RENAME "")
set(__component____idf_nvs_sec_provider_COMPONENT_LIB "__idf_nvs_sec_provider")
set(__component____idf_nvs_sec_provider___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_nvs_sec_provider_COMPONENT_NAME "nvs_sec_provider")
set(__component____idf_nvs_sec_provider_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/nvs_sec_provider")
set(__component____idf_nvs_sec_provider_COMPONENT_ALIAS "idf::nvs_sec_provider")
set(__component____idf_nvs_sec_provider___PREFIX "idf")
set(__component____idf_nvs_sec_provider_KCONFIG "/home/abobkov/esp/esp-idf/components/nvs_sec_provider/Kconfig")
set(__component____idf_nvs_sec_provider_KCONFIG_PROJBUILD "")
set(__component____idf_nvs_sec_provider_SDKCONFIG_RENAME "")
set(__component____idf_openthread_COMPONENT_LIB "__idf_openthread")
set(__component____idf_openthread___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_openthread_COMPONENT_NAME "openthread")
set(__component____idf_openthread_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/openthread")
set(__component____idf_openthread_COMPONENT_ALIAS "idf::openthread")
set(__component____idf_openthread___PREFIX "idf")
set(__component____idf_openthread_KCONFIG "/home/abobkov/esp/esp-idf/components/openthread/Kconfig")
set(__component____idf_openthread_KCONFIG_PROJBUILD "")
set(__component____idf_openthread_SDKCONFIG_RENAME "")
set(__component____idf_partition_table_COMPONENT_LIB "__idf_partition_table")
set(__component____idf_partition_table___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_partition_table_COMPONENT_NAME "partition_table")
set(__component____idf_partition_table_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/partition_table")
set(__component____idf_partition_table_COMPONENT_ALIAS "idf::partition_table")
set(__component____idf_partition_table___PREFIX "idf")
set(__component____idf_partition_table_KCONFIG "")
set(__component____idf_partition_table_KCONFIG_PROJBUILD "/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild")
set(__component____idf_partition_table_SDKCONFIG_RENAME "")
set(__component____idf_perfmon_COMPONENT_LIB "__idf_perfmon")
set(__component____idf_perfmon___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_perfmon_COMPONENT_NAME "perfmon")
set(__component____idf_perfmon_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/perfmon")
set(__component____idf_perfmon_COMPONENT_ALIAS "idf::perfmon")
set(__component____idf_perfmon___PREFIX "idf")
set(__component____idf_perfmon_KCONFIG "")
set(__component____idf_perfmon_KCONFIG_PROJBUILD "")
set(__component____idf_perfmon_SDKCONFIG_RENAME "")
set(__component____idf_protobuf-c_COMPONENT_LIB "__idf_protobuf-c")
set(__component____idf_protobuf-c___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_protobuf-c_COMPONENT_NAME "protobuf-c")
set(__component____idf_protobuf-c_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/protobuf-c")
set(__component____idf_protobuf-c_COMPONENT_ALIAS "idf::protobuf-c")
set(__component____idf_protobuf-c___PREFIX "idf")
set(__component____idf_protobuf-c_KCONFIG "")
set(__component____idf_protobuf-c_KCONFIG_PROJBUILD "")
set(__component____idf_protobuf-c_SDKCONFIG_RENAME "")
set(__component____idf_protocomm_COMPONENT_LIB "__idf_protocomm")
set(__component____idf_protocomm___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_protocomm_COMPONENT_NAME "protocomm")
set(__component____idf_protocomm_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/protocomm")
set(__component____idf_protocomm_COMPONENT_ALIAS "idf::protocomm")
set(__component____idf_protocomm___PREFIX "idf")
set(__component____idf_protocomm_KCONFIG "/home/abobkov/esp/esp-idf/components/protocomm/Kconfig")
set(__component____idf_protocomm_KCONFIG_PROJBUILD "")
set(__component____idf_protocomm_SDKCONFIG_RENAME "")
set(__component____idf_pthread_COMPONENT_LIB "__idf_pthread")
set(__component____idf_pthread___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_pthread_COMPONENT_NAME "pthread")
set(__component____idf_pthread_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/pthread")
set(__component____idf_pthread_COMPONENT_ALIAS "idf::pthread")
set(__component____idf_pthread___PREFIX "idf")
set(__component____idf_pthread_KCONFIG "/home/abobkov/esp/esp-idf/components/pthread/Kconfig")
set(__component____idf_pthread_KCONFIG_PROJBUILD "")
set(__component____idf_pthread_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/pthread/sdkconfig.rename")
set(__component____idf_riscv_COMPONENT_LIB "__idf_riscv")
set(__component____idf_riscv___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_riscv_COMPONENT_NAME "riscv")
set(__component____idf_riscv_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/riscv")
set(__component____idf_riscv_COMPONENT_ALIAS "idf::riscv")
set(__component____idf_riscv___PREFIX "idf")
set(__component____idf_riscv_KCONFIG "")
set(__component____idf_riscv_KCONFIG_PROJBUILD "")
set(__component____idf_riscv_SDKCONFIG_RENAME "")
set(__component____idf_sdmmc_COMPONENT_LIB "__idf_sdmmc")
set(__component____idf_sdmmc___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_sdmmc_COMPONENT_NAME "sdmmc")
set(__component____idf_sdmmc_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/sdmmc")
set(__component____idf_sdmmc_COMPONENT_ALIAS "idf::sdmmc")
set(__component____idf_sdmmc___PREFIX "idf")
set(__component____idf_sdmmc_KCONFIG "")
set(__component____idf_sdmmc_KCONFIG_PROJBUILD "")
set(__component____idf_sdmmc_SDKCONFIG_RENAME "")
set(__component____idf_soc_COMPONENT_LIB "__idf_soc")
set(__component____idf_soc___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_soc_COMPONENT_NAME "soc")
set(__component____idf_soc_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/soc")
set(__component____idf_soc_COMPONENT_ALIAS "idf::soc")
set(__component____idf_soc___PREFIX "idf")
set(__component____idf_soc_KCONFIG "/home/abobkov/esp/esp-idf/components/soc/Kconfig")
set(__component____idf_soc_KCONFIG_PROJBUILD "")
set(__component____idf_soc_SDKCONFIG_RENAME "")
set(__component____idf_spi_flash_COMPONENT_LIB "__idf_spi_flash")
set(__component____idf_spi_flash___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_spi_flash_COMPONENT_NAME "spi_flash")
set(__component____idf_spi_flash_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/spi_flash")
set(__component____idf_spi_flash_COMPONENT_ALIAS "idf::spi_flash")
set(__component____idf_spi_flash___PREFIX "idf")
set(__component____idf_spi_flash_KCONFIG "/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig")
set(__component____idf_spi_flash_KCONFIG_PROJBUILD "")
set(__component____idf_spi_flash_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/spi_flash/sdkconfig.rename")
set(__component____idf_spiffs_COMPONENT_LIB "__idf_spiffs")
set(__component____idf_spiffs___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_spiffs_COMPONENT_NAME "spiffs")
set(__component____idf_spiffs_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/spiffs")
set(__component____idf_spiffs_COMPONENT_ALIAS "idf::spiffs")
set(__component____idf_spiffs___PREFIX "idf")
set(__component____idf_spiffs_KCONFIG "/home/abobkov/esp/esp-idf/components/spiffs/Kconfig")
set(__component____idf_spiffs_KCONFIG_PROJBUILD "")
set(__component____idf_spiffs_SDKCONFIG_RENAME "")
set(__component____idf_tcp_transport_COMPONENT_LIB "__idf_tcp_transport")
set(__component____idf_tcp_transport___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_tcp_transport_COMPONENT_NAME "tcp_transport")
set(__component____idf_tcp_transport_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/tcp_transport")
set(__component____idf_tcp_transport_COMPONENT_ALIAS "idf::tcp_transport")
set(__component____idf_tcp_transport___PREFIX "idf")
set(__component____idf_tcp_transport_KCONFIG "/home/abobkov/esp/esp-idf/components/tcp_transport/Kconfig")
set(__component____idf_tcp_transport_KCONFIG_PROJBUILD "")
set(__component____idf_tcp_transport_SDKCONFIG_RENAME "")
set(__component____idf_touch_element_COMPONENT_LIB "__idf_touch_element")
set(__component____idf_touch_element___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_touch_element_COMPONENT_NAME "touch_element")
set(__component____idf_touch_element_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/touch_element")
set(__component____idf_touch_element_COMPONENT_ALIAS "idf::touch_element")
set(__component____idf_touch_element___PREFIX "idf")
set(__component____idf_touch_element_KCONFIG "")
set(__component____idf_touch_element_KCONFIG_PROJBUILD "")
set(__component____idf_touch_element_SDKCONFIG_RENAME "")
set(__component____idf_ulp_COMPONENT_LIB "__idf_ulp")
set(__component____idf_ulp___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_ulp_COMPONENT_NAME "ulp")
set(__component____idf_ulp_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/ulp")
set(__component____idf_ulp_COMPONENT_ALIAS "idf::ulp")
set(__component____idf_ulp___PREFIX "idf")
set(__component____idf_ulp_KCONFIG "/home/abobkov/esp/esp-idf/components/ulp/Kconfig")
set(__component____idf_ulp_KCONFIG_PROJBUILD "")
set(__component____idf_ulp_SDKCONFIG_RENAME "")
set(__component____idf_unity_COMPONENT_LIB "__idf_unity")
set(__component____idf_unity___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_unity_COMPONENT_NAME "unity")
set(__component____idf_unity_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/unity")
set(__component____idf_unity_COMPONENT_ALIAS "idf::unity")
set(__component____idf_unity___PREFIX "idf")
set(__component____idf_unity_KCONFIG "/home/abobkov/esp/esp-idf/components/unity/Kconfig")
set(__component____idf_unity_KCONFIG_PROJBUILD "")
set(__component____idf_unity_SDKCONFIG_RENAME "")
set(__component____idf_usb_COMPONENT_LIB "__idf_usb")
set(__component____idf_usb___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_usb_COMPONENT_NAME "usb")
set(__component____idf_usb_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/usb")
set(__component____idf_usb_COMPONENT_ALIAS "idf::usb")
set(__component____idf_usb___PREFIX "idf")
set(__component____idf_usb_KCONFIG "/home/abobkov/esp/esp-idf/components/usb/Kconfig")
set(__component____idf_usb_KCONFIG_PROJBUILD "")
set(__component____idf_usb_SDKCONFIG_RENAME "")
set(__component____idf_vfs_COMPONENT_LIB "__idf_vfs")
set(__component____idf_vfs___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_vfs_COMPONENT_NAME "vfs")
set(__component____idf_vfs_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/vfs")
set(__component____idf_vfs_COMPONENT_ALIAS "idf::vfs")
set(__component____idf_vfs___PREFIX "idf")
set(__component____idf_vfs_KCONFIG "/home/abobkov/esp/esp-idf/components/vfs/Kconfig")
set(__component____idf_vfs_KCONFIG_PROJBUILD "")
set(__component____idf_vfs_SDKCONFIG_RENAME "/home/abobkov/esp/esp-idf/components/vfs/sdkconfig.rename")
set(__component____idf_wear_levelling_COMPONENT_LIB "__idf_wear_levelling")
set(__component____idf_wear_levelling___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_wear_levelling_COMPONENT_NAME "wear_levelling")
set(__component____idf_wear_levelling_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/wear_levelling")
set(__component____idf_wear_levelling_COMPONENT_ALIAS "idf::wear_levelling")
set(__component____idf_wear_levelling___PREFIX "idf")
set(__component____idf_wear_levelling_KCONFIG "/home/abobkov/esp/esp-idf/components/wear_levelling/Kconfig")
set(__component____idf_wear_levelling_KCONFIG_PROJBUILD "")
set(__component____idf_wear_levelling_SDKCONFIG_RENAME "")
set(__component____idf_wifi_provisioning_COMPONENT_LIB "__idf_wifi_provisioning")
set(__component____idf_wifi_provisioning___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_wifi_provisioning_COMPONENT_NAME "wifi_provisioning")
set(__component____idf_wifi_provisioning_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/wifi_provisioning")
set(__component____idf_wifi_provisioning_COMPONENT_ALIAS "idf::wifi_provisioning")
set(__component____idf_wifi_provisioning___PREFIX "idf")
set(__component____idf_wifi_provisioning_KCONFIG "/home/abobkov/esp/esp-idf/components/wifi_provisioning/Kconfig")
set(__component____idf_wifi_provisioning_KCONFIG_PROJBUILD "")
set(__component____idf_wifi_provisioning_SDKCONFIG_RENAME "")
set(__component____idf_wpa_supplicant_COMPONENT_LIB "__idf_wpa_supplicant")
set(__component____idf_wpa_supplicant___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_wpa_supplicant_COMPONENT_NAME "wpa_supplicant")
set(__component____idf_wpa_supplicant_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/wpa_supplicant")
set(__component____idf_wpa_supplicant_COMPONENT_ALIAS "idf::wpa_supplicant")
set(__component____idf_wpa_supplicant___PREFIX "idf")
set(__component____idf_wpa_supplicant_KCONFIG "")
set(__component____idf_wpa_supplicant_KCONFIG_PROJBUILD "")
set(__component____idf_wpa_supplicant_SDKCONFIG_RENAME "")
set(__component____idf_xtensa_COMPONENT_LIB "__idf_xtensa")
set(__component____idf_xtensa___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_xtensa_COMPONENT_NAME "xtensa")
set(__component____idf_xtensa_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/xtensa")
set(__component____idf_xtensa_COMPONENT_ALIAS "idf::xtensa")
set(__component____idf_xtensa___PREFIX "idf")
set(__component____idf_xtensa_KCONFIG "")
set(__component____idf_xtensa_KCONFIG_PROJBUILD "")
set(__component____idf_xtensa_SDKCONFIG_RENAME "")
set(__component____idf_main_COMPONENT_LIB "__idf_main")
set(__component____idf_main___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_main_COMPONENT_NAME "main")
set(__component____idf_main_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/bootloader/subproject/main")
set(__component____idf_main_COMPONENT_ALIAS "idf::main")
set(__component____idf_main___PREFIX "idf")
set(__component____idf_main_KCONFIG "")
set(__component____idf_main_KCONFIG_PROJBUILD "")
set(__component____idf_main_SDKCONFIG_RENAME "")
set(__component____idf_micro-ecc_COMPONENT_LIB "__idf_micro-ecc")
set(__component____idf_micro-ecc___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
set(__component____idf_micro-ecc_COMPONENT_NAME "micro-ecc")
set(__component____idf_micro-ecc_COMPONENT_DIR "/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc")
set(__component____idf_micro-ecc_COMPONENT_ALIAS "idf::micro-ecc")
set(__component____idf_micro-ecc___PREFIX "idf")
set(__component____idf_micro-ecc_KCONFIG "")
set(__component____idf_micro-ecc_KCONFIG_PROJBUILD "")
set(__component____idf_micro-ecc_SDKCONFIG_RENAME "")

View File

@@ -0,0 +1,322 @@
__component_set_property(___idf_app_trace REQUIRES "esp_timer")
__component_set_property(___idf_app_trace PRIV_REQUIRES "soc;driver")
__component_set_property(___idf_app_trace __COMPONENT_REGISTERED 1)
__component_set_property(___idf_app_trace INCLUDE_DIRS "include")
__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_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_support REQUIRES "soc")
__component_set_property(___idf_bootloader_support PRIV_REQUIRES "micro-ecc;spi_flash;efuse;esp_bootloader_format;esp_app_format;hal")
__component_set_property(___idf_bootloader_support __COMPONENT_REGISTERED 1)
__component_set_property(___idf_bootloader_support INCLUDE_DIRS "include;bootloader_flash/include;private_include")
__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;driver;vfs")
__component_set_property(___idf_bt __COMPONENT_REGISTERED 1)
__component_set_property(___idf_bt INCLUDE_DIRS "")
__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_console REQUIRES "vfs")
__component_set_property(___idf_console PRIV_REQUIRES "driver")
__component_set_property(___idf_console __COMPONENT_REGISTERED 1)
__component_set_property(___idf_console INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader")
__component_set_property(___idf_cxx REQUIRES "")
__component_set_property(___idf_cxx PRIV_REQUIRES "pthread")
__component_set_property(___idf_cxx __COMPONENT_REGISTERED 1)
__component_set_property(___idf_cxx INCLUDE_DIRS "")
__component_set_property(___idf_driver REQUIRES "")
__component_set_property(___idf_driver PRIV_REQUIRES "")
__component_set_property(___idf_driver __COMPONENT_REGISTERED 1)
__component_set_property(___idf_driver INCLUDE_DIRS "")
__component_set_property(___idf_efuse REQUIRES "")
__component_set_property(___idf_efuse PRIV_REQUIRES "bootloader_support;soc;spi_flash")
__component_set_property(___idf_efuse __COMPONENT_REGISTERED 1)
__component_set_property(___idf_efuse INCLUDE_DIRS "include;esp32c3/include")
__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/ESP-IDF_Robot/build/bootloader;esp-tls-crypto")
__component_set_property(___idf_esp_adc REQUIRES "")
__component_set_property(___idf_esp_adc PRIV_REQUIRES "driver;efuse")
__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_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_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_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_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_eth REQUIRES "esp_event")
__component_set_property(___idf_esp_eth PRIV_REQUIRES "driver;log;esp_timer")
__component_set_property(___idf_esp_eth __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_eth INCLUDE_DIRS "")
__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_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_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_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_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_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_server REQUIRES "esp_http_server;esp-tls")
__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 "")
__component_set_property(___idf_esp_hw_support REQUIRES "soc")
__component_set_property(___idf_esp_hw_support PRIV_REQUIRES "efuse;spi_flash;bootloader_support;esp_system")
__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")
__component_set_property(___idf_esp_lcd REQUIRES "driver")
__component_set_property(___idf_esp_lcd PRIV_REQUIRES "esp_mm;esp_psram")
__component_set_property(___idf_esp_lcd __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_lcd INCLUDE_DIRS "include;interface")
__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_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_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_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_partition REQUIRES "")
__component_set_property(___idf_esp_partition PRIV_REQUIRES "esp_system;bootloader_support;spi_flash;app_update;partition_table")
__component_set_property(___idf_esp_partition __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_partition INCLUDE_DIRS "include")
__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_pm REQUIRES "")
__component_set_property(___idf_esp_pm PRIV_REQUIRES "esp_system;driver;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_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_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_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;include/esp32c3;esp32c3")
__component_set_property(___idf_esp_system REQUIRES "spi_flash")
__component_set_property(___idf_esp_system PRIV_REQUIRES "")
__component_set_property(___idf_esp_system __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_system INCLUDE_DIRS "")
__component_set_property(___idf_esp_timer REQUIRES "esp_common")
__component_set_property(___idf_esp_timer PRIV_REQUIRES "soc;driver")
__component_set_property(___idf_esp_timer __COMPONENT_REGISTERED 1)
__component_set_property(___idf_esp_timer INCLUDE_DIRS "include")
__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;wifi_apps/include")
__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;driver")
__component_set_property(___idf_espcoredump __COMPONENT_REGISTERED 1)
__component_set_property(___idf_espcoredump INCLUDE_DIRS "include")
__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_fatfs REQUIRES "wear_levelling;sdmmc")
__component_set_property(___idf_fatfs PRIV_REQUIRES "vfs")
__component_set_property(___idf_fatfs __COMPONENT_REGISTERED 1)
__component_set_property(___idf_fatfs INCLUDE_DIRS "diskio;src;vfs")
__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 "")
__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_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")
__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_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_ieee802154 REQUIRES "")
__component_set_property(___idf_ieee802154 PRIV_REQUIRES "esp_phy;driver;esp_timer;esp_coex;soc;hal")
__component_set_property(___idf_ieee802154 __COMPONENT_REGISTERED 1)
__component_set_property(___idf_ieee802154 INCLUDE_DIRS "include")
__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_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_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_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_mbedtls REQUIRES "")
__component_set_property(___idf_mbedtls PRIV_REQUIRES "soc;esp_hw_support")
__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_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/esp-idf/components/mqtt/esp-mqtt/include")
__component_set_property(___idf_mqtt KCONFIG "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig")
__component_set_property(___idf_newlib REQUIRES "")
__component_set_property(___idf_newlib PRIV_REQUIRES "")
__component_set_property(___idf_newlib __COMPONENT_REGISTERED 1)
__component_set_property(___idf_newlib INCLUDE_DIRS "platform_include")
__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;../spi_flash/include")
__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_openthread REQUIRES "esp_netif;lwip;driver")
__component_set_property(___idf_openthread PRIV_REQUIRES "console;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_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_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_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_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_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_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_sdmmc REQUIRES "driver")
__component_set_property(___idf_sdmmc PRIV_REQUIRES "soc;esp_timer")
__component_set_property(___idf_sdmmc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_sdmmc INCLUDE_DIRS "include")
__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_spi_flash REQUIRES "hal")
__component_set_property(___idf_spi_flash PRIV_REQUIRES "bootloader_support;soc")
__component_set_property(___idf_spi_flash __COMPONENT_REGISTERED 1)
__component_set_property(___idf_spi_flash INCLUDE_DIRS "include")
__component_set_property(___idf_spiffs REQUIRES "esp_partition")
__component_set_property(___idf_spiffs PRIV_REQUIRES "bootloader_support;esptool_py;vfs;spi_flash")
__component_set_property(___idf_spiffs __COMPONENT_REGISTERED 1)
__component_set_property(___idf_spiffs INCLUDE_DIRS "include")
__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_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_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_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_usb REQUIRES "")
__component_set_property(___idf_usb PRIV_REQUIRES "driver")
__component_set_property(___idf_usb __COMPONENT_REGISTERED 1)
__component_set_property(___idf_usb INCLUDE_DIRS "")
__component_set_property(___idf_vfs REQUIRES "")
__component_set_property(___idf_vfs PRIV_REQUIRES "driver;esp_timer")
__component_set_property(___idf_vfs __COMPONENT_REGISTERED 1)
__component_set_property(___idf_vfs INCLUDE_DIRS "include")
__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_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_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_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_main REQUIRES "bootloader;bootloader_support")
__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_micro-ecc REQUIRES "")
__component_set_property(___idf_micro-ecc PRIV_REQUIRES "")
__component_set_property(___idf_micro-ecc __COMPONENT_REGISTERED 1)
__component_set_property(___idf_micro-ecc INCLUDE_DIRS ".;micro-ecc")

View File

@@ -3620,7 +3620,7 @@ build esp-idf/esp_bootloader_format/install/strip: phony esp-idf/esp_bootloader_
build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_bootloader_support
build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ /home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"ESP-IDF_Robot\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-202-gd83\"
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"ESP-IDF_Robot\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-213-ga5d\"
DEP_FILE = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj.d
FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration
INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys

View File

@@ -1195,7 +1195,7 @@
},
{
"directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build",
"command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.2.3\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"ESP-IDF_Robot\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-202-gd83\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c",
"command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.2.3\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"ESP-IDF_Robot\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-213-ga5d\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c",
"file": "/home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c",
"output": "esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj"
},

View File

@@ -5391,9 +5391,9 @@
],
"depends_on": null,
"help": "Select the motor control method. ON-OFF or PWM.",
"id": "eet-robot-configuration-on-off",
"id": "eet-robot-configuration-motor-rotation-control-method-",
"name": "MOTOR_CONTROL",
"title": "ON-OFF",
"title": "Motor rotation control method.",
"type": "choice"
}
],

View File

@@ -384,7 +384,7 @@ set(CONFIG_ENV_GPIO_IN_RANGE_MAX "19")
set(CONFIG_ENV_GPIO_OUT_RANGE_MAX "19")
set(CONFIG_BLINK_LED_GPIO "y")
set(CONFIG_BLINK_LED_STRIP "")
set(CONFIG_BLINK_GPIO "10")
set(CONFIG_BLINK_GPIO "14")
set(CONFIG_BLINK_PERIOD "100")
set(CONFIG_BUTTON_GPIO "3")
set(CONFIG_MOTOR_FRONT_LEFT_GPIO "0")

View File

@@ -335,7 +335,7 @@
#define CONFIG_ENV_GPIO_IN_RANGE_MAX 19
#define CONFIG_ENV_GPIO_OUT_RANGE_MAX 19
#define CONFIG_BLINK_LED_GPIO 1
#define CONFIG_BLINK_GPIO 10
#define CONFIG_BLINK_GPIO 14
#define CONFIG_BLINK_PERIOD 100
#define CONFIG_BUTTON_GPIO 3
#define CONFIG_MOTOR_FRONT_LEFT_GPIO 0

View File

@@ -24,7 +24,7 @@
"APP_PROJECT_VER_FROM_CONFIG": false,
"APP_REPRODUCIBLE_BUILD": false,
"APP_RETRIEVE_LEN_ELF_SHA": 9,
"BLINK_GPIO": 10,
"BLINK_GPIO": 14,
"BLINK_LED_GPIO": true,
"BLINK_LED_STRIP": false,
"BLINK_PERIOD": 100,

View File

@@ -1,7 +1,7 @@
{
"version": "1.1",
"project_name": "ESP-IDF_Robot",
"project_version": "ESP32-Node_Switch-v2.7-202-gd8394076-dirty",
"project_version": "ESP32-Node_Switch-v2.7-213-ga5d866c0-dirty",
"project_path": "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot",
"idf_path": "/home/abobkov/esp/esp-idf",
"build_dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build",

View File

@@ -269,7 +269,7 @@ CONFIG_IDF_TOOLCHAIN="gcc"
CONFIG_IDF_TARGET_ARCH_RISCV=y
CONFIG_IDF_TARGET_ARCH="riscv"
CONFIG_IDF_TARGET="esp32c3"
CONFIG_IDF_INIT_VERSION="$IDF_INIT_VERSION"
CONFIG_IDF_INIT_VERSION="5.2.3"
CONFIG_IDF_TARGET_ESP32C3=y
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005