mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:50:53 +00:00
ESP32-Console
This commit is contained in:
@@ -535,3 +535,69 @@ events:
|
|||||||
implicit fwks: []
|
implicit fwks: []
|
||||||
|
|
||||||
|
|
||||||
|
-
|
||||||
|
kind: "try_compile-v1"
|
||||||
|
backtrace:
|
||||||
|
- "/usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/FindThreads.cmake:163 (_threads_check_libc)"
|
||||||
|
- "/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)"
|
||||||
|
checks:
|
||||||
|
- "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
|
||||||
|
directories:
|
||||||
|
source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-yA9det"
|
||||||
|
binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-yA9det"
|
||||||
|
cmakeVariables:
|
||||||
|
CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei "
|
||||||
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
|
CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs "
|
||||||
|
CMAKE_MODULE_PATH: "/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake;/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake/third_party"
|
||||||
|
buildResult:
|
||||||
|
variable: "CMAKE_HAVE_LIBC_PTHREAD"
|
||||||
|
cached: true
|
||||||
|
stdout: |
|
||||||
|
Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-yA9det'
|
||||||
|
|
||||||
|
Run Build Command(s): /usr/bin/ninja -v cmTC_dbfa1
|
||||||
|
[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCMAKE_HAVE_LIBC_PTHREAD -march=rv32imc_zicsr_zifencei -o CMakeFiles/cmTC_dbfa1.dir/src.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-yA9det/src.c
|
||||||
|
[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_dbfa1.dir/src.c.obj -o cmTC_dbfa1 && :
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: CMakeFiles/cmTC_dbfa1.dir/src.c.obj: in function `main':
|
||||||
|
src.c:(.text+0x6a): warning: pthread_atfork is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x4c): warning: pthread_cancel is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x30): warning: pthread_create is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x3e): warning: pthread_detach is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x74): warning: pthread_exit is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x5c): warning: pthread_join is not implemented and will always fail
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010074
|
||||||
|
|
||||||
|
exitCode: 0
|
||||||
|
-
|
||||||
|
kind: "try_compile-v1"
|
||||||
|
backtrace:
|
||||||
|
- "/usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
|
||||||
|
- "/usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)"
|
||||||
|
- "/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:219 (CHECK_C_COMPILER_FLAG)"
|
||||||
|
checks:
|
||||||
|
- "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS"
|
||||||
|
directories:
|
||||||
|
source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-YpXuop"
|
||||||
|
binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-YpXuop"
|
||||||
|
cmakeVariables:
|
||||||
|
CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow"
|
||||||
|
CMAKE_C_FLAGS_DEBUG: "-g"
|
||||||
|
CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs "
|
||||||
|
CMAKE_MODULE_PATH: "/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake;/home/abobkov/esp/v5.3.2/esp-idf/tools/cmake/third_party"
|
||||||
|
buildResult:
|
||||||
|
variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS"
|
||||||
|
cached: true
|
||||||
|
stdout: |
|
||||||
|
Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-YpXuop'
|
||||||
|
|
||||||
|
Run Build Command(s): /usr/bin/ninja -v cmTC_d0580
|
||||||
|
[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_d0580.dir/src.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/CMakeScratch/TryCompile-YpXuop/src.c
|
||||||
|
[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_d0580.dir/src.c.obj -o cmTC_d0580 && :
|
||||||
|
/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010074
|
||||||
|
|
||||||
|
exitCode: 0
|
||||||
|
@@ -0,0 +1,6 @@
|
|||||||
|
# This is a generated file and its contents are an internal implementation detail.
|
||||||
|
# The update step will be re-executed if anything in this file changes.
|
||||||
|
# No other meaning or use of this file is supported.
|
||||||
|
|
||||||
|
command=
|
||||||
|
work_dir=
|
@@ -0,0 +1,9 @@
|
|||||||
|
# This is a generated file and its contents are an internal implementation detail.
|
||||||
|
# The download step will be re-executed if anything in this file changes.
|
||||||
|
# No other meaning or use of this file is supported.
|
||||||
|
|
||||||
|
method=source_dir
|
||||||
|
command=
|
||||||
|
source_dir=/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/subproject
|
||||||
|
work_dir=
|
||||||
|
|
@@ -0,0 +1,7 @@
|
|||||||
|
# This is a generated file and its contents are an internal implementation detail.
|
||||||
|
# The patch step will be re-executed if anything in this file changes.
|
||||||
|
# No other meaning or use of this file is supported.
|
||||||
|
|
||||||
|
command (connected)=
|
||||||
|
command (disconnected)=
|
||||||
|
work_dir=
|
@@ -0,0 +1 @@
|
|||||||
|
cmd='/usr/bin/cmake;-DSDKCONFIG=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/sdkconfig;-DIDF_PATH=/home/abobkov/esp/v5.3.2/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/abobkov/.espressif/python_env/idf5.3_py3.12_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
@@ -0,0 +1,27 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||||
|
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||||
|
# would cause a fatal error, even though it would be a no-op.
|
||||||
|
if(NOT EXISTS "/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/subproject")
|
||||||
|
file(MAKE_DIRECTORY "/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/subproject")
|
||||||
|
endif()
|
||||||
|
file(MAKE_DIRECTORY
|
||||||
|
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader"
|
||||||
|
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix"
|
||||||
|
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/tmp"
|
||||||
|
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp"
|
||||||
|
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src"
|
||||||
|
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp"
|
||||||
|
)
|
||||||
|
|
||||||
|
set(configSubDirs )
|
||||||
|
foreach(subDir IN LISTS configSubDirs)
|
||||||
|
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||||
|
endforeach()
|
||||||
|
if(cfgdir)
|
||||||
|
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||||
|
endif()
|
File diff suppressed because one or more lines are too long
@@ -1,937 +0,0 @@
|
|||||||
|
|
||||||
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/v5.3.2/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/v5.3.2/esp-idf/components/app_trace/Kconfig")
|
|
||||||
set(__component____idf_app_trace_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_app_trace_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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")
|
|
||||||
set(__component____idf_bootloader_COMPONENT_NAME "bootloader")
|
|
||||||
set(__component____idf_bootloader_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/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/v5.3.2/esp-idf/components/bootloader/Kconfig.projbuild")
|
|
||||||
set(__component____idf_bootloader_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/sdkconfig.rename")
|
|
||||||
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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/bt/Kconfig")
|
|
||||||
set(__component____idf_bt_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_bt_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/esp-idf/components/bt/sdkconfig.rename;/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/console")
|
|
||||||
set(__component____idf_console_COMPONENT_ALIAS "idf::console")
|
|
||||||
set(__component____idf_console___PREFIX "idf")
|
|
||||||
set(__component____idf_console_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/driver/Kconfig")
|
|
||||||
set(__component____idf_driver_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_driver_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_coex/Kconfig")
|
|
||||||
set(__component____idf_esp_coex_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_coex_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_common/Kconfig")
|
|
||||||
set(__component____idf_esp_common_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_common_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_COMPONENT_LIB "__idf_esp_driver_ana_cmpr")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_COMPONENT_NAME "esp_driver_ana_cmpr")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ana_cmpr")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_COMPONENT_ALIAS "idf::esp_driver_ana_cmpr")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ana_cmpr/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_ana_cmpr_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_cam_COMPONENT_LIB "__idf_esp_driver_cam")
|
|
||||||
set(__component____idf_esp_driver_cam___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_cam_COMPONENT_NAME "esp_driver_cam")
|
|
||||||
set(__component____idf_esp_driver_cam_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_cam")
|
|
||||||
set(__component____idf_esp_driver_cam_COMPONENT_ALIAS "idf::esp_driver_cam")
|
|
||||||
set(__component____idf_esp_driver_cam___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_cam_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_cam/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_cam_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_cam_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_dac_COMPONENT_LIB "__idf_esp_driver_dac")
|
|
||||||
set(__component____idf_esp_driver_dac___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_dac_COMPONENT_NAME "esp_driver_dac")
|
|
||||||
set(__component____idf_esp_driver_dac_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_dac")
|
|
||||||
set(__component____idf_esp_driver_dac_COMPONENT_ALIAS "idf::esp_driver_dac")
|
|
||||||
set(__component____idf_esp_driver_dac___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_dac_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_dac/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_dac_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_dac_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_gpio_COMPONENT_LIB "__idf_esp_driver_gpio")
|
|
||||||
set(__component____idf_esp_driver_gpio___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_gpio_COMPONENT_NAME "esp_driver_gpio")
|
|
||||||
set(__component____idf_esp_driver_gpio_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gpio")
|
|
||||||
set(__component____idf_esp_driver_gpio_COMPONENT_ALIAS "idf::esp_driver_gpio")
|
|
||||||
set(__component____idf_esp_driver_gpio___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_gpio_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gpio/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_gpio_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_gpio_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_gptimer_COMPONENT_LIB "__idf_esp_driver_gptimer")
|
|
||||||
set(__component____idf_esp_driver_gptimer___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_gptimer_COMPONENT_NAME "esp_driver_gptimer")
|
|
||||||
set(__component____idf_esp_driver_gptimer_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gptimer")
|
|
||||||
set(__component____idf_esp_driver_gptimer_COMPONENT_ALIAS "idf::esp_driver_gptimer")
|
|
||||||
set(__component____idf_esp_driver_gptimer___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_gptimer_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gptimer/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_gptimer_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_gptimer_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_i2c_COMPONENT_LIB "__idf_esp_driver_i2c")
|
|
||||||
set(__component____idf_esp_driver_i2c___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_i2c_COMPONENT_NAME "esp_driver_i2c")
|
|
||||||
set(__component____idf_esp_driver_i2c_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2c")
|
|
||||||
set(__component____idf_esp_driver_i2c_COMPONENT_ALIAS "idf::esp_driver_i2c")
|
|
||||||
set(__component____idf_esp_driver_i2c___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_i2c_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2c/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_i2c_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_i2c_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_i2s_COMPONENT_LIB "__idf_esp_driver_i2s")
|
|
||||||
set(__component____idf_esp_driver_i2s___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_i2s_COMPONENT_NAME "esp_driver_i2s")
|
|
||||||
set(__component____idf_esp_driver_i2s_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2s")
|
|
||||||
set(__component____idf_esp_driver_i2s_COMPONENT_ALIAS "idf::esp_driver_i2s")
|
|
||||||
set(__component____idf_esp_driver_i2s___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_i2s_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2s/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_i2s_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_i2s_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_isp_COMPONENT_LIB "__idf_esp_driver_isp")
|
|
||||||
set(__component____idf_esp_driver_isp___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_isp_COMPONENT_NAME "esp_driver_isp")
|
|
||||||
set(__component____idf_esp_driver_isp_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_isp")
|
|
||||||
set(__component____idf_esp_driver_isp_COMPONENT_ALIAS "idf::esp_driver_isp")
|
|
||||||
set(__component____idf_esp_driver_isp___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_isp_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_isp/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_isp_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_isp_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_jpeg_COMPONENT_LIB "__idf_esp_driver_jpeg")
|
|
||||||
set(__component____idf_esp_driver_jpeg___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_jpeg_COMPONENT_NAME "esp_driver_jpeg")
|
|
||||||
set(__component____idf_esp_driver_jpeg_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_jpeg")
|
|
||||||
set(__component____idf_esp_driver_jpeg_COMPONENT_ALIAS "idf::esp_driver_jpeg")
|
|
||||||
set(__component____idf_esp_driver_jpeg___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_jpeg_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_jpeg/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_jpeg_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_jpeg_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_ledc_COMPONENT_LIB "__idf_esp_driver_ledc")
|
|
||||||
set(__component____idf_esp_driver_ledc___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_ledc_COMPONENT_NAME "esp_driver_ledc")
|
|
||||||
set(__component____idf_esp_driver_ledc_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ledc")
|
|
||||||
set(__component____idf_esp_driver_ledc_COMPONENT_ALIAS "idf::esp_driver_ledc")
|
|
||||||
set(__component____idf_esp_driver_ledc___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_ledc_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ledc/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_ledc_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_ledc_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_COMPONENT_LIB "__idf_esp_driver_mcpwm")
|
|
||||||
set(__component____idf_esp_driver_mcpwm___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_COMPONENT_NAME "esp_driver_mcpwm")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_mcpwm")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_COMPONENT_ALIAS "idf::esp_driver_mcpwm")
|
|
||||||
set(__component____idf_esp_driver_mcpwm___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_mcpwm/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_mcpwm_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_parlio_COMPONENT_LIB "__idf_esp_driver_parlio")
|
|
||||||
set(__component____idf_esp_driver_parlio___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_parlio_COMPONENT_NAME "esp_driver_parlio")
|
|
||||||
set(__component____idf_esp_driver_parlio_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_parlio")
|
|
||||||
set(__component____idf_esp_driver_parlio_COMPONENT_ALIAS "idf::esp_driver_parlio")
|
|
||||||
set(__component____idf_esp_driver_parlio___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_parlio_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_parlio/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_parlio_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_parlio_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_pcnt_COMPONENT_LIB "__idf_esp_driver_pcnt")
|
|
||||||
set(__component____idf_esp_driver_pcnt___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_pcnt_COMPONENT_NAME "esp_driver_pcnt")
|
|
||||||
set(__component____idf_esp_driver_pcnt_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_pcnt")
|
|
||||||
set(__component____idf_esp_driver_pcnt_COMPONENT_ALIAS "idf::esp_driver_pcnt")
|
|
||||||
set(__component____idf_esp_driver_pcnt___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_pcnt_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_pcnt/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_pcnt_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_pcnt_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_ppa_COMPONENT_LIB "__idf_esp_driver_ppa")
|
|
||||||
set(__component____idf_esp_driver_ppa___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_ppa_COMPONENT_NAME "esp_driver_ppa")
|
|
||||||
set(__component____idf_esp_driver_ppa_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ppa")
|
|
||||||
set(__component____idf_esp_driver_ppa_COMPONENT_ALIAS "idf::esp_driver_ppa")
|
|
||||||
set(__component____idf_esp_driver_ppa___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_ppa_KCONFIG "")
|
|
||||||
set(__component____idf_esp_driver_ppa_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_ppa_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_rmt_COMPONENT_LIB "__idf_esp_driver_rmt")
|
|
||||||
set(__component____idf_esp_driver_rmt___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_rmt_COMPONENT_NAME "esp_driver_rmt")
|
|
||||||
set(__component____idf_esp_driver_rmt_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_rmt")
|
|
||||||
set(__component____idf_esp_driver_rmt_COMPONENT_ALIAS "idf::esp_driver_rmt")
|
|
||||||
set(__component____idf_esp_driver_rmt___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_rmt_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_rmt/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_rmt_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_rmt_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_sdio_COMPONENT_LIB "__idf_esp_driver_sdio")
|
|
||||||
set(__component____idf_esp_driver_sdio___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_sdio_COMPONENT_NAME "esp_driver_sdio")
|
|
||||||
set(__component____idf_esp_driver_sdio_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdio")
|
|
||||||
set(__component____idf_esp_driver_sdio_COMPONENT_ALIAS "idf::esp_driver_sdio")
|
|
||||||
set(__component____idf_esp_driver_sdio___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_sdio_KCONFIG "")
|
|
||||||
set(__component____idf_esp_driver_sdio_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_sdio_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_sdm_COMPONENT_LIB "__idf_esp_driver_sdm")
|
|
||||||
set(__component____idf_esp_driver_sdm___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_sdm_COMPONENT_NAME "esp_driver_sdm")
|
|
||||||
set(__component____idf_esp_driver_sdm_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdm")
|
|
||||||
set(__component____idf_esp_driver_sdm_COMPONENT_ALIAS "idf::esp_driver_sdm")
|
|
||||||
set(__component____idf_esp_driver_sdm___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_sdm_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdm/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_sdm_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_sdm_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_COMPONENT_LIB "__idf_esp_driver_sdmmc")
|
|
||||||
set(__component____idf_esp_driver_sdmmc___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_COMPONENT_NAME "esp_driver_sdmmc")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdmmc")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_COMPONENT_ALIAS "idf::esp_driver_sdmmc")
|
|
||||||
set(__component____idf_esp_driver_sdmmc___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_KCONFIG "")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_sdmmc_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_sdspi_COMPONENT_LIB "__idf_esp_driver_sdspi")
|
|
||||||
set(__component____idf_esp_driver_sdspi___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_sdspi_COMPONENT_NAME "esp_driver_sdspi")
|
|
||||||
set(__component____idf_esp_driver_sdspi_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdspi")
|
|
||||||
set(__component____idf_esp_driver_sdspi_COMPONENT_ALIAS "idf::esp_driver_sdspi")
|
|
||||||
set(__component____idf_esp_driver_sdspi___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_sdspi_KCONFIG "")
|
|
||||||
set(__component____idf_esp_driver_sdspi_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_sdspi_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_spi_COMPONENT_LIB "__idf_esp_driver_spi")
|
|
||||||
set(__component____idf_esp_driver_spi___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_spi_COMPONENT_NAME "esp_driver_spi")
|
|
||||||
set(__component____idf_esp_driver_spi_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_spi")
|
|
||||||
set(__component____idf_esp_driver_spi_COMPONENT_ALIAS "idf::esp_driver_spi")
|
|
||||||
set(__component____idf_esp_driver_spi___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_spi_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_spi/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_spi_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_spi_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_COMPONENT_LIB "__idf_esp_driver_touch_sens")
|
|
||||||
set(__component____idf_esp_driver_touch_sens___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_COMPONENT_NAME "esp_driver_touch_sens")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_touch_sens")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_COMPONENT_ALIAS "idf::esp_driver_touch_sens")
|
|
||||||
set(__component____idf_esp_driver_touch_sens___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_touch_sens/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_touch_sens_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_tsens_COMPONENT_LIB "__idf_esp_driver_tsens")
|
|
||||||
set(__component____idf_esp_driver_tsens___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_tsens_COMPONENT_NAME "esp_driver_tsens")
|
|
||||||
set(__component____idf_esp_driver_tsens_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_tsens")
|
|
||||||
set(__component____idf_esp_driver_tsens_COMPONENT_ALIAS "idf::esp_driver_tsens")
|
|
||||||
set(__component____idf_esp_driver_tsens___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_tsens_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_tsens/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_tsens_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_tsens_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_uart_COMPONENT_LIB "__idf_esp_driver_uart")
|
|
||||||
set(__component____idf_esp_driver_uart___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_uart_COMPONENT_NAME "esp_driver_uart")
|
|
||||||
set(__component____idf_esp_driver_uart_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_uart")
|
|
||||||
set(__component____idf_esp_driver_uart_COMPONENT_ALIAS "idf::esp_driver_uart")
|
|
||||||
set(__component____idf_esp_driver_uart___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_uart_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_uart/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_uart_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_uart_SDKCONFIG_RENAME "")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_COMPONENT_LIB "__idf_esp_driver_usb_serial_jtag")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_COMPONENT_NAME "esp_driver_usb_serial_jtag")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_usb_serial_jtag")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_COMPONENT_ALIAS "idf::esp_driver_usb_serial_jtag")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_driver_usb_serial_jtag_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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_event/Kconfig")
|
|
||||||
set(__component____idf_esp_event_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_event_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_gdbstub/Kconfig")
|
|
||||||
set(__component____idf_esp_gdbstub_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_gdbstub_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_phy/Kconfig")
|
|
||||||
set(__component____idf_esp_phy_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_phy_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_pm/Kconfig")
|
|
||||||
set(__component____idf_esp_pm_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_pm_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_system/Kconfig")
|
|
||||||
set(__component____idf_esp_system_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_system_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/sdkconfig.rename;/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esp_timer/Kconfig")
|
|
||||||
set(__component____idf_esp_timer_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_timer_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_timer/sdkconfig.rename")
|
|
||||||
set(__component____idf_esp_vfs_console_COMPONENT_LIB "__idf_esp_vfs_console")
|
|
||||||
set(__component____idf_esp_vfs_console___COMPONENT_PROPERTIES "COMPONENT_LIB;__COMPONENT_PROPERTIES;COMPONENT_NAME;COMPONENT_DIR;COMPONENT_ALIAS;__PREFIX;KCONFIG;KCONFIG_PROJBUILD;SDKCONFIG_RENAME")
|
|
||||||
set(__component____idf_esp_vfs_console_COMPONENT_NAME "esp_vfs_console")
|
|
||||||
set(__component____idf_esp_vfs_console_COMPONENT_DIR "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_vfs_console")
|
|
||||||
set(__component____idf_esp_vfs_console_COMPONENT_ALIAS "idf::esp_vfs_console")
|
|
||||||
set(__component____idf_esp_vfs_console___PREFIX "idf")
|
|
||||||
set(__component____idf_esp_vfs_console_KCONFIG "")
|
|
||||||
set(__component____idf_esp_vfs_console_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_vfs_console_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/v5.3.2/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/v5.3.2/esp-idf/components/esp_wifi/Kconfig")
|
|
||||||
set(__component____idf_esp_wifi_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_esp_wifi_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/espcoredump/Kconfig")
|
|
||||||
set(__component____idf_espcoredump_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_espcoredump_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/esptool_py/Kconfig.projbuild")
|
|
||||||
set(__component____idf_esptool_py_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/freertos/Kconfig")
|
|
||||||
set(__component____idf_freertos_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_freertos_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/hal/Kconfig")
|
|
||||||
set(__component____idf_hal_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_hal_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/lwip/Kconfig")
|
|
||||||
set(__component____idf_lwip_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_lwip_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/newlib/Kconfig")
|
|
||||||
set(__component____idf_newlib_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_newlib_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/pthread/Kconfig")
|
|
||||||
set(__component____idf_pthread_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_pthread_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/spi_flash/Kconfig")
|
|
||||||
set(__component____idf_spi_flash_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_spi_flash_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/esp-idf/components/vfs/Kconfig")
|
|
||||||
set(__component____idf_vfs_KCONFIG_PROJBUILD "")
|
|
||||||
set(__component____idf_vfs_SDKCONFIG_RENAME "/home/abobkov/esp/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/v5.3.2/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/MyProjects/ESP-Nodes/ESP32-Console/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 "")
|
|
@@ -1,418 +0,0 @@
|
|||||||
|
|
||||||
__component_set_property(___idf_app_trace REQUIRES "esp_timer")
|
|
||||||
__component_set_property(___idf_app_trace PRIV_REQUIRES "esp_driver_gptimer;esp_driver_gpio;esp_driver_uart")
|
|
||||||
__component_set_property(___idf_app_trace __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_app_trace INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_app_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 "spi_flash;mbedtls;efuse;heap;esp_bootloader_format;esp_app_format")
|
|
||||||
__component_set_property(___idf_bootloader_support __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_bootloader_support INCLUDE_DIRS "include;bootloader_flash/include")
|
|
||||||
__component_set_property(___idf_bt REQUIRES "esp_timer;esp_wifi")
|
|
||||||
__component_set_property(___idf_bt PRIV_REQUIRES "nvs_flash;soc;esp_pm;esp_phy;esp_coex;mbedtls;esp_driver_uart;vfs;esp_ringbuf")
|
|
||||||
__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;esp_vfs_console")
|
|
||||||
__component_set_property(___idf_console PRIV_REQUIRES "esp_driver_uart;esp_driver_usb_serial_jtag")
|
|
||||||
__component_set_property(___idf_console __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_console INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build")
|
|
||||||
__component_set_property(___idf_cxx REQUIRES "")
|
|
||||||
__component_set_property(___idf_cxx PRIV_REQUIRES "pthread;esp_system")
|
|
||||||
__component_set_property(___idf_cxx __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_cxx INCLUDE_DIRS "")
|
|
||||||
__component_set_property(___idf_driver REQUIRES "esp_pm;esp_ringbuf;freertos;soc;hal;esp_hw_support;esp_driver_gpio;esp_driver_pcnt;esp_driver_gptimer;esp_driver_spi;esp_driver_mcpwm;esp_driver_ana_cmpr;esp_driver_i2s;esp_driver_sdmmc;esp_driver_sdspi;esp_driver_sdio;esp_driver_dac;esp_driver_rmt;esp_driver_tsens;esp_driver_sdm;esp_driver_i2c;esp_driver_uart;esp_driver_ledc;esp_driver_parlio;esp_driver_usb_serial_jtag")
|
|
||||||
__component_set_property(___idf_driver PRIV_REQUIRES "efuse;esp_timer;esp_mm")
|
|
||||||
__component_set_property(___idf_driver __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_driver INCLUDE_DIRS "deprecated;i2c/include;touch_sensor/include;twai/include")
|
|
||||||
__component_set_property(___idf_efuse REQUIRES "")
|
|
||||||
__component_set_property(___idf_efuse PRIV_REQUIRES "bootloader_support;soc;spi_flash;esp_system;esp_partition;esp_app_format")
|
|
||||||
__component_set_property(___idf_efuse __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_efuse INCLUDE_DIRS "include;esp32c3/include")
|
|
||||||
__component_set_property(___idf_esp-tls REQUIRES "mbedtls")
|
|
||||||
__component_set_property(___idf_esp-tls PRIV_REQUIRES "http_parser;esp_timer;lwip")
|
|
||||||
__component_set_property(___idf_esp-tls __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp-tls INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build;esp-tls-crypto")
|
|
||||||
__component_set_property(___idf_esp_adc REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_adc PRIV_REQUIRES "driver;esp_driver_gpio;efuse;esp_pm;esp_ringbuf;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_adc __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_adc INCLUDE_DIRS "include;interface;esp32c3/include;deprecated/include")
|
|
||||||
__component_set_property(___idf_esp_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_driver_ana_cmpr REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_ana_cmpr PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_ana_cmpr __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_ana_cmpr INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_cam REQUIRES "esp_driver_isp;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_driver_cam PRIV_REQUIRES "esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_cam __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_cam INCLUDE_DIRS "include;interface")
|
|
||||||
__component_set_property(___idf_esp_driver_dac REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_dac PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_dac __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_dac INCLUDE_DIRS "./include")
|
|
||||||
__component_set_property(___idf_esp_driver_gpio REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_gpio PRIV_REQUIRES "esp_pm")
|
|
||||||
__component_set_property(___idf_esp_driver_gpio __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_gpio INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_gptimer REQUIRES "esp_pm")
|
|
||||||
__component_set_property(___idf_esp_driver_gptimer PRIV_REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_gptimer __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_gptimer INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_i2c REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_i2c PRIV_REQUIRES "esp_driver_gpio;esp_pm;esp_ringbuf")
|
|
||||||
__component_set_property(___idf_esp_driver_i2c __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_i2c INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_i2s REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_i2s PRIV_REQUIRES "esp_driver_gpio;esp_pm;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_driver_i2s __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_i2s INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_isp REQUIRES "esp_mm")
|
|
||||||
__component_set_property(___idf_esp_driver_isp PRIV_REQUIRES "esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_isp __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_isp INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_jpeg REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_jpeg PRIV_REQUIRES "esp_mm;esp_pm")
|
|
||||||
__component_set_property(___idf_esp_driver_jpeg __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_jpeg INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_ledc REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_ledc PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_ledc __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_ledc INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_mcpwm REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_mcpwm PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_mcpwm __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_mcpwm INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_parlio REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_parlio PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_driver_parlio __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_parlio INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_pcnt REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_pcnt PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_pcnt __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_pcnt INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_ppa REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_ppa PRIV_REQUIRES "esp_mm;esp_pm")
|
|
||||||
__component_set_property(___idf_esp_driver_ppa __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_ppa INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_rmt REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_rmt PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_driver_rmt __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_rmt INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_sdio REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_sdio PRIV_REQUIRES "esp_driver_gpio;esp_ringbuf")
|
|
||||||
__component_set_property(___idf_esp_driver_sdio __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_sdio INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_sdm REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_sdm PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_sdm __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_sdm INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_sdmmc REQUIRES "sdmmc;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_sdmmc PRIV_REQUIRES "esp_timer;esp_pm;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_driver_sdmmc __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_sdmmc INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_sdspi REQUIRES "sdmmc;esp_driver_spi;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_sdspi PRIV_REQUIRES "esp_timer")
|
|
||||||
__component_set_property(___idf_esp_driver_sdspi __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_sdspi INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_spi REQUIRES "esp_pm")
|
|
||||||
__component_set_property(___idf_esp_driver_spi PRIV_REQUIRES "esp_timer;esp_mm;esp_driver_gpio;esp_ringbuf")
|
|
||||||
__component_set_property(___idf_esp_driver_spi __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_spi INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_touch_sens REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_touch_sens PRIV_REQUIRES "esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_driver_touch_sens __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_touch_sens INCLUDE_DIRS "")
|
|
||||||
__component_set_property(___idf_esp_driver_tsens REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_tsens PRIV_REQUIRES "efuse")
|
|
||||||
__component_set_property(___idf_esp_driver_tsens __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_tsens INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_uart REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_uart PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_ringbuf")
|
|
||||||
__component_set_property(___idf_esp_driver_uart __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_uart INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_driver_usb_serial_jtag REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_driver_usb_serial_jtag PRIV_REQUIRES "esp_driver_gpio;esp_ringbuf;esp_pm;esp_timer")
|
|
||||||
__component_set_property(___idf_esp_driver_usb_serial_jtag __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_driver_usb_serial_jtag INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_eth REQUIRES "esp_event")
|
|
||||||
__component_set_property(___idf_esp_eth PRIV_REQUIRES "log;esp_timer;esp_driver_spi;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_esp_eth __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_eth INCLUDE_DIRS "")
|
|
||||||
__component_set_property(___idf_esp_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;esp_event")
|
|
||||||
__component_set_property(___idf_esp_https_server PRIV_REQUIRES "lwip")
|
|
||||||
__component_set_property(___idf_esp_https_server __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_https_server INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_hw_support REQUIRES "soc")
|
|
||||||
__component_set_property(___idf_esp_hw_support PRIV_REQUIRES "efuse;spi_flash;bootloader_support;esp_driver_gpio;esp_timer;esp_pm;esp_mm")
|
|
||||||
__component_set_property(___idf_esp_hw_support __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_hw_support INCLUDE_DIRS "include;include/soc;include/soc/esp32c3;dma/include;ldo/include")
|
|
||||||
__component_set_property(___idf_esp_lcd REQUIRES "driver;esp_driver_gpio;esp_driver_i2c;esp_driver_spi")
|
|
||||||
__component_set_property(___idf_esp_lcd PRIV_REQUIRES "esp_mm;esp_psram;esp_pm;esp_driver_i2s")
|
|
||||||
__component_set_property(___idf_esp_lcd __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_lcd INCLUDE_DIRS "include;interface")
|
|
||||||
__component_set_property(___idf_esp_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;esp_driver_gpio;esp_timer")
|
|
||||||
__component_set_property(___idf_esp_pm __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_pm INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_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 "")
|
|
||||||
__component_set_property(___idf_esp_system PRIV_REQUIRES "spi_flash;esp_timer;esp_mm;bootloader_support;esp_pm")
|
|
||||||
__component_set_property(___idf_esp_system __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_system INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_timer REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_timer PRIV_REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_timer __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_timer INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_vfs_console REQUIRES "")
|
|
||||||
__component_set_property(___idf_esp_vfs_console PRIV_REQUIRES "vfs;esp_driver_uart;esp_driver_usb_serial_jtag")
|
|
||||||
__component_set_property(___idf_esp_vfs_console __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_esp_vfs_console INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_esp_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;wifi_apps/nan_app/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;esp_driver_gpio;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;esp_driver_sdmmc;esp_driver_sdspi")
|
|
||||||
__component_set_property(___idf_fatfs PRIV_REQUIRES "vfs;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_fatfs __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_fatfs INCLUDE_DIRS "diskio;src;vfs")
|
|
||||||
__component_set_property(___idf_freertos REQUIRES "")
|
|
||||||
__component_set_property(___idf_freertos PRIV_REQUIRES "")
|
|
||||||
__component_set_property(___idf_freertos __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_freertos INCLUDE_DIRS "config/include;config/include/freertos;config//include;FreeRTOS-Kernel/include;FreeRTOS-Kernel/portable//include;FreeRTOS-Kernel/portable//include/freertos;esp_additions/include")
|
|
||||||
__component_set_property(___idf_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;esp_pm")
|
|
||||||
__component_set_property(___idf_mbedtls __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_mbedtls INCLUDE_DIRS "port/include;mbedtls/include;mbedtls/library")
|
|
||||||
__component_set_property(___idf_mqtt REQUIRES "esp_event;tcp_transport")
|
|
||||||
__component_set_property(___idf_mqtt PRIV_REQUIRES "esp_timer;http_parser;esp_hw_support;heap")
|
|
||||||
__component_set_property(___idf_mqtt __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_mqtt INCLUDE_DIRS "/home/abobkov/esp/v5.3.2/esp-idf/components/mqtt/esp-mqtt/include")
|
|
||||||
__component_set_property(___idf_mqtt KCONFIG "/home/abobkov/esp/v5.3.2/esp-idf/components/mqtt/esp-mqtt/Kconfig")
|
|
||||||
__component_set_property(___idf_newlib REQUIRES "")
|
|
||||||
__component_set_property(___idf_newlib PRIV_REQUIRES "soc;spi_flash")
|
|
||||||
__component_set_property(___idf_newlib __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_newlib INCLUDE_DIRS "platform_include")
|
|
||||||
__component_set_property(___idf_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;esp_driver_uart;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 "")
|
|
||||||
__component_set_property(___idf_sdmmc PRIV_REQUIRES "soc;esp_timer;esp_mm")
|
|
||||||
__component_set_property(___idf_sdmmc __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_sdmmc INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_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;app_update;soc;esp_mm;esp_driver_gpio")
|
|
||||||
__component_set_property(___idf_spi_flash __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_spi_flash INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_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 "esp_driver_gpio;esp_mm")
|
|
||||||
__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 "esp_timer;esp_driver_uart;esp_driver_usb_serial_jtag;esp_vfs_console")
|
|
||||||
__component_set_property(___idf_vfs __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_vfs INCLUDE_DIRS "include")
|
|
||||||
__component_set_property(___idf_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 "")
|
|
||||||
__component_set_property(___idf_main PRIV_REQUIRES "")
|
|
||||||
__component_set_property(___idf_main __COMPONENT_REGISTERED 1)
|
|
||||||
__component_set_property(___idf_main INCLUDE_DIRS ".")
|
|
12
ESP32-Console/build/config.env
Executable file
12
ESP32-Console/build/config.env
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"COMPONENT_KCONFIGS": "/home/abobkov/esp/v5.3.2/esp-idf/components/app_trace/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/bt/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/console/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/driver/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/efuse/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp-tls/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_adc/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_coex/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_common/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ana_cmpr/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_cam/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_dac/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gpio/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gptimer/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2c/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2s/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_isp/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_jpeg/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ledc/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_mcpwm/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_parlio/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_pcnt/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_rmt/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdm/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_spi/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_touch_sens/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_tsens/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_uart/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_eth/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_event/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_gdbstub/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_http_client/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_http_server/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_ota/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_server/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_lcd/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_netif/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_partition/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_phy/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_pm/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_psram/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_ringbuf/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_timer/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_wifi/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/espcoredump/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/fatfs/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/hal/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/heap/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/ieee802154/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/log/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/mqtt/esp-mqtt/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/newlib/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/nvs_flash/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/nvs_sec_provider/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/openthread/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/protocomm/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/pthread/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/soc/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/spi_flash/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/spiffs/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/tcp_transport/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/ulp/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/unity/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/usb/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/vfs/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/wear_levelling/Kconfig;/home/abobkov/esp/v5.3.2/esp-idf/components/wifi_provisioning/Kconfig",
|
||||||
|
"COMPONENT_KCONFIGS_PROJBUILD": "/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/Kconfig.projbuild;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/Kconfig.projbuild;/home/abobkov/esp/v5.3.2/esp-idf/components/esptool_py/Kconfig.projbuild;/home/abobkov/esp/v5.3.2/esp-idf/components/partition_table/Kconfig.projbuild",
|
||||||
|
"COMPONENT_SDKCONFIG_RENAMES": "/home/abobkov/esp/v5.3.2/esp-idf/components/app_trace/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/bt/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/bt/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.3.2/esp-idf/components/driver/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_coex/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_event/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_gdbstub/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_ota/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_phy/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_pm/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_timer/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esp_wifi/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/espcoredump/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/esptool_py/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/hal/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/newlib/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.3.2/esp-idf/components/pthread/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/spi_flash/sdkconfig.rename;/home/abobkov/esp/v5.3.2/esp-idf/components/vfs/sdkconfig.rename",
|
||||||
|
"IDF_TARGET": "esp32c3",
|
||||||
|
"IDF_TOOLCHAIN": "gcc",
|
||||||
|
"IDF_VERSION": "5.3.2",
|
||||||
|
"IDF_ENV_FPGA": "",
|
||||||
|
"IDF_PATH": "/home/abobkov/esp/v5.3.2/esp-idf",
|
||||||
|
"COMPONENT_KCONFIGS_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/kconfigs.in",
|
||||||
|
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/kconfigs_projbuild.in"
|
||||||
|
}
|
28629
ESP32-Console/build/config/kconfig_menus.json
Normal file
28629
ESP32-Console/build/config/kconfig_menus.json
Normal file
File diff suppressed because it is too large
Load Diff
1391
ESP32-Console/build/config/sdkconfig.cmake
Normal file
1391
ESP32-Console/build/config/sdkconfig.cmake
Normal file
File diff suppressed because one or more lines are too long
902
ESP32-Console/build/config/sdkconfig.h
Normal file
902
ESP32-Console/build/config/sdkconfig.h
Normal file
@@ -0,0 +1,902 @@
|
|||||||
|
/*
|
||||||
|
* Automatically generated file. DO NOT EDIT.
|
||||||
|
* Espressif IoT Development Framework (ESP-IDF) 5.3.2 Configuration Header
|
||||||
|
*/
|
||||||
|
#pragma once
|
||||||
|
#define CONFIG_SOC_ADC_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_UART_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_GDMA_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_GPTIMER_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_TWAI_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_BT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_XT_WDT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_PHY_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_WIFI_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1
|
||||||
|
#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1
|
||||||
|
#define CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG 1
|
||||||
|
#define CONFIG_SOC_EFUSE_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_RTC_MEM_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SDM_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_GPSPI_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_LEDC_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_I2C_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SYSTIMER_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SUPPORT_COEXISTENCE 1
|
||||||
|
#define CONFIG_SOC_AES_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_MPI_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SHA_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_HMAC_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_MEMPROT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_BOD_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_CLK_TREE_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_WDT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_RNG_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_XTAL_SUPPORT_40M 1
|
||||||
|
#define CONFIG_SOC_AES_SUPPORT_DMA 1
|
||||||
|
#define CONFIG_SOC_AES_GDMA 1
|
||||||
|
#define CONFIG_SOC_AES_SUPPORT_AES_128 1
|
||||||
|
#define CONFIG_SOC_AES_SUPPORT_AES_256 1
|
||||||
|
#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_ARBITER_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_DMA_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_PERIPH_NUM 2
|
||||||
|
#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 5
|
||||||
|
#define CONFIG_SOC_ADC_ATTEN_NUM 4
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1
|
||||||
|
#define CONFIG_SOC_ADC_PATT_LEN_MAX 8
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2
|
||||||
|
#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2
|
||||||
|
#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333
|
||||||
|
#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611
|
||||||
|
#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12
|
||||||
|
#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12
|
||||||
|
#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_ADC_SHARED_POWER 1
|
||||||
|
#define CONFIG_SOC_APB_BACKUP_DMA 1
|
||||||
|
#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE 0x4000
|
||||||
|
#define CONFIG_SOC_CPU_CORES_NUM 1
|
||||||
|
#define CONFIG_SOC_CPU_INTR_NUM 32
|
||||||
|
#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1
|
||||||
|
#define CONFIG_SOC_CPU_HAS_CSR_PC 1
|
||||||
|
#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 8
|
||||||
|
#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 8
|
||||||
|
#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000
|
||||||
|
#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072
|
||||||
|
#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16
|
||||||
|
#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100
|
||||||
|
#define CONFIG_SOC_AHB_GDMA_VERSION 1
|
||||||
|
#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1
|
||||||
|
#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3
|
||||||
|
#define CONFIG_SOC_GPIO_PORT 1
|
||||||
|
#define CONFIG_SOC_GPIO_PIN_COUNT 22
|
||||||
|
#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1
|
||||||
|
#define CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB 1
|
||||||
|
#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1
|
||||||
|
#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1
|
||||||
|
#define CONFIG_SOC_GPIO_IN_RANGE_MAX 21
|
||||||
|
#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 21
|
||||||
|
#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0
|
||||||
|
#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 6
|
||||||
|
#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x00000000003FFFC0
|
||||||
|
#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1
|
||||||
|
#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3
|
||||||
|
#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1
|
||||||
|
#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8
|
||||||
|
#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8
|
||||||
|
#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1
|
||||||
|
#define CONFIG_SOC_I2C_NUM 1
|
||||||
|
#define CONFIG_SOC_HP_I2C_NUM 1
|
||||||
|
#define CONFIG_SOC_I2C_FIFO_LEN 32
|
||||||
|
#define CONFIG_SOC_I2C_CMD_REG_NUM 8
|
||||||
|
#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1
|
||||||
|
#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1
|
||||||
|
#define CONFIG_SOC_I2C_SUPPORT_XTAL 1
|
||||||
|
#define CONFIG_SOC_I2C_SUPPORT_RTC 1
|
||||||
|
#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1
|
||||||
|
#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1
|
||||||
|
#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1
|
||||||
|
#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1
|
||||||
|
#define CONFIG_SOC_I2S_NUM 1
|
||||||
|
#define CONFIG_SOC_I2S_HW_VERSION_2 1
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTS_PCM 1
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTS_PDM 1
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1
|
||||||
|
#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2
|
||||||
|
#define CONFIG_SOC_I2S_SUPPORTS_TDM 1
|
||||||
|
#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1
|
||||||
|
#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1
|
||||||
|
#define CONFIG_SOC_LEDC_CHANNEL_NUM 6
|
||||||
|
#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 14
|
||||||
|
#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1
|
||||||
|
#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1
|
||||||
|
#define CONFIG_SOC_MMU_PERIPH_NUM 1
|
||||||
|
#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000
|
||||||
|
#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8
|
||||||
|
#define CONFIG_SOC_RMT_GROUPS 1
|
||||||
|
#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2
|
||||||
|
#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2
|
||||||
|
#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4
|
||||||
|
#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_XTAL 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_APB 1
|
||||||
|
#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1
|
||||||
|
#define CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH 128
|
||||||
|
#define CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM 108
|
||||||
|
#define CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1
|
||||||
|
#define CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND 1
|
||||||
|
#define CONFIG_SOC_RTCIO_PIN_COUNT 0
|
||||||
|
#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4
|
||||||
|
#define CONFIG_SOC_MPI_OPERATIONS_NUM 3
|
||||||
|
#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072
|
||||||
|
#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968
|
||||||
|
#define CONFIG_SOC_SHA_SUPPORT_DMA 1
|
||||||
|
#define CONFIG_SOC_SHA_SUPPORT_RESUME 1
|
||||||
|
#define CONFIG_SOC_SHA_GDMA 1
|
||||||
|
#define CONFIG_SOC_SHA_SUPPORT_SHA1 1
|
||||||
|
#define CONFIG_SOC_SHA_SUPPORT_SHA224 1
|
||||||
|
#define CONFIG_SOC_SHA_SUPPORT_SHA256 1
|
||||||
|
#define CONFIG_SOC_SDM_GROUPS 1
|
||||||
|
#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4
|
||||||
|
#define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1
|
||||||
|
#define CONFIG_SOC_SPI_PERIPH_NUM 2
|
||||||
|
#define CONFIG_SOC_SPI_MAX_CS_NUM 6
|
||||||
|
#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64
|
||||||
|
#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1
|
||||||
|
#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1
|
||||||
|
#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1
|
||||||
|
#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1
|
||||||
|
#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1
|
||||||
|
#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1
|
||||||
|
#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1
|
||||||
|
#define CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT 1
|
||||||
|
#define CONFIG_SOC_SPI_SCT_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SPI_SCT_REG_NUM 14
|
||||||
|
#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1
|
||||||
|
#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA
|
||||||
|
#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1
|
||||||
|
#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1
|
||||||
|
#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1
|
||||||
|
#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_SYSTIMER_COUNTER_NUM 2
|
||||||
|
#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3
|
||||||
|
#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32
|
||||||
|
#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20
|
||||||
|
#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1
|
||||||
|
#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1
|
||||||
|
#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1
|
||||||
|
#define CONFIG_SOC_TIMER_GROUPS 2
|
||||||
|
#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1
|
||||||
|
#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54
|
||||||
|
#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1
|
||||||
|
#define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1
|
||||||
|
#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2
|
||||||
|
#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1
|
||||||
|
#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1
|
||||||
|
#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1
|
||||||
|
#define CONFIG_SOC_TWAI_BRP_MIN 2
|
||||||
|
#define CONFIG_SOC_TWAI_BRP_MAX 16384
|
||||||
|
#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1
|
||||||
|
#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1
|
||||||
|
#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1
|
||||||
|
#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1
|
||||||
|
#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1
|
||||||
|
#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1
|
||||||
|
#define CONFIG_SOC_EFUSE_DIS_ICACHE 1
|
||||||
|
#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1
|
||||||
|
#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1
|
||||||
|
#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3
|
||||||
|
#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1
|
||||||
|
#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1
|
||||||
|
#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32
|
||||||
|
#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1
|
||||||
|
#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1
|
||||||
|
#define CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE 16
|
||||||
|
#define CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE 512
|
||||||
|
#define CONFIG_SOC_UART_NUM 2
|
||||||
|
#define CONFIG_SOC_UART_HP_NUM 2
|
||||||
|
#define CONFIG_SOC_UART_FIFO_LEN 128
|
||||||
|
#define CONFIG_SOC_UART_BITRATE_MAX 5000000
|
||||||
|
#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1
|
||||||
|
#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1
|
||||||
|
#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1
|
||||||
|
#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1
|
||||||
|
#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1
|
||||||
|
#define CONFIG_SOC_COEX_HW_PTI 1
|
||||||
|
#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21
|
||||||
|
#define CONFIG_SOC_MAC_BB_PD_MEM_SIZE 192
|
||||||
|
#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_WIFI_PD 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_BT_PD 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1
|
||||||
|
#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1
|
||||||
|
#define CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL 1
|
||||||
|
#define CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA 1
|
||||||
|
#define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1
|
||||||
|
#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1
|
||||||
|
#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1
|
||||||
|
#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1
|
||||||
|
#define CONFIG_SOC_WIFI_HW_TSF 1
|
||||||
|
#define CONFIG_SOC_WIFI_FTM_SUPPORT 1
|
||||||
|
#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1
|
||||||
|
#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1
|
||||||
|
#define CONFIG_SOC_WIFI_CSI_SUPPORT 1
|
||||||
|
#define CONFIG_SOC_WIFI_MESH_SUPPORT 1
|
||||||
|
#define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1
|
||||||
|
#define CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND 1
|
||||||
|
#define CONFIG_SOC_BLE_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_BLE_MESH_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_BLE_50_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_BLUFI_SUPPORTED 1
|
||||||
|
#define CONFIG_SOC_PHY_COMBO_MODULE 1
|
||||||
|
#define CONFIG_IDF_CMAKE 1
|
||||||
|
#define CONFIG_IDF_TOOLCHAIN "gcc"
|
||||||
|
#define CONFIG_IDF_TARGET_ARCH_RISCV 1
|
||||||
|
#define CONFIG_IDF_TARGET_ARCH "riscv"
|
||||||
|
#define CONFIG_IDF_TARGET "esp32c3"
|
||||||
|
#define CONFIG_IDF_INIT_VERSION "5.3.2"
|
||||||
|
#define CONFIG_IDF_TARGET_ESP32C3 1
|
||||||
|
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005
|
||||||
|
#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1
|
||||||
|
#define CONFIG_APP_BUILD_GENERATE_BINARIES 1
|
||||||
|
#define CONFIG_APP_BUILD_BOOTLOADER 1
|
||||||
|
#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1
|
||||||
|
#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1
|
||||||
|
#define CONFIG_BOOTLOADER_PROJECT_VER 1
|
||||||
|
#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0
|
||||||
|
#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
|
||||||
|
#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1
|
||||||
|
#define CONFIG_BOOTLOADER_LOG_LEVEL 3
|
||||||
|
#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1
|
||||||
|
#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1
|
||||||
|
#define CONFIG_BOOTLOADER_WDT_ENABLE 1
|
||||||
|
#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
|
||||||
|
#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
|
||||||
|
#define CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED 1
|
||||||
|
#define CONFIG_SECURE_BOOT_V2_PREFERRED 1
|
||||||
|
#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1
|
||||||
|
#define CONFIG_APP_COMPILE_TIME_DATE 1
|
||||||
|
#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9
|
||||||
|
#define CONFIG_ESP_ROM_HAS_CRC_LE 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_CRC_BE 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_MZ_CRC32 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1
|
||||||
|
#define CONFIG_ESP_ROM_UART_CLK_IS_XTAL 1
|
||||||
|
#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3
|
||||||
|
#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV 1
|
||||||
|
#define CONFIG_ESP_ROM_GET_CLK_FREQ 1
|
||||||
|
#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_NEWLIB 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1
|
||||||
|
#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1
|
||||||
|
#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1
|
||||||
|
#define CONFIG_ESP_ROM_USB_OTG_NUM -1
|
||||||
|
#define CONFIG_ESP_ROM_HAS_VERSION 1
|
||||||
|
#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1
|
||||||
|
#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1
|
||||||
|
#define CONFIG_ESPTOOLPY_NO_STUB 1
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHFREQ_80M_DEFAULT 1
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHFREQ "80m"
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1
|
||||||
|
#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB"
|
||||||
|
#define CONFIG_ESPTOOLPY_BEFORE_RESET 1
|
||||||
|
#define CONFIG_ESPTOOLPY_BEFORE "default_reset"
|
||||||
|
#define CONFIG_ESPTOOLPY_AFTER_RESET 1
|
||||||
|
#define CONFIG_ESPTOOLPY_AFTER "hard_reset"
|
||||||
|
#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200
|
||||||
|
#define CONFIG_PARTITION_TABLE_SINGLE_APP 1
|
||||||
|
#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"
|
||||||
|
#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv"
|
||||||
|
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
|
||||||
|
#define CONFIG_PARTITION_TABLE_MD5 1
|
||||||
|
#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1
|
||||||
|
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1
|
||||||
|
#define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1
|
||||||
|
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2
|
||||||
|
#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1
|
||||||
|
#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1
|
||||||
|
#define CONFIG_COMPILER_RT_LIB_GCCLIB 1
|
||||||
|
#define CONFIG_COMPILER_RT_LIB_NAME "gcc"
|
||||||
|
#define CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE 1
|
||||||
|
#define CONFIG_APPTRACE_DEST_NONE 1
|
||||||
|
#define CONFIG_APPTRACE_DEST_UART 1
|
||||||
|
#define CONFIG_APPTRACE_DEST_UART_NOUSB 1
|
||||||
|
#define CONFIG_APPTRACE_DEST_UART1 1
|
||||||
|
#define CONFIG_APPTRACE_UART_TX_GPIO 12
|
||||||
|
#define CONFIG_APPTRACE_UART_RX_GPIO 13
|
||||||
|
#define CONFIG_APPTRACE_UART_BAUDRATE 1000000
|
||||||
|
#define CONFIG_APPTRACE_UART_RX_BUFF_SIZE 128
|
||||||
|
#define CONFIG_APPTRACE_UART_TX_BUFF_SIZE 4096
|
||||||
|
#define CONFIG_APPTRACE_UART_TX_MSG_SIZE 128
|
||||||
|
#define CONFIG_APPTRACE_UART_TASK_PRIO 1
|
||||||
|
#define CONFIG_APPTRACE_ENABLE 1
|
||||||
|
#define CONFIG_APPTRACE_LOCK_ENABLE 1
|
||||||
|
#define CONFIG_APPTRACE_ONPANIC_HOST_FLUSH_TMO -1
|
||||||
|
#define CONFIG_APPTRACE_POSTMORTEM_FLUSH_THRESH 0
|
||||||
|
#define CONFIG_BT_ALARM_MAX_NUM 50
|
||||||
|
#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1
|
||||||
|
#define CONFIG_EFUSE_MAX_BLK_LEN 256
|
||||||
|
#define CONFIG_ESP_TLS_USING_MBEDTLS 1
|
||||||
|
#define CONFIG_ESP_TLS_USE_DS_PERIPHERAL 1
|
||||||
|
#define CONFIG_ESP_COEX_ENABLED 1
|
||||||
|
#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1
|
||||||
|
#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1
|
||||||
|
#define CONFIG_SPI_MASTER_ISR_IN_IRAM 1
|
||||||
|
#define CONFIG_SPI_SLAVE_ISR_IN_IRAM 1
|
||||||
|
#define CONFIG_USJ_ENABLE_USB_SERIAL_JTAG 1
|
||||||
|
#define CONFIG_ETH_ENABLED 1
|
||||||
|
#define CONFIG_ETH_USE_SPI_ETHERNET 1
|
||||||
|
#define CONFIG_ESP_EVENT_POST_FROM_ISR 1
|
||||||
|
#define CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR 1
|
||||||
|
#define CONFIG_ESP_GDBSTUB_ENABLED 1
|
||||||
|
#define CONFIG_ESP_GDBSTUB_SUPPORT_TASKS 1
|
||||||
|
#define CONFIG_ESP_GDBSTUB_MAX_TASKS 32
|
||||||
|
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1
|
||||||
|
#define CONFIG_HTTPD_MAX_REQ_HDR_LEN 512
|
||||||
|
#define CONFIG_HTTPD_MAX_URI_LEN 512
|
||||||
|
#define CONFIG_HTTPD_ERR_RESP_NO_DELAY 1
|
||||||
|
#define CONFIG_HTTPD_PURGE_BUF_LEN 32
|
||||||
|
#define CONFIG_ESP32C3_REV_MIN_3 1
|
||||||
|
#define CONFIG_ESP32C3_REV_MIN_FULL 3
|
||||||
|
#define CONFIG_ESP_REV_MIN_FULL 3
|
||||||
|
#define CONFIG_ESP32C3_REV_MAX_FULL 199
|
||||||
|
#define CONFIG_ESP_REV_MAX_FULL 199
|
||||||
|
#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0
|
||||||
|
#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 199
|
||||||
|
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1
|
||||||
|
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1
|
||||||
|
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1
|
||||||
|
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1
|
||||||
|
#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1
|
||||||
|
#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4
|
||||||
|
#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR 1
|
||||||
|
#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES 4
|
||||||
|
#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1
|
||||||
|
#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1
|
||||||
|
#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0
|
||||||
|
#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1
|
||||||
|
#define CONFIG_RTC_CLK_SRC_INT_RC 1
|
||||||
|
#define CONFIG_RTC_CLK_CAL_CYCLES 1024
|
||||||
|
#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1
|
||||||
|
#define CONFIG_GDMA_CTRL_FUNC_IN_IRAM 1
|
||||||
|
#define CONFIG_XTAL_FREQ_40 1
|
||||||
|
#define CONFIG_XTAL_FREQ 40
|
||||||
|
#define CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM 1
|
||||||
|
#define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120
|
||||||
|
#define CONFIG_ESP_NETIF_TCPIP_LWIP 1
|
||||||
|
#define CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API 1
|
||||||
|
#define CONFIG_ESP_PHY_ENABLED 1
|
||||||
|
#define CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE 1
|
||||||
|
#define CONFIG_ESP_PHY_MAX_WIFI_TX_POWER 20
|
||||||
|
#define CONFIG_ESP_PHY_MAX_TX_POWER 20
|
||||||
|
#define CONFIG_ESP_PHY_ENABLE_USB 1
|
||||||
|
#define CONFIG_ESP_PHY_RF_CAL_PARTIAL 1
|
||||||
|
#define CONFIG_ESP_PHY_CALIBRATION_MODE 0
|
||||||
|
#define CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP 1
|
||||||
|
#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1
|
||||||
|
#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160
|
||||||
|
#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0
|
||||||
|
#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32
|
||||||
|
#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304
|
||||||
|
#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584
|
||||||
|
#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1
|
||||||
|
#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0
|
||||||
|
#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048
|
||||||
|
#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG 1
|
||||||
|
#define CONFIG_ESP_CONSOLE_SECONDARY_NONE 1
|
||||||
|
#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1
|
||||||
|
#define CONFIG_ESP_CONSOLE_UART_NUM -1
|
||||||
|
#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 3
|
||||||
|
#define CONFIG_ESP_INT_WDT 1
|
||||||
|
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
|
||||||
|
#define CONFIG_ESP_TASK_WDT_EN 1
|
||||||
|
#define CONFIG_ESP_TASK_WDT_INIT 1
|
||||||
|
#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5
|
||||||
|
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1
|
||||||
|
#define CONFIG_ESP_DEBUG_OCDAWARE 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1
|
||||||
|
#define CONFIG_ESP_BROWNOUT_DET 1
|
||||||
|
#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1
|
||||||
|
#define CONFIG_ESP_BROWNOUT_DET_LVL 7
|
||||||
|
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1
|
||||||
|
#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1
|
||||||
|
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 2048
|
||||||
|
#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1
|
||||||
|
#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1
|
||||||
|
#define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584
|
||||||
|
#define CONFIG_ESP_TIMER_INTERRUPT_LEVEL 1
|
||||||
|
#define CONFIG_ESP_TIMER_TASK_AFFINITY 0x0
|
||||||
|
#define CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 1
|
||||||
|
#define CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 1
|
||||||
|
#define CONFIG_ESP_TIMER_IMPL_SYSTIMER 1
|
||||||
|
#define CONFIG_ESP_WIFI_ENABLED 1
|
||||||
|
#define CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM 10
|
||||||
|
#define CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM 32
|
||||||
|
#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER 1
|
||||||
|
#define CONFIG_ESP_WIFI_TX_BUFFER_TYPE 1
|
||||||
|
#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM 32
|
||||||
|
#define CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER 1
|
||||||
|
#define CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF 0
|
||||||
|
#define CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF 5
|
||||||
|
#define CONFIG_ESP_WIFI_AMPDU_TX_ENABLED 1
|
||||||
|
#define CONFIG_ESP_WIFI_TX_BA_WIN 6
|
||||||
|
#define CONFIG_ESP_WIFI_AMPDU_RX_ENABLED 1
|
||||||
|
#define CONFIG_ESP_WIFI_RX_BA_WIN 6
|
||||||
|
#define CONFIG_ESP_WIFI_NVS_ENABLED 1
|
||||||
|
#define CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN 752
|
||||||
|
#define CONFIG_ESP_WIFI_MGMT_SBUF_NUM 32
|
||||||
|
#define CONFIG_ESP_WIFI_IRAM_OPT 1
|
||||||
|
#define CONFIG_ESP_WIFI_RX_IRAM_OPT 1
|
||||||
|
#define CONFIG_ESP_WIFI_ENABLE_WPA3_SAE 1
|
||||||
|
#define CONFIG_ESP_WIFI_ENABLE_SAE_PK 1
|
||||||
|
#define CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT 1
|
||||||
|
#define CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA 1
|
||||||
|
#define CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME 50
|
||||||
|
#define CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME 10
|
||||||
|
#define CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME 15
|
||||||
|
#define CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE 1
|
||||||
|
#define CONFIG_ESP_WIFI_GMAC_SUPPORT 1
|
||||||
|
#define CONFIG_ESP_WIFI_SOFTAP_SUPPORT 1
|
||||||
|
#define CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM 7
|
||||||
|
#define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1
|
||||||
|
#define CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT 1
|
||||||
|
#define CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_ENABLE_TO_UART 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_CHECKSUM_CRC32 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_ENABLE 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_LOGS 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_MAX_TASKS_NUM 64
|
||||||
|
#define CONFIG_ESP_COREDUMP_UART_DELAY 0
|
||||||
|
#define CONFIG_ESP_COREDUMP_STACK_SIZE 0
|
||||||
|
#define CONFIG_ESP_COREDUMP_DECODE_INFO 1
|
||||||
|
#define CONFIG_ESP_COREDUMP_DECODE "info"
|
||||||
|
#define CONFIG_FATFS_VOLUME_COUNT 2
|
||||||
|
#define CONFIG_FATFS_LFN_NONE 1
|
||||||
|
#define CONFIG_FATFS_SECTOR_4096 1
|
||||||
|
#define CONFIG_FATFS_CODEPAGE_437 1
|
||||||
|
#define CONFIG_FATFS_CODEPAGE 437
|
||||||
|
#define CONFIG_FATFS_FS_LOCK 0
|
||||||
|
#define CONFIG_FATFS_TIMEOUT_MS 10000
|
||||||
|
#define CONFIG_FATFS_PER_FILE_CACHE 1
|
||||||
|
#define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0
|
||||||
|
#define CONFIG_FATFS_LINK_LOCK 1
|
||||||
|
#define CONFIG_FREERTOS_UNICORE 1
|
||||||
|
#define CONFIG_FREERTOS_HZ 100
|
||||||
|
#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1
|
||||||
|
#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1
|
||||||
|
#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1
|
||||||
|
#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536
|
||||||
|
#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16
|
||||||
|
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc"
|
||||||
|
#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1
|
||||||
|
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF
|
||||||
|
#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1
|
||||||
|
#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048
|
||||||
|
#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10
|
||||||
|
#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0
|
||||||
|
#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1
|
||||||
|
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
|
||||||
|
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
|
||||||
|
#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1
|
||||||
|
#define CONFIG_FREERTOS_ISR_STACKSIZE 2096
|
||||||
|
#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1
|
||||||
|
#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1
|
||||||
|
#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1
|
||||||
|
#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1
|
||||||
|
#define CONFIG_FREERTOS_PORT 1
|
||||||
|
#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF
|
||||||
|
#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1
|
||||||
|
#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1
|
||||||
|
#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1
|
||||||
|
#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1
|
||||||
|
#define CONFIG_FREERTOS_NUMBER_OF_CORES 1
|
||||||
|
#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1
|
||||||
|
#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2
|
||||||
|
#define CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM 1
|
||||||
|
#define CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM 1
|
||||||
|
#define CONFIG_HEAP_POISONING_DISABLED 1
|
||||||
|
#define CONFIG_HEAP_TRACING_OFF 1
|
||||||
|
#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1
|
||||||
|
#define CONFIG_LOG_DEFAULT_LEVEL 3
|
||||||
|
#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1
|
||||||
|
#define CONFIG_LOG_MAXIMUM_LEVEL 3
|
||||||
|
#define CONFIG_LOG_COLORS 1
|
||||||
|
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
|
||||||
|
#define CONFIG_LWIP_ENABLE 1
|
||||||
|
#define CONFIG_LWIP_LOCAL_HOSTNAME "espressif"
|
||||||
|
#define CONFIG_LWIP_TCPIP_TASK_PRIO 18
|
||||||
|
#define CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES 1
|
||||||
|
#define CONFIG_LWIP_TIMERS_ONDEMAND 1
|
||||||
|
#define CONFIG_LWIP_ND6 1
|
||||||
|
#define CONFIG_LWIP_MAX_SOCKETS 10
|
||||||
|
#define CONFIG_LWIP_SO_REUSE 1
|
||||||
|
#define CONFIG_LWIP_SO_REUSE_RXTOALL 1
|
||||||
|
#define CONFIG_LWIP_IP_DEFAULT_TTL 64
|
||||||
|
#define CONFIG_LWIP_IP4_FRAG 1
|
||||||
|
#define CONFIG_LWIP_IP6_FRAG 1
|
||||||
|
#define CONFIG_LWIP_IP_REASS_MAX_PBUFS 10
|
||||||
|
#define CONFIG_LWIP_ESP_GRATUITOUS_ARP 1
|
||||||
|
#define CONFIG_LWIP_GARP_TMR_INTERVAL 60
|
||||||
|
#define CONFIG_LWIP_ESP_MLDV6_REPORT 1
|
||||||
|
#define CONFIG_LWIP_MLDV6_TMR_INTERVAL 40
|
||||||
|
#define CONFIG_LWIP_TCPIP_RECVMBOX_SIZE 32
|
||||||
|
#define CONFIG_LWIP_DHCP_DOES_ARP_CHECK 1
|
||||||
|
#define CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID 1
|
||||||
|
#define CONFIG_LWIP_DHCP_OPTIONS_LEN 68
|
||||||
|
#define CONFIG_LWIP_NUM_NETIF_CLIENT_DATA 0
|
||||||
|
#define CONFIG_LWIP_DHCP_COARSE_TIMER_SECS 1
|
||||||
|
#define CONFIG_LWIP_DHCPS 1
|
||||||
|
#define CONFIG_LWIP_DHCPS_LEASE_UNIT 60
|
||||||
|
#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8
|
||||||
|
#define CONFIG_LWIP_DHCPS_STATIC_ENTRIES 1
|
||||||
|
#define CONFIG_LWIP_IPV4 1
|
||||||
|
#define CONFIG_LWIP_IPV6 1
|
||||||
|
#define CONFIG_LWIP_IPV6_NUM_ADDRESSES 3
|
||||||
|
#define CONFIG_LWIP_NETIF_LOOPBACK 1
|
||||||
|
#define CONFIG_LWIP_LOOPBACK_MAX_PBUFS 8
|
||||||
|
#define CONFIG_LWIP_MAX_ACTIVE_TCP 16
|
||||||
|
#define CONFIG_LWIP_MAX_LISTENING_TCP 16
|
||||||
|
#define CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION 1
|
||||||
|
#define CONFIG_LWIP_TCP_MAXRTX 12
|
||||||
|
#define CONFIG_LWIP_TCP_SYNMAXRTX 12
|
||||||
|
#define CONFIG_LWIP_TCP_MSS 1440
|
||||||
|
#define CONFIG_LWIP_TCP_TMR_INTERVAL 250
|
||||||
|
#define CONFIG_LWIP_TCP_MSL 60000
|
||||||
|
#define CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT 20000
|
||||||
|
#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5760
|
||||||
|
#define CONFIG_LWIP_TCP_WND_DEFAULT 5760
|
||||||
|
#define CONFIG_LWIP_TCP_RECVMBOX_SIZE 6
|
||||||
|
#define CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE 6
|
||||||
|
#define CONFIG_LWIP_TCP_QUEUE_OOSEQ 1
|
||||||
|
#define CONFIG_LWIP_TCP_OOSEQ_TIMEOUT 6
|
||||||
|
#define CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS 4
|
||||||
|
#define CONFIG_LWIP_TCP_OVERSIZE_MSS 1
|
||||||
|
#define CONFIG_LWIP_TCP_RTO_TIME 1500
|
||||||
|
#define CONFIG_LWIP_MAX_UDP_PCBS 16
|
||||||
|
#define CONFIG_LWIP_UDP_RECVMBOX_SIZE 6
|
||||||
|
#define CONFIG_LWIP_CHECKSUM_CHECK_ICMP 1
|
||||||
|
#define CONFIG_LWIP_TCPIP_TASK_STACK_SIZE 3072
|
||||||
|
#define CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY 1
|
||||||
|
#define CONFIG_LWIP_TCPIP_TASK_AFFINITY 0x7FFFFFFF
|
||||||
|
#define CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES 5
|
||||||
|
#define CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS 3
|
||||||
|
#define CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS 10
|
||||||
|
#define CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE 3
|
||||||
|
#define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5
|
||||||
|
#define CONFIG_LWIP_ICMP 1
|
||||||
|
#define CONFIG_LWIP_MAX_RAW_PCBS 16
|
||||||
|
#define CONFIG_LWIP_SNTP_MAX_SERVERS 1
|
||||||
|
#define CONFIG_LWIP_SNTP_UPDATE_DELAY 3600000
|
||||||
|
#define CONFIG_LWIP_SNTP_STARTUP_DELAY 1
|
||||||
|
#define CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY 5000
|
||||||
|
#define CONFIG_LWIP_DNS_MAX_HOST_IP 1
|
||||||
|
#define CONFIG_LWIP_DNS_MAX_SERVERS 3
|
||||||
|
#define CONFIG_LWIP_BRIDGEIF_MAX_PORTS 7
|
||||||
|
#define CONFIG_LWIP_ESP_LWIP_ASSERT 1
|
||||||
|
#define CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT 1
|
||||||
|
#define CONFIG_LWIP_HOOK_IP6_ROUTE_NONE 1
|
||||||
|
#define CONFIG_LWIP_HOOK_ND6_GET_GW_NONE 1
|
||||||
|
#define CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE 1
|
||||||
|
#define CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE 1
|
||||||
|
#define CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE 1
|
||||||
|
#define CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT 1
|
||||||
|
#define CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC 1
|
||||||
|
#define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1
|
||||||
|
#define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384
|
||||||
|
#define CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN 4096
|
||||||
|
#define CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 1
|
||||||
|
#define CONFIG_MBEDTLS_PKCS7_C 1
|
||||||
|
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE 1
|
||||||
|
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL 1
|
||||||
|
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS 200
|
||||||
|
#define CONFIG_MBEDTLS_CMAC_C 1
|
||||||
|
#define CONFIG_MBEDTLS_HARDWARE_AES 1
|
||||||
|
#define CONFIG_MBEDTLS_AES_USE_INTERRUPT 1
|
||||||
|
#define CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL 0
|
||||||
|
#define CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER 1
|
||||||
|
#define CONFIG_MBEDTLS_HARDWARE_MPI 1
|
||||||
|
#define CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI 1
|
||||||
|
#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1
|
||||||
|
#define CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL 0
|
||||||
|
#define CONFIG_MBEDTLS_HARDWARE_SHA 1
|
||||||
|
#define CONFIG_MBEDTLS_ROM_MD5 1
|
||||||
|
#define CONFIG_MBEDTLS_HAVE_TIME 1
|
||||||
|
#define CONFIG_MBEDTLS_ECDSA_DETERMINISTIC 1
|
||||||
|
#define CONFIG_MBEDTLS_SHA512_C 1
|
||||||
|
#define CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT 1
|
||||||
|
#define CONFIG_MBEDTLS_TLS_SERVER 1
|
||||||
|
#define CONFIG_MBEDTLS_TLS_CLIENT 1
|
||||||
|
#define CONFIG_MBEDTLS_TLS_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_KEY_EXCHANGE_RSA 1
|
||||||
|
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1
|
||||||
|
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA 1
|
||||||
|
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA 1
|
||||||
|
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA 1
|
||||||
|
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA 1
|
||||||
|
#define CONFIG_MBEDTLS_SSL_RENEGOTIATION 1
|
||||||
|
#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 1
|
||||||
|
#define CONFIG_MBEDTLS_SSL_ALPN 1
|
||||||
|
#define CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS 1
|
||||||
|
#define CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS 1
|
||||||
|
#define CONFIG_MBEDTLS_AES_C 1
|
||||||
|
#define CONFIG_MBEDTLS_CCM_C 1
|
||||||
|
#define CONFIG_MBEDTLS_GCM_C 1
|
||||||
|
#define CONFIG_MBEDTLS_PEM_PARSE_C 1
|
||||||
|
#define CONFIG_MBEDTLS_PEM_WRITE_C 1
|
||||||
|
#define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1
|
||||||
|
#define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_C 1
|
||||||
|
#define CONFIG_MBEDTLS_ECDH_C 1
|
||||||
|
#define CONFIG_MBEDTLS_ECDSA_C 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1
|
||||||
|
#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1
|
||||||
|
#define CONFIG_MBEDTLS_ERROR_STRINGS 1
|
||||||
|
#define CONFIG_MBEDTLS_FS_IO 1
|
||||||
|
#define CONFIG_MQTT_PROTOCOL_311 1
|
||||||
|
#define CONFIG_MQTT_TRANSPORT_SSL 1
|
||||||
|
#define CONFIG_MQTT_TRANSPORT_WEBSOCKET 1
|
||||||
|
#define CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE 1
|
||||||
|
#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1
|
||||||
|
#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1
|
||||||
|
#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1
|
||||||
|
#define CONFIG_OPENTHREAD_NETWORK_NAME "OpenThread-ESP"
|
||||||
|
#define CONFIG_OPENTHREAD_MESH_LOCAL_PREFIX "fd00:db8:a0:0::/64"
|
||||||
|
#define CONFIG_OPENTHREAD_NETWORK_CHANNEL 15
|
||||||
|
#define CONFIG_OPENTHREAD_NETWORK_PANID 0x1234
|
||||||
|
#define CONFIG_OPENTHREAD_NETWORK_EXTPANID "dead00beef00cafe"
|
||||||
|
#define CONFIG_OPENTHREAD_NETWORK_MASTERKEY "00112233445566778899aabbccddeeff"
|
||||||
|
#define CONFIG_OPENTHREAD_NETWORK_PSKC "104810e2315100afd6bc9215a6bfac53"
|
||||||
|
#define CONFIG_OPENTHREAD_XTAL_ACCURACY 130
|
||||||
|
#define CONFIG_OPENTHREAD_RX_ON_WHEN_IDLE 1
|
||||||
|
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 1
|
||||||
|
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 1
|
||||||
|
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 1
|
||||||
|
#define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5
|
||||||
|
#define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072
|
||||||
|
#define CONFIG_PTHREAD_STACK_MIN 768
|
||||||
|
#define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1
|
||||||
|
#define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread"
|
||||||
|
#define CONFIG_MMU_PAGE_SIZE_64KB 1
|
||||||
|
#define CONFIG_MMU_PAGE_MODE "64KB"
|
||||||
|
#define CONFIG_MMU_PAGE_SIZE 0x10000
|
||||||
|
#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1
|
||||||
|
#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUSPEND_QVL_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50
|
||||||
|
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
|
||||||
|
#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1
|
||||||
|
#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1
|
||||||
|
#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20
|
||||||
|
#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1
|
||||||
|
#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP 1
|
||||||
|
#define CONFIG_SPI_FLASH_SUPPORT_TH_CHIP 1
|
||||||
|
#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1
|
||||||
|
#define CONFIG_SPIFFS_MAX_PARTITIONS 3
|
||||||
|
#define CONFIG_SPIFFS_CACHE 1
|
||||||
|
#define CONFIG_SPIFFS_CACHE_WR 1
|
||||||
|
#define CONFIG_SPIFFS_PAGE_CHECK 1
|
||||||
|
#define CONFIG_SPIFFS_GC_MAX_RUNS 10
|
||||||
|
#define CONFIG_SPIFFS_PAGE_SIZE 256
|
||||||
|
#define CONFIG_SPIFFS_OBJ_NAME_LEN 32
|
||||||
|
#define CONFIG_SPIFFS_USE_MAGIC 1
|
||||||
|
#define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1
|
||||||
|
#define CONFIG_SPIFFS_META_LENGTH 4
|
||||||
|
#define CONFIG_SPIFFS_USE_MTIME 1
|
||||||
|
#define CONFIG_WS_TRANSPORT 1
|
||||||
|
#define CONFIG_WS_BUFFER_SIZE 1024
|
||||||
|
#define CONFIG_UNITY_ENABLE_FLOAT 1
|
||||||
|
#define CONFIG_UNITY_ENABLE_DOUBLE 1
|
||||||
|
#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1
|
||||||
|
#define CONFIG_VFS_SUPPORT_IO 1
|
||||||
|
#define CONFIG_VFS_SUPPORT_DIR 1
|
||||||
|
#define CONFIG_VFS_SUPPORT_SELECT 1
|
||||||
|
#define CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT 1
|
||||||
|
#define CONFIG_VFS_SUPPORT_TERMIOS 1
|
||||||
|
#define CONFIG_VFS_MAX_COUNT 8
|
||||||
|
#define CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS 1
|
||||||
|
#define CONFIG_WL_SECTOR_SIZE_4096 1
|
||||||
|
#define CONFIG_WL_SECTOR_SIZE 4096
|
||||||
|
#define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16
|
||||||
|
#define CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT 30
|
||||||
|
#define CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN 1
|
||||||
|
|
||||||
|
/* List of deprecated options */
|
||||||
|
#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
|
||||||
|
#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
|
||||||
|
#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7
|
||||||
|
#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG
|
||||||
|
#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG
|
||||||
|
#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||||
|
#define CONFIG_ESP32C3_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
|
||||||
|
#define CONFIG_ESP32C3_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
|
||||||
|
#define CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7
|
||||||
|
#define CONFIG_ESP32C3_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE
|
||||||
|
#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160
|
||||||
|
#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
|
||||||
|
#define CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND
|
||||||
|
#define CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT_FEATURE
|
||||||
|
#define CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK
|
||||||
|
#define CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES
|
||||||
|
#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC
|
||||||
|
#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT
|
||||||
|
#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE
|
||||||
|
#define CONFIG_ESP32_APPTRACE_ENABLE CONFIG_APPTRACE_ENABLE
|
||||||
|
#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE
|
||||||
|
#define CONFIG_ESP32_APPTRACE_ONPANIC_HOST_FLUSH_TMO CONFIG_APPTRACE_ONPANIC_HOST_FLUSH_TMO
|
||||||
|
#define CONFIG_ESP32_APPTRACE_POSTMORTEM_FLUSH_TRAX_THRESH CONFIG_APPTRACE_POSTMORTEM_FLUSH_THRESH
|
||||||
|
#define CONFIG_ESP32_COREDUMP_CHECKSUM_CRC32 CONFIG_ESP_COREDUMP_CHECKSUM_CRC32
|
||||||
|
#define CONFIG_ESP32_COREDUMP_DATA_FORMAT_ELF CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_DECODE CONFIG_ESP_COREDUMP_DECODE
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_DECODE_INFO CONFIG_ESP_COREDUMP_DECODE_INFO
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_MAX_TASKS_NUM CONFIG_ESP_COREDUMP_MAX_TASKS_NUM
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_STACK_SIZE CONFIG_ESP_COREDUMP_STACK_SIZE
|
||||||
|
#define CONFIG_ESP32_CORE_DUMP_UART_DELAY CONFIG_ESP_COREDUMP_UART_DELAY
|
||||||
|
#define CONFIG_ESP32_ENABLE_COREDUMP CONFIG_ESP_COREDUMP_ENABLE
|
||||||
|
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_UART CONFIG_ESP_COREDUMP_ENABLE_TO_UART
|
||||||
|
#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE
|
||||||
|
#define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER
|
||||||
|
#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER
|
||||||
|
#define CONFIG_ESP32_PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN
|
||||||
|
#define CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT CONFIG_PTHREAD_TASK_CORE_DEFAULT
|
||||||
|
#define CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT CONFIG_PTHREAD_TASK_NAME_DEFAULT
|
||||||
|
#define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT CONFIG_PTHREAD_TASK_PRIO_DEFAULT
|
||||||
|
#define CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT
|
||||||
|
#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED CONFIG_ESP_WIFI_AMPDU_RX_ENABLED
|
||||||
|
#define CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED CONFIG_ESP_WIFI_AMPDU_TX_ENABLED
|
||||||
|
#define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM
|
||||||
|
#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER
|
||||||
|
#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM
|
||||||
|
#define CONFIG_ESP32_WIFI_ENABLED CONFIG_ESP_WIFI_ENABLED
|
||||||
|
#define CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA
|
||||||
|
#define CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE CONFIG_ESP_WIFI_ENABLE_WPA3_SAE
|
||||||
|
#define CONFIG_ESP32_WIFI_IRAM_OPT CONFIG_ESP_WIFI_IRAM_OPT
|
||||||
|
#define CONFIG_ESP32_WIFI_MGMT_SBUF_NUM CONFIG_ESP_WIFI_MGMT_SBUF_NUM
|
||||||
|
#define CONFIG_ESP32_WIFI_NVS_ENABLED CONFIG_ESP_WIFI_NVS_ENABLED
|
||||||
|
#define CONFIG_ESP32_WIFI_RX_BA_WIN CONFIG_ESP_WIFI_RX_BA_WIN
|
||||||
|
#define CONFIG_ESP32_WIFI_RX_IRAM_OPT CONFIG_ESP_WIFI_RX_IRAM_OPT
|
||||||
|
#define CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN
|
||||||
|
#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM
|
||||||
|
#define CONFIG_ESP32_WIFI_TX_BA_WIN CONFIG_ESP_WIFI_TX_BA_WIN
|
||||||
|
#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE CONFIG_ESP_WIFI_TX_BUFFER_TYPE
|
||||||
|
#define CONFIG_ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP
|
||||||
|
#define CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP
|
||||||
|
#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT
|
||||||
|
#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO
|
||||||
|
#define CONFIG_GARP_TMR_INTERVAL CONFIG_LWIP_GARP_TMR_INTERVAL
|
||||||
|
#define CONFIG_GDBSTUB_MAX_TASKS CONFIG_ESP_GDBSTUB_MAX_TASKS
|
||||||
|
#define CONFIG_GDBSTUB_SUPPORT_TASKS CONFIG_ESP_GDBSTUB_SUPPORT_TASKS
|
||||||
|
#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT
|
||||||
|
#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS
|
||||||
|
#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE
|
||||||
|
#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL
|
||||||
|
#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO
|
||||||
|
#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE
|
||||||
|
#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD
|
||||||
|
#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE
|
||||||
|
#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL
|
||||||
|
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG
|
||||||
|
#define CONFIG_POST_EVENTS_FROM_IRAM_ISR CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR
|
||||||
|
#define CONFIG_POST_EVENTS_FROM_ISR CONFIG_ESP_EVENT_POST_FROM_ISR
|
||||||
|
#define CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS
|
||||||
|
#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS
|
||||||
|
#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE
|
||||||
|
#define CONFIG_SUPPORT_TERMIOS CONFIG_VFS_SUPPORT_TERMIOS
|
||||||
|
#define CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT
|
||||||
|
#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE
|
||||||
|
#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE
|
||||||
|
#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT
|
||||||
|
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
|
||||||
|
#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S
|
||||||
|
#define CONFIG_TCPIP_RECVMBOX_SIZE CONFIG_LWIP_TCPIP_RECVMBOX_SIZE
|
||||||
|
#define CONFIG_TCPIP_TASK_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY
|
||||||
|
#define CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY
|
||||||
|
#define CONFIG_TCPIP_TASK_STACK_SIZE CONFIG_LWIP_TCPIP_TASK_STACK_SIZE
|
||||||
|
#define CONFIG_TCP_MAXRTX CONFIG_LWIP_TCP_MAXRTX
|
||||||
|
#define CONFIG_TCP_MSL CONFIG_LWIP_TCP_MSL
|
||||||
|
#define CONFIG_TCP_MSS CONFIG_LWIP_TCP_MSS
|
||||||
|
#define CONFIG_TCP_OVERSIZE_MSS CONFIG_LWIP_TCP_OVERSIZE_MSS
|
||||||
|
#define CONFIG_TCP_QUEUE_OOSEQ CONFIG_LWIP_TCP_QUEUE_OOSEQ
|
||||||
|
#define CONFIG_TCP_RECVMBOX_SIZE CONFIG_LWIP_TCP_RECVMBOX_SIZE
|
||||||
|
#define CONFIG_TCP_SND_BUF_DEFAULT CONFIG_LWIP_TCP_SND_BUF_DEFAULT
|
||||||
|
#define CONFIG_TCP_SYNMAXRTX CONFIG_LWIP_TCP_SYNMAXRTX
|
||||||
|
#define CONFIG_TCP_WND_DEFAULT CONFIG_LWIP_TCP_WND_DEFAULT
|
||||||
|
#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH
|
||||||
|
#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY
|
||||||
|
#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH
|
||||||
|
#define CONFIG_TIMER_TASK_STACK_SIZE CONFIG_ESP_TIMER_TASK_STACK_SIZE
|
||||||
|
#define CONFIG_UDP_RECVMBOX_SIZE CONFIG_LWIP_UDP_RECVMBOX_SIZE
|
||||||
|
#define CONFIG_WPA_MBEDTLS_CRYPTO CONFIG_ESP_WIFI_MBEDTLS_CRYPTO
|
||||||
|
#define CONFIG_WPA_MBEDTLS_TLS_CLIENT CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT
|
1197
ESP32-Console/build/config/sdkconfig.json
Normal file
1197
ESP32-Console/build/config/sdkconfig.json
Normal file
File diff suppressed because it is too large
Load Diff
1
ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/error.c
Symbolic link
1
ESP32-Console/build/esp-idf/mbedtls/mbedtls/library/error.c
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/library/error.c
|
@@ -0,0 +1 @@
|
|||||||
|
/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c
|
@@ -0,0 +1 @@
|
|||||||
|
/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c
|
@@ -0,0 +1 @@
|
|||||||
|
/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/mbedtls/library/version_features.c
|
73
ESP32-Console/build/kconfigs.in
Normal file
73
ESP32-Console/build/kconfigs.in
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/app_trace/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/bt/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/console/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/driver/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/efuse/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp-tls/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_adc/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_coex/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_common/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ana_cmpr/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_cam/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_dac/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gpio/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_gptimer/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2c/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_i2s/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_isp/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_jpeg/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_ledc/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_mcpwm/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_parlio/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_pcnt/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_rmt/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_sdm/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_spi/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_touch_sens/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_tsens/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_uart/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_eth/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_event/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_gdbstub/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_http_client/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_http_server/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_ota/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_https_server/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_hw_support/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_lcd/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_netif/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_partition/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_phy/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_pm/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_psram/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_ringbuf/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_system/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_timer/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_wifi/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/espcoredump/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/fatfs/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/freertos/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/hal/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/heap/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/ieee802154/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/log/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/lwip/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/mbedtls/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/mqtt/esp-mqtt/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/newlib/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/nvs_flash/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/nvs_sec_provider/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/openthread/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/protocomm/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/pthread/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/soc/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/spi_flash/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/spiffs/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/tcp_transport/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/ulp/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/unity/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/usb/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/vfs/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/wear_levelling/Kconfig"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/wifi_provisioning/Kconfig"
|
5
ESP32-Console/build/kconfigs_projbuild.in
Normal file
5
ESP32-Console/build/kconfigs_projbuild.in
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/bootloader/Kconfig.projbuild"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_app_format/Kconfig.projbuild"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esp_rom/Kconfig.projbuild"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/esptool_py/Kconfig.projbuild"
|
||||||
|
source "/home/abobkov/esp/v5.3.2/esp-idf/components/partition_table/Kconfig.projbuild"
|
Reference in New Issue
Block a user