mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +00:00
ESP-NOW Transmitter
This commit is contained in:
@@ -0,0 +1,260 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
# It was generated by CMake: /usr/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//C++ Compiler Base Flags
|
||||
CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei '
|
||||
|
||||
//C Compiler Base Flags
|
||||
CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei '
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Linker Base Flags
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs '
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of build database during the build.
|
||||
CMAKE_EXPORT_BUILD_DATABASE:BOOL=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/CMakeFiles/pkgRedirects
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//make program
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=CMAKE_TRY_COMPILE
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_TRY_COMPILE_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_TRY_COMPILE_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_TRY_COMPILE_SOURCE_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
COMPILE_DEFINITIONS:STRING=
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=31
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=6
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE
|
||||
CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Ninja
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.31
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
|
@@ -0,0 +1,3 @@
|
||||
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/CMakeFiles/cmTC_8a33e.dir
|
||||
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/CMakeFiles/edit_cache.dir
|
||||
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/CMakeFiles/rebuild_cache.dir
|
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
@@ -0,0 +1,55 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Ninja" Generator, CMake Version 3.31
|
||||
|
||||
# This file contains all the rules used to get the outputs files
|
||||
# built from the input files.
|
||||
# It is included in the main 'build.ninja'.
|
||||
|
||||
# =============================================================================
|
||||
# Project: CMAKE_TRY_COMPILE
|
||||
# Configurations:
|
||||
# =============================================================================
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER__cmTC_8a33e_unscanned_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C executable.
|
||||
|
||||
rule C_EXECUTABLE_LINKER__cmTC_8a33e_
|
||||
command = $PRE_LINK && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
|
||||
description = Linking C executable $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for cleaning all built files.
|
||||
|
||||
rule CLEAN
|
||||
command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS
|
||||
description = Cleaning all built files...
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for printing all primary targets available.
|
||||
|
||||
rule HELP
|
||||
command = /usr/bin/ninja -t targets
|
||||
description = All primary targets available:
|
||||
|
@@ -0,0 +1,28 @@
|
||||
cmake_minimum_required(VERSION 3.31.6.0)
|
||||
set(CMAKE_MODULE_PATH "/home/abobkov/esp/v5.4.1/esp-idf/tools/cmake;/home/abobkov/esp/v5.4.1/esp-idf/tools/cmake/third_party")
|
||||
cmake_policy(SET CMP0126 OLD)
|
||||
cmake_policy(SET CMP0128 OLD)
|
||||
project(CMAKE_TRY_COMPILE C)
|
||||
set(CMAKE_VERBOSE_MAKEFILE 1)
|
||||
set(CMAKE_C_FLAGS "-march=rv32imc_zicsr_zifencei ")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMPILE_DEFINITIONS}")
|
||||
set(CMAKE_C_FLAGS_DEBUG "-g")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs ")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${EXE_LINKER_FLAGS}")
|
||||
include_directories(${INCLUDE_DIRECTORIES})
|
||||
set(CMAKE_SUPPRESS_REGENERATION 1)
|
||||
link_directories(${LINK_DIRECTORIES})
|
||||
add_definitions([==[-DCMAKE_HAVE_LIBC_PTHREAD]==])
|
||||
cmake_policy(SET CMP0065 NEW)
|
||||
cmake_policy(SET CMP0083 NEW)
|
||||
cmake_policy(SET CMP0155 OLD)
|
||||
cmake_policy(SET CMP0157 OLD)
|
||||
include("${CMAKE_ROOT}/Modules/Internal/HeaderpadWorkaround.cmake")
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0")
|
||||
add_executable(cmTC_8a33e)
|
||||
target_sources(cmTC_8a33e PRIVATE
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/src.c"
|
||||
)
|
||||
file(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/cmTC_8a33e_loc"
|
||||
CONTENT $<TARGET_FILE:cmTC_8a33e>)
|
||||
target_link_libraries(cmTC_8a33e ${LINK_LIBRARIES})
|
@@ -0,0 +1,133 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Ninja" Generator, CMake Version 3.31
|
||||
|
||||
# This file contains all the build statements describing the
|
||||
# compilation DAG.
|
||||
|
||||
# =============================================================================
|
||||
# Write statements declared in CMakeLists.txt:
|
||||
#
|
||||
# Which is the root file.
|
||||
# =============================================================================
|
||||
|
||||
# =============================================================================
|
||||
# Project: CMAKE_TRY_COMPILE
|
||||
# Configurations:
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Minimal version of Ninja required by this file
|
||||
|
||||
ninja_required_version = 1.5
|
||||
|
||||
# =============================================================================
|
||||
# Include auxiliary files.
|
||||
|
||||
|
||||
#############################################
|
||||
# Include rules file.
|
||||
|
||||
include CMakeFiles/rules.ninja
|
||||
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Logical path to working directory; prefix for absolute paths.
|
||||
|
||||
cmake_ninja_workdir = /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/
|
||||
# =============================================================================
|
||||
# Object build statements for EXECUTABLE target cmTC_8a33e
|
||||
|
||||
|
||||
#############################################
|
||||
# Order-only phony target for cmTC_8a33e
|
||||
|
||||
build cmake_object_order_depends_target_cmTC_8a33e: phony || .
|
||||
|
||||
build CMakeFiles/cmTC_8a33e.dir/src.c.obj: C_COMPILER__cmTC_8a33e_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/src.c || cmake_object_order_depends_target_cmTC_8a33e
|
||||
DEFINES = -DCMAKE_HAVE_LIBC_PTHREAD
|
||||
DEP_FILE = CMakeFiles/cmTC_8a33e.dir/src.c.obj.d
|
||||
FLAGS = -march=rv32imc_zicsr_zifencei
|
||||
OBJECT_DIR = CMakeFiles/cmTC_8a33e.dir
|
||||
OBJECT_FILE_DIR = CMakeFiles/cmTC_8a33e.dir
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# Link build statements for EXECUTABLE target cmTC_8a33e
|
||||
|
||||
|
||||
#############################################
|
||||
# Link the executable cmTC_8a33e
|
||||
|
||||
build cmTC_8a33e: C_EXECUTABLE_LINKER__cmTC_8a33e_ CMakeFiles/cmTC_8a33e.dir/src.c.obj
|
||||
FLAGS = -march=rv32imc_zicsr_zifencei
|
||||
LINK_FLAGS = -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs
|
||||
OBJECT_DIR = CMakeFiles/cmTC_8a33e.dir
|
||||
POST_BUILD = :
|
||||
PRE_LINK = :
|
||||
TARGET_FILE = cmTC_8a33e
|
||||
TARGET_PDB = cmTC_8a33e.dbg
|
||||
|
||||
|
||||
#############################################
|
||||
# Utility command for edit_cache
|
||||
|
||||
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
||||
COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
DESC = No interactive CMake dialog available...
|
||||
restat = 1
|
||||
|
||||
build edit_cache: phony CMakeFiles/edit_cache.util
|
||||
|
||||
|
||||
#############################################
|
||||
# Utility command for rebuild_cache
|
||||
|
||||
build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
||||
COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0 && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0 -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
DESC = Running CMake to regenerate build system...
|
||||
pool = console
|
||||
restat = 1
|
||||
|
||||
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
||||
|
||||
# =============================================================================
|
||||
# Target aliases.
|
||||
|
||||
# =============================================================================
|
||||
# Folder targets.
|
||||
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
|
||||
build codegen: phony
|
||||
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
|
||||
build all: phony cmTC_8a33e
|
||||
|
||||
# =============================================================================
|
||||
# Built-in targets
|
||||
|
||||
|
||||
#############################################
|
||||
# Clean all the built files.
|
||||
|
||||
build clean: CLEAN
|
||||
|
||||
|
||||
#############################################
|
||||
# Print all primary targets available.
|
||||
|
||||
build help: HELP
|
||||
|
||||
|
||||
#############################################
|
||||
# Make the all target the default.
|
||||
|
||||
default all
|
@@ -0,0 +1 @@
|
||||
/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/cmTC_8a33e
|
@@ -0,0 +1,56 @@
|
||||
# Install script for directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
||||
unset(CMAKE_INST_COMP_HASH)
|
||||
endif()
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/CMakeScratch/TryCompile-ezr8h0/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
@@ -0,0 +1,20 @@
|
||||
#include <pthread.h>
|
||||
|
||||
static void* test_func(void* data)
|
||||
{
|
||||
return data;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
pthread_t thread;
|
||||
pthread_create(&thread, NULL, test_func, NULL);
|
||||
pthread_detach(thread);
|
||||
pthread_cancel(thread);
|
||||
pthread_join(thread, NULL);
|
||||
pthread_atfork(NULL, NULL, NULL);
|
||||
pthread_exit(NULL);
|
||||
|
||||
return 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.4.1/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-IDF_ESPNOW-Transmitter/sdkconfig;-DIDF_PATH=/home/abobkov/esp/v5.4.1/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/abobkov/.espressif/python_env/idf5.4_py3.13_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter;-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 ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/subproject")
|
||||
file(MAKE_DIRECTORY "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/subproject")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader"
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix"
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/tmp"
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src"
|
||||
"/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -1,532 +0,0 @@
|
||||
|
||||
__component_set_property(___idf_main REQUIRES "")
|
||||
__component_set_property(___idf_main PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_main __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_main INCLUDE_DIRS ".")
|
||||
__component_set_property(___idf_main __COMPONENT_SOURCE "project_components")
|
||||
__component_set_property(___idf_app_trace REQUIRES "esp_timer")
|
||||
__component_set_property(___idf_app_trace PRIV_REQUIRES "esp_driver_gptimer;esp_driver_gpio;esp_driver_uart")
|
||||
__component_set_property(___idf_app_trace __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_app_trace INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_app_trace __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_app_update REQUIRES "partition_table;bootloader_support;esp_app_format;esp_bootloader_format;esp_partition")
|
||||
__component_set_property(___idf_app_update PRIV_REQUIRES "esptool_py;efuse;spi_flash")
|
||||
__component_set_property(___idf_app_update __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_app_update INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_app_update __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_bootloader REQUIRES "")
|
||||
__component_set_property(___idf_bootloader PRIV_REQUIRES "partition_table;esptool_py")
|
||||
__component_set_property(___idf_bootloader __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_bootloader INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_bootloader __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_bootloader_support REQUIRES "soc")
|
||||
__component_set_property(___idf_bootloader_support PRIV_REQUIRES "spi_flash;mbedtls;efuse;heap;esp_bootloader_format;esp_app_format")
|
||||
__component_set_property(___idf_bootloader_support __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_bootloader_support INCLUDE_DIRS "include;bootloader_flash/include")
|
||||
__component_set_property(___idf_bootloader_support __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_bt REQUIRES "esp_timer;esp_wifi")
|
||||
__component_set_property(___idf_bt PRIV_REQUIRES "nvs_flash;soc;esp_pm;esp_phy;esp_coex;mbedtls;esp_driver_uart;vfs;esp_ringbuf;esp_driver_spi;esp_driver_gpio")
|
||||
__component_set_property(___idf_bt __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_bt INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_bt __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_cmock REQUIRES "unity")
|
||||
__component_set_property(___idf_cmock PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_cmock __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_cmock INCLUDE_DIRS "CMock/src")
|
||||
__component_set_property(___idf_cmock __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_console REQUIRES "vfs;esp_vfs_console")
|
||||
__component_set_property(___idf_console PRIV_REQUIRES "esp_driver_uart;esp_driver_usb_serial_jtag")
|
||||
__component_set_property(___idf_console __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_console INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build")
|
||||
__component_set_property(___idf_console __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_cxx REQUIRES "")
|
||||
__component_set_property(___idf_cxx PRIV_REQUIRES "pthread;esp_system")
|
||||
__component_set_property(___idf_cxx __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_cxx INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_cxx __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_driver REQUIRES "esp_pm;esp_ringbuf;freertos;soc;hal;esp_hw_support;esp_driver_gpio;esp_driver_pcnt;esp_driver_gptimer;esp_driver_spi;esp_driver_mcpwm;esp_driver_ana_cmpr;esp_driver_i2s;esp_driver_sdmmc;esp_driver_sdspi;esp_driver_sdio;esp_driver_dac;esp_driver_rmt;esp_driver_tsens;esp_driver_sdm;esp_driver_i2c;esp_driver_uart;esp_driver_ledc;esp_driver_parlio;esp_driver_usb_serial_jtag")
|
||||
__component_set_property(___idf_driver PRIV_REQUIRES "efuse;esp_timer;esp_mm")
|
||||
__component_set_property(___idf_driver __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_driver INCLUDE_DIRS "deprecated;i2c/include;touch_sensor/include;twai/include")
|
||||
__component_set_property(___idf_driver __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_efuse REQUIRES "")
|
||||
__component_set_property(___idf_efuse PRIV_REQUIRES "bootloader_support;soc;spi_flash;esp_system;esp_partition;esp_app_format")
|
||||
__component_set_property(___idf_efuse __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_efuse INCLUDE_DIRS "include;esp32c3/include")
|
||||
__component_set_property(___idf_efuse __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp-tls REQUIRES "mbedtls")
|
||||
__component_set_property(___idf_esp-tls PRIV_REQUIRES "http_parser;esp_timer;lwip")
|
||||
__component_set_property(___idf_esp-tls __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp-tls INCLUDE_DIRS "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build;esp-tls-crypto")
|
||||
__component_set_property(___idf_esp-tls __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_adc REQUIRES "")
|
||||
__component_set_property(___idf_esp_adc PRIV_REQUIRES "driver;esp_driver_gpio;efuse;esp_pm;esp_ringbuf;esp_mm")
|
||||
__component_set_property(___idf_esp_adc __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_adc INCLUDE_DIRS "include;interface;esp32c3/include;deprecated/include")
|
||||
__component_set_property(___idf_esp_adc __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_app_format REQUIRES "")
|
||||
__component_set_property(___idf_esp_app_format PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_app_format __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_app_format INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_app_format __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_bootloader_format REQUIRES "")
|
||||
__component_set_property(___idf_esp_bootloader_format PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_bootloader_format __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_bootloader_format INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_bootloader_format __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_coex REQUIRES "")
|
||||
__component_set_property(___idf_esp_coex PRIV_REQUIRES "esp_timer;driver;esp_event")
|
||||
__component_set_property(___idf_esp_coex __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_coex INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_coex __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_common REQUIRES "")
|
||||
__component_set_property(___idf_esp_common PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_common __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_common INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_common __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_ana_cmpr REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_ana_cmpr PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_ana_cmpr __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_ana_cmpr INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_ana_cmpr __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_cam REQUIRES "esp_driver_isp;esp_mm")
|
||||
__component_set_property(___idf_esp_driver_cam PRIV_REQUIRES "esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_cam __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_cam INCLUDE_DIRS "include;interface")
|
||||
__component_set_property(___idf_esp_driver_cam __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_dac REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_dac PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_dac __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_dac INCLUDE_DIRS "./include")
|
||||
__component_set_property(___idf_esp_driver_dac __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_gpio REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_gpio PRIV_REQUIRES "esp_pm")
|
||||
__component_set_property(___idf_esp_driver_gpio __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_gpio INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_gpio __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_gptimer REQUIRES "esp_pm")
|
||||
__component_set_property(___idf_esp_driver_gptimer PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_gptimer __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_gptimer INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_gptimer __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_i2c REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_i2c PRIV_REQUIRES "esp_driver_gpio;esp_pm;esp_ringbuf")
|
||||
__component_set_property(___idf_esp_driver_i2c __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_i2c INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_i2c __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_i2s REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_i2s PRIV_REQUIRES "esp_driver_gpio;esp_pm;esp_mm")
|
||||
__component_set_property(___idf_esp_driver_i2s __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_i2s INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_i2s __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_isp REQUIRES "esp_mm")
|
||||
__component_set_property(___idf_esp_driver_isp PRIV_REQUIRES "esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_isp __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_isp INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_isp __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_jpeg REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_jpeg PRIV_REQUIRES "esp_mm;esp_pm")
|
||||
__component_set_property(___idf_esp_driver_jpeg __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_jpeg INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_jpeg __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_ledc REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_ledc PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_ledc __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_ledc INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_ledc __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_mcpwm REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_mcpwm PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_mcpwm __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_mcpwm INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_mcpwm __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_parlio REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_parlio PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_mm")
|
||||
__component_set_property(___idf_esp_driver_parlio __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_parlio INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_parlio __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_pcnt REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_pcnt PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_pcnt __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_pcnt INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_pcnt __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_ppa REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_ppa PRIV_REQUIRES "esp_mm;esp_pm")
|
||||
__component_set_property(___idf_esp_driver_ppa __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_ppa INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_ppa __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_rmt REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_rmt PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_mm")
|
||||
__component_set_property(___idf_esp_driver_rmt __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_rmt INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_rmt __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_sdio REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_sdio PRIV_REQUIRES "esp_driver_gpio;esp_ringbuf")
|
||||
__component_set_property(___idf_esp_driver_sdio __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_sdio INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_sdio __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_sdm REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_sdm PRIV_REQUIRES "esp_pm;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_sdm __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_sdm INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_sdm __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_sdmmc REQUIRES "sdmmc;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_sdmmc PRIV_REQUIRES "esp_timer;esp_pm;esp_mm")
|
||||
__component_set_property(___idf_esp_driver_sdmmc __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_sdmmc INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_sdmmc __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_sdspi REQUIRES "sdmmc;esp_driver_spi;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_sdspi PRIV_REQUIRES "esp_timer")
|
||||
__component_set_property(___idf_esp_driver_sdspi __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_sdspi INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_sdspi __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_spi REQUIRES "esp_pm")
|
||||
__component_set_property(___idf_esp_driver_spi PRIV_REQUIRES "esp_timer;esp_mm;esp_driver_gpio;esp_ringbuf")
|
||||
__component_set_property(___idf_esp_driver_spi __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_spi INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_spi __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_touch_sens REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_touch_sens PRIV_REQUIRES "esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_driver_touch_sens __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_touch_sens INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_esp_driver_touch_sens __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_tsens REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_tsens PRIV_REQUIRES "efuse")
|
||||
__component_set_property(___idf_esp_driver_tsens __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_tsens INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_tsens __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_uart REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_uart PRIV_REQUIRES "esp_pm;esp_driver_gpio;esp_ringbuf")
|
||||
__component_set_property(___idf_esp_driver_uart __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_uart INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_uart __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_driver_usb_serial_jtag REQUIRES "")
|
||||
__component_set_property(___idf_esp_driver_usb_serial_jtag PRIV_REQUIRES "esp_driver_gpio;esp_ringbuf;esp_pm;esp_timer")
|
||||
__component_set_property(___idf_esp_driver_usb_serial_jtag __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_driver_usb_serial_jtag INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_driver_usb_serial_jtag __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_eth REQUIRES "esp_event")
|
||||
__component_set_property(___idf_esp_eth PRIV_REQUIRES "log;esp_timer;esp_driver_spi;esp_driver_gpio")
|
||||
__component_set_property(___idf_esp_eth __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_eth INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_esp_eth __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_event REQUIRES "log;esp_common;freertos")
|
||||
__component_set_property(___idf_esp_event PRIV_REQUIRES "esp_timer")
|
||||
__component_set_property(___idf_esp_event __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_event INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_event __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_gdbstub REQUIRES "freertos")
|
||||
__component_set_property(___idf_esp_gdbstub PRIV_REQUIRES "soc;esp_rom;esp_system")
|
||||
__component_set_property(___idf_esp_gdbstub __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_gdbstub INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_gdbstub __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_hid REQUIRES "esp_event;bt")
|
||||
__component_set_property(___idf_esp_hid PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_hid __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_hid INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_hid __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_http_client REQUIRES "lwip;esp_event")
|
||||
__component_set_property(___idf_esp_http_client PRIV_REQUIRES "tcp_transport;http_parser")
|
||||
__component_set_property(___idf_esp_http_client __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_http_client INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_http_client __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_http_server REQUIRES "http_parser;esp_event")
|
||||
__component_set_property(___idf_esp_http_server PRIV_REQUIRES "mbedtls;lwip;esp_timer")
|
||||
__component_set_property(___idf_esp_http_server __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_http_server INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_http_server __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_https_ota REQUIRES "esp_http_client;bootloader_support;esp_app_format;esp_event")
|
||||
__component_set_property(___idf_esp_https_ota PRIV_REQUIRES "log;app_update")
|
||||
__component_set_property(___idf_esp_https_ota __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_https_ota INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_https_ota __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_https_server REQUIRES "esp_http_server;esp-tls;esp_event")
|
||||
__component_set_property(___idf_esp_https_server PRIV_REQUIRES "lwip")
|
||||
__component_set_property(___idf_esp_https_server __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_https_server INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_https_server __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_hw_support REQUIRES "soc")
|
||||
__component_set_property(___idf_esp_hw_support PRIV_REQUIRES "efuse;spi_flash;bootloader_support;esp_security;esp_driver_gpio;esp_timer;esp_pm;esp_mm")
|
||||
__component_set_property(___idf_esp_hw_support __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_hw_support INCLUDE_DIRS "include;include/soc;include/soc/esp32c3;dma/include;ldo/include;debug_probe/include")
|
||||
__component_set_property(___idf_esp_hw_support __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_lcd REQUIRES "driver;esp_driver_gpio;esp_driver_i2c;esp_driver_spi")
|
||||
__component_set_property(___idf_esp_lcd PRIV_REQUIRES "esp_mm;esp_psram;esp_pm;esp_driver_i2s")
|
||||
__component_set_property(___idf_esp_lcd __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_lcd INCLUDE_DIRS "include;interface")
|
||||
__component_set_property(___idf_esp_lcd __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_local_ctrl REQUIRES "protocomm;esp_https_server")
|
||||
__component_set_property(___idf_esp_local_ctrl PRIV_REQUIRES "protobuf-c")
|
||||
__component_set_property(___idf_esp_local_ctrl __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_local_ctrl INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_local_ctrl __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_mm REQUIRES "")
|
||||
__component_set_property(___idf_esp_mm PRIV_REQUIRES "heap;spi_flash")
|
||||
__component_set_property(___idf_esp_mm __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_mm INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_mm __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_netif REQUIRES "esp_event")
|
||||
__component_set_property(___idf_esp_netif PRIV_REQUIRES "esp_netif_stack")
|
||||
__component_set_property(___idf_esp_netif __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_netif INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_netif __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_netif_stack REQUIRES "lwip")
|
||||
__component_set_property(___idf_esp_netif_stack PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_netif_stack __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_netif_stack INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_esp_netif_stack __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_partition REQUIRES "")
|
||||
__component_set_property(___idf_esp_partition PRIV_REQUIRES "esp_system;spi_flash;partition_table;bootloader_support;app_update")
|
||||
__component_set_property(___idf_esp_partition __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_partition INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_partition __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_phy REQUIRES "")
|
||||
__component_set_property(___idf_esp_phy PRIV_REQUIRES "nvs_flash;driver;efuse;esp_timer;esp_wifi")
|
||||
__component_set_property(___idf_esp_phy __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_phy INCLUDE_DIRS "include;esp32c3/include")
|
||||
__component_set_property(___idf_esp_phy __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_pm REQUIRES "")
|
||||
__component_set_property(___idf_esp_pm PRIV_REQUIRES "esp_system;esp_driver_gpio;esp_timer")
|
||||
__component_set_property(___idf_esp_pm __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_pm INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_pm __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_psram REQUIRES "")
|
||||
__component_set_property(___idf_esp_psram PRIV_REQUIRES "heap;spi_flash;esp_mm")
|
||||
__component_set_property(___idf_esp_psram __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_psram INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_psram __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_ringbuf REQUIRES "")
|
||||
__component_set_property(___idf_esp_ringbuf PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_ringbuf __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_ringbuf INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_ringbuf __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_rom REQUIRES "")
|
||||
__component_set_property(___idf_esp_rom PRIV_REQUIRES "soc;hal")
|
||||
__component_set_property(___idf_esp_rom __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_rom INCLUDE_DIRS "include;esp32c3/include;esp32c3/include/esp32c3;esp32c3")
|
||||
__component_set_property(___idf_esp_rom __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_security REQUIRES "")
|
||||
__component_set_property(___idf_esp_security PRIV_REQUIRES "efuse;esp_hw_support;esp_system;esp_timer")
|
||||
__component_set_property(___idf_esp_security __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_security INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_security __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_system REQUIRES "")
|
||||
__component_set_property(___idf_esp_system PRIV_REQUIRES "spi_flash;esp_timer;esp_mm;bootloader_support;esp_pm")
|
||||
__component_set_property(___idf_esp_system __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_system INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_system __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_timer REQUIRES "")
|
||||
__component_set_property(___idf_esp_timer PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_esp_timer __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_timer INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_timer __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_vfs_console REQUIRES "")
|
||||
__component_set_property(___idf_esp_vfs_console PRIV_REQUIRES "vfs;esp_driver_uart;esp_driver_usb_serial_jtag")
|
||||
__component_set_property(___idf_esp_vfs_console __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_vfs_console INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_esp_vfs_console __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esp_wifi REQUIRES "esp_event;esp_phy;esp_netif")
|
||||
__component_set_property(___idf_esp_wifi PRIV_REQUIRES "driver;esptool_py;esp_pm;esp_timer;nvs_flash;wpa_supplicant;hal;lwip;esp_coex")
|
||||
__component_set_property(___idf_esp_wifi __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esp_wifi INCLUDE_DIRS "include;include/local;wifi_apps/include;wifi_apps/nan_app/include")
|
||||
__component_set_property(___idf_esp_wifi __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_espcoredump REQUIRES "")
|
||||
__component_set_property(___idf_espcoredump PRIV_REQUIRES "esp_partition;spi_flash;bootloader_support;mbedtls;esp_rom;soc;esp_system;esp_driver_gpio;driver")
|
||||
__component_set_property(___idf_espcoredump __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_espcoredump INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_espcoredump __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_esptool_py REQUIRES "bootloader")
|
||||
__component_set_property(___idf_esptool_py PRIV_REQUIRES "partition_table")
|
||||
__component_set_property(___idf_esptool_py __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_esptool_py INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_esptool_py __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_fatfs REQUIRES "wear_levelling;sdmmc;esp_driver_sdmmc;esp_driver_sdspi")
|
||||
__component_set_property(___idf_fatfs PRIV_REQUIRES "vfs;esp_driver_gpio")
|
||||
__component_set_property(___idf_fatfs __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_fatfs INCLUDE_DIRS "diskio;src;vfs")
|
||||
__component_set_property(___idf_fatfs __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_freertos REQUIRES "")
|
||||
__component_set_property(___idf_freertos PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_freertos __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_freertos INCLUDE_DIRS "config/include;config/include/freertos;config//include;FreeRTOS-Kernel/include;FreeRTOS-Kernel/portable//include;FreeRTOS-Kernel/portable//include/freertos;esp_additions/include")
|
||||
__component_set_property(___idf_freertos __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_hal REQUIRES "soc;esp_rom")
|
||||
__component_set_property(___idf_hal PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_hal __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_hal INCLUDE_DIRS "platform_port/include;esp32c3/include;include")
|
||||
__component_set_property(___idf_hal __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_heap REQUIRES "")
|
||||
__component_set_property(___idf_heap PRIV_REQUIRES "soc")
|
||||
__component_set_property(___idf_heap __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_heap INCLUDE_DIRS "include;tlsf")
|
||||
__component_set_property(___idf_heap __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_http_parser REQUIRES "")
|
||||
__component_set_property(___idf_http_parser PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_http_parser __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_http_parser INCLUDE_DIRS ".")
|
||||
__component_set_property(___idf_http_parser __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_idf_test REQUIRES "")
|
||||
__component_set_property(___idf_idf_test PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_idf_test __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_idf_test INCLUDE_DIRS "include;include/esp32c3")
|
||||
__component_set_property(___idf_idf_test __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_ieee802154 REQUIRES "esp_coex")
|
||||
__component_set_property(___idf_ieee802154 PRIV_REQUIRES "esp_phy;driver;esp_timer;soc;hal")
|
||||
__component_set_property(___idf_ieee802154 __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_ieee802154 INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_ieee802154 __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_json REQUIRES "")
|
||||
__component_set_property(___idf_json PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_json __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_json INCLUDE_DIRS "cJSON")
|
||||
__component_set_property(___idf_json __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_linux REQUIRES "")
|
||||
__component_set_property(___idf_linux PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_linux __COMPONENT_REGISTERED 0)
|
||||
__component_set_property(___idf_linux INCLUDE_DIRS "cJSON")
|
||||
__component_set_property(___idf_linux __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_log REQUIRES "")
|
||||
__component_set_property(___idf_log PRIV_REQUIRES "soc;hal;esp_hw_support")
|
||||
__component_set_property(___idf_log __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_log INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_log __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_lwip REQUIRES "")
|
||||
__component_set_property(___idf_lwip PRIV_REQUIRES "vfs")
|
||||
__component_set_property(___idf_lwip __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_lwip INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_lwip __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_mbedtls REQUIRES "")
|
||||
__component_set_property(___idf_mbedtls PRIV_REQUIRES "soc;esp_hw_support;esp_pm")
|
||||
__component_set_property(___idf_mbedtls __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_mbedtls INCLUDE_DIRS "port/include;mbedtls/include;mbedtls/library")
|
||||
__component_set_property(___idf_mbedtls __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_mqtt REQUIRES "esp_event;tcp_transport")
|
||||
__component_set_property(___idf_mqtt PRIV_REQUIRES "esp_timer;http_parser;esp_hw_support;heap")
|
||||
__component_set_property(___idf_mqtt __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_mqtt INCLUDE_DIRS "/home/abobkov/esp/v5.4.1/esp-idf/components/mqtt/esp-mqtt/include")
|
||||
__component_set_property(___idf_mqtt __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_mqtt KCONFIG "/home/abobkov/esp/v5.4.1/esp-idf/components/mqtt/esp-mqtt/Kconfig")
|
||||
__component_set_property(___idf_newlib REQUIRES "")
|
||||
__component_set_property(___idf_newlib PRIV_REQUIRES "soc;spi_flash")
|
||||
__component_set_property(___idf_newlib __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_newlib INCLUDE_DIRS "platform_include")
|
||||
__component_set_property(___idf_newlib __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_nvs_flash REQUIRES "esp_partition")
|
||||
__component_set_property(___idf_nvs_flash PRIV_REQUIRES "spi_flash;newlib")
|
||||
__component_set_property(___idf_nvs_flash __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_nvs_flash INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_nvs_flash __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_nvs_sec_provider REQUIRES "")
|
||||
__component_set_property(___idf_nvs_sec_provider PRIV_REQUIRES "bootloader_support;efuse;esp_partition;nvs_flash")
|
||||
__component_set_property(___idf_nvs_sec_provider __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_nvs_sec_provider INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_nvs_sec_provider __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_openthread REQUIRES "esp_netif;lwip;esp_driver_uart;driver")
|
||||
__component_set_property(___idf_openthread PRIV_REQUIRES "console;esp_coex;esp_event;esp_partition;esp_timer;ieee802154;mbedtls;nvs_flash")
|
||||
__component_set_property(___idf_openthread __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_openthread INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_openthread __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_partition_table REQUIRES "")
|
||||
__component_set_property(___idf_partition_table PRIV_REQUIRES "esptool_py")
|
||||
__component_set_property(___idf_partition_table __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_partition_table INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_partition_table __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_perfmon REQUIRES "")
|
||||
__component_set_property(___idf_perfmon PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_perfmon __COMPONENT_REGISTERED 0)
|
||||
__component_set_property(___idf_perfmon INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_perfmon __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_protobuf-c REQUIRES "")
|
||||
__component_set_property(___idf_protobuf-c PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_protobuf-c __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_protobuf-c INCLUDE_DIRS "protobuf-c")
|
||||
__component_set_property(___idf_protobuf-c __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_protocomm REQUIRES "bt")
|
||||
__component_set_property(___idf_protocomm PRIV_REQUIRES "protobuf-c;mbedtls;console;esp_http_server;driver")
|
||||
__component_set_property(___idf_protocomm __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_protocomm INCLUDE_DIRS "include/common;include/security;include/transports;include/crypto/srp6a;proto-c")
|
||||
__component_set_property(___idf_protocomm __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_pthread REQUIRES "")
|
||||
__component_set_property(___idf_pthread PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_pthread __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_pthread INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_pthread __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_riscv REQUIRES "")
|
||||
__component_set_property(___idf_riscv PRIV_REQUIRES "soc")
|
||||
__component_set_property(___idf_riscv __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_riscv INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_riscv __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_rt REQUIRES "")
|
||||
__component_set_property(___idf_rt PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_rt __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_rt INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_rt __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_sdmmc REQUIRES "")
|
||||
__component_set_property(___idf_sdmmc PRIV_REQUIRES "soc;esp_timer;esp_mm")
|
||||
__component_set_property(___idf_sdmmc __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_sdmmc INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_sdmmc __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_soc REQUIRES "")
|
||||
__component_set_property(___idf_soc PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_soc __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_soc INCLUDE_DIRS "include;esp32c3")
|
||||
__component_set_property(___idf_soc __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_spi_flash REQUIRES "hal")
|
||||
__component_set_property(___idf_spi_flash PRIV_REQUIRES "bootloader_support;app_update;soc;esp_mm;esp_driver_gpio")
|
||||
__component_set_property(___idf_spi_flash __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_spi_flash INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_spi_flash __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_spiffs REQUIRES "esp_partition")
|
||||
__component_set_property(___idf_spiffs PRIV_REQUIRES "bootloader_support;esptool_py;vfs")
|
||||
__component_set_property(___idf_spiffs __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_spiffs INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_spiffs __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_tcp_transport REQUIRES "esp-tls;lwip;esp_timer")
|
||||
__component_set_property(___idf_tcp_transport PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_tcp_transport __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_tcp_transport INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_tcp_transport __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_touch_element REQUIRES "")
|
||||
__component_set_property(___idf_touch_element PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_touch_element __COMPONENT_REGISTERED 0)
|
||||
__component_set_property(___idf_touch_element INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_touch_element __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_ulp REQUIRES "driver;esp_adc")
|
||||
__component_set_property(___idf_ulp PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_ulp __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_ulp INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_ulp __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_unity REQUIRES "")
|
||||
__component_set_property(___idf_unity PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_unity __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_unity INCLUDE_DIRS "include;unity/src")
|
||||
__component_set_property(___idf_unity __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_usb REQUIRES "")
|
||||
__component_set_property(___idf_usb PRIV_REQUIRES "esp_driver_gpio;esp_mm")
|
||||
__component_set_property(___idf_usb __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_usb INCLUDE_DIRS "")
|
||||
__component_set_property(___idf_usb __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_vfs REQUIRES "")
|
||||
__component_set_property(___idf_vfs PRIV_REQUIRES "esp_timer;esp_driver_uart;esp_driver_usb_serial_jtag;esp_vfs_console")
|
||||
__component_set_property(___idf_vfs __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_vfs INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_vfs __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_wear_levelling REQUIRES "esp_partition")
|
||||
__component_set_property(___idf_wear_levelling PRIV_REQUIRES "spi_flash")
|
||||
__component_set_property(___idf_wear_levelling __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_wear_levelling INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_wear_levelling __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_wifi_provisioning REQUIRES "lwip;protocomm")
|
||||
__component_set_property(___idf_wifi_provisioning PRIV_REQUIRES "protobuf-c;bt;json;esp_timer;esp_wifi")
|
||||
__component_set_property(___idf_wifi_provisioning __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_wifi_provisioning INCLUDE_DIRS "include")
|
||||
__component_set_property(___idf_wifi_provisioning __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_wpa_supplicant REQUIRES "")
|
||||
__component_set_property(___idf_wpa_supplicant PRIV_REQUIRES "mbedtls;esp_timer;esp_wifi")
|
||||
__component_set_property(___idf_wpa_supplicant __COMPONENT_REGISTERED 1)
|
||||
__component_set_property(___idf_wpa_supplicant INCLUDE_DIRS "include;port/include;esp_supplicant/include")
|
||||
__component_set_property(___idf_wpa_supplicant __COMPONENT_SOURCE "idf_components")
|
||||
__component_set_property(___idf_xtensa REQUIRES "")
|
||||
__component_set_property(___idf_xtensa PRIV_REQUIRES "")
|
||||
__component_set_property(___idf_xtensa __COMPONENT_REGISTERED 0)
|
||||
__component_set_property(___idf_xtensa INCLUDE_DIRS "include;port/include;esp_supplicant/include")
|
||||
__component_set_property(___idf_xtensa __COMPONENT_SOURCE "idf_components")
|
12
ESP32-IDF_ESPNOW-Transmitter/build/config.env
Normal file
12
ESP32-IDF_ESPNOW-Transmitter/build/config.env
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"COMPONENT_KCONFIGS": "/home/abobkov/esp/v5.4.1/esp-idf/components/app_trace/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/bt/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/console/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/driver/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/efuse/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp-tls/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_adc/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_coex/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_common/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_ana_cmpr/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_cam/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_dac/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_gpio/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_gptimer/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_i2c/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_i2s/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_isp/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_jpeg/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_ledc/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_mcpwm/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_parlio/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_pcnt/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_rmt/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_sdm/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_spi/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_touch_sens/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_tsens/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_uart/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_eth/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_event/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_gdbstub/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hid/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_http_client/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_http_server/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_ota/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_server/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hw_support/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_lcd/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_mm/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_netif/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_partition/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_phy/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_pm/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_psram/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_ringbuf/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_security/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_system/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_timer/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_wifi/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/espcoredump/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/fatfs/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/freertos/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/hal/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/heap/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/ieee802154/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/log/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/lwip/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/mbedtls/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/mqtt/esp-mqtt/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/newlib/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/nvs_flash/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/nvs_sec_provider/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/openthread/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/protocomm/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/pthread/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/soc/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/spi_flash/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/spiffs/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/tcp_transport/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/ulp/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/unity/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/usb/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/vfs/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/wear_levelling/Kconfig;/home/abobkov/esp/v5.4.1/esp-idf/components/wifi_provisioning/Kconfig",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD": "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/Kconfig.projbuild;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_rom/Kconfig.projbuild;/home/abobkov/esp/v5.4.1/esp-idf/components/esptool_py/Kconfig.projbuild;/home/abobkov/esp/v5.4.1/esp-idf/components/partition_table/Kconfig.projbuild;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/main/Kconfig.projbuild",
|
||||
"COMPONENT_SDKCONFIG_RENAMES": "/home/abobkov/esp/v5.4.1/esp-idf/components/app_trace/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/bt/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/bt/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.4.1/esp-idf/components/driver/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_coex/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_event/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_gdbstub/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_ota/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_phy/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_pm/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_system/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_timer/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esp_wifi/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/espcoredump/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/esptool_py/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/freertos/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/hal/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/lwip/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/newlib/sdkconfig.rename.esp32c3;/home/abobkov/esp/v5.4.1/esp-idf/components/pthread/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/spi_flash/sdkconfig.rename;/home/abobkov/esp/v5.4.1/esp-idf/components/vfs/sdkconfig.rename",
|
||||
"IDF_TARGET": "esp32c3",
|
||||
"IDF_TOOLCHAIN": "gcc",
|
||||
"IDF_VERSION": "5.4.1",
|
||||
"IDF_ENV_FPGA": "",
|
||||
"IDF_PATH": "/home/abobkov/esp/v5.4.1/esp-idf",
|
||||
"COMPONENT_KCONFIGS_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/kconfigs.in",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/kconfigs_projbuild.in"
|
||||
}
|
30089
ESP32-IDF_ESPNOW-Transmitter/build/config/kconfig_menus.json
Normal file
30089
ESP32-IDF_ESPNOW-Transmitter/build/config/kconfig_menus.json
Normal file
File diff suppressed because it is too large
Load Diff
1395
ESP32-IDF_ESPNOW-Transmitter/build/config/sdkconfig.cmake
Normal file
1395
ESP32-IDF_ESPNOW-Transmitter/build/config/sdkconfig.cmake
Normal file
File diff suppressed because one or more lines are too long
896
ESP32-IDF_ESPNOW-Transmitter/build/config/sdkconfig.h
Normal file
896
ESP32-IDF_ESPNOW-Transmitter/build/config/sdkconfig.h
Normal file
@@ -0,0 +1,896 @@
|
||||
/*
|
||||
* Automatically generated file. DO NOT EDIT.
|
||||
* Espressif IoT Development Framework (ESP-IDF) 5.4.1 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_TIMER_NUM 4
|
||||
#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_LP_TIMER_BIT_WIDTH_LO 32
|
||||
#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI 16
|
||||
#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_PM_MODEM_PD_BY_SW 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_TOOLCHAIN_GCC 1
|
||||
#define CONFIG_IDF_TARGET_ARCH_RISCV 1
|
||||
#define CONFIG_IDF_TARGET_ARCH "riscv"
|
||||
#define CONFIG_IDF_TARGET "esp32c3"
|
||||
#define CONFIG_IDF_INIT_VERSION "5.4.1"
|
||||
#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_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1
|
||||
#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_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"
|
||||
#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_ESPNOW_WIFI_MODE_STATION 1
|
||||
#define CONFIG_ESPNOW_PMK "pmk1234567890123"
|
||||
#define CONFIG_ESPNOW_LMK "lmk1234567890123"
|
||||
#define CONFIG_ESPNOW_CHANNEL 1
|
||||
#define CONFIG_ESPNOW_SEND_COUNT 100
|
||||
#define CONFIG_ESPNOW_SEND_DELAY 1000
|
||||
#define CONFIG_ESPNOW_SEND_LEN 10
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1
|
||||
#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 1
|
||||
#define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2
|
||||
#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1
|
||||
#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1
|
||||
#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1
|
||||
#define CONFIG_COMPILER_RT_LIB_GCCLIB 1
|
||||
#define CONFIG_COMPILER_RT_LIB_NAME "gcc"
|
||||
#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1
|
||||
#define CONFIG_APPTRACE_DEST_NONE 1
|
||||
#define CONFIG_APPTRACE_DEST_UART_NONE 1
|
||||
#define CONFIG_APPTRACE_UART_TASK_PRIO 1
|
||||
#define CONFIG_APPTRACE_LOCK_ENABLE 1
|
||||
#define CONFIG_BT_ALARM_MAX_NUM 50
|
||||
#define CONFIG_TWAI_ERRATA_FIX_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_ESPHID_TASK_SIZE_BT 2048
|
||||
#define CONFIG_ESPHID_TASK_SIZE_BLE 4096
|
||||
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1
|
||||
#define CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT 2000
|
||||
#define CONFIG_HTTPD_MAX_REQ_HDR_LEN 512
|
||||
#define CONFIG_HTTPD_MAX_URI_LEN 512
|
||||
#define CONFIG_HTTPD_ERR_RESP_NO_DELAY 1
|
||||
#define CONFIG_HTTPD_PURGE_BUF_LEN 32
|
||||
#define CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT 2000
|
||||
#define CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT 2000
|
||||
#define CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT 2000
|
||||
#define CONFIG_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_NETIF_REPORT_DATA_TRAFFIC 1
|
||||
#define CONFIG_ESP_PHY_ENABLED 1
|
||||
#define CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE 1
|
||||
#define CONFIG_ESP_PHY_MAX_WIFI_TX_POWER 20
|
||||
#define CONFIG_ESP_PHY_MAX_TX_POWER 20
|
||||
#define CONFIG_ESP_PHY_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_UART_DEFAULT 1
|
||||
#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
|
||||
#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1
|
||||
#define CONFIG_ESP_CONSOLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
|
||||
#define CONFIG_ESP_INT_WDT 1
|
||||
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
|
||||
#define CONFIG_ESP_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 1024
|
||||
#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_NONE 1
|
||||
#define CONFIG_FATFS_VOLUME_COUNT 2
|
||||
#define CONFIG_FATFS_LFN_NONE 1
|
||||
#define CONFIG_FATFS_SECTOR_4096 1
|
||||
#define CONFIG_FATFS_CODEPAGE_437 1
|
||||
#define CONFIG_FATFS_CODEPAGE 437
|
||||
#define CONFIG_FATFS_FS_LOCK 0
|
||||
#define CONFIG_FATFS_TIMEOUT_MS 10000
|
||||
#define CONFIG_FATFS_PER_FILE_CACHE 1
|
||||
#define CONFIG_FATFS_USE_STRFUNC_NONE 1
|
||||
#define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0
|
||||
#define CONFIG_FATFS_LINK_LOCK 1
|
||||
#define CONFIG_FREERTOS_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_USE_TIMERS 1
|
||||
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc"
|
||||
#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1
|
||||
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF
|
||||
#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1
|
||||
#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048
|
||||
#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10
|
||||
#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0
|
||||
#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1
|
||||
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
|
||||
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
|
||||
#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1
|
||||
#define CONFIG_FREERTOS_ISR_STACKSIZE 1536
|
||||
#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1
|
||||
#define CONFIG_FREERTOS_TICK_SUPPORT_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_DYNAMIC_LEVEL_CONTROL 1
|
||||
#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1
|
||||
#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1
|
||||
#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31
|
||||
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
|
||||
#define CONFIG_LWIP_ENABLE 1
|
||||
#define CONFIG_LWIP_LOCAL_HOSTNAME "espressif"
|
||||
#define CONFIG_LWIP_TCPIP_TASK_PRIO 18
|
||||
#define CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES 1
|
||||
#define CONFIG_LWIP_TIMERS_ONDEMAND 1
|
||||
#define CONFIG_LWIP_ND6 1
|
||||
#define CONFIG_LWIP_MAX_SOCKETS 10
|
||||
#define CONFIG_LWIP_SO_REUSE 1
|
||||
#define CONFIG_LWIP_SO_REUSE_RXTOALL 1
|
||||
#define CONFIG_LWIP_IP_DEFAULT_TTL 64
|
||||
#define CONFIG_LWIP_IP4_FRAG 1
|
||||
#define CONFIG_LWIP_IP6_FRAG 1
|
||||
#define CONFIG_LWIP_IP_REASS_MAX_PBUFS 10
|
||||
#define CONFIG_LWIP_ESP_GRATUITOUS_ARP 1
|
||||
#define CONFIG_LWIP_GARP_TMR_INTERVAL 60
|
||||
#define CONFIG_LWIP_ESP_MLDV6_REPORT 1
|
||||
#define CONFIG_LWIP_MLDV6_TMR_INTERVAL 40
|
||||
#define CONFIG_LWIP_TCPIP_RECVMBOX_SIZE 32
|
||||
#define CONFIG_LWIP_DHCP_DOES_ARP_CHECK 1
|
||||
#define CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID 1
|
||||
#define CONFIG_LWIP_DHCP_OPTIONS_LEN 68
|
||||
#define CONFIG_LWIP_NUM_NETIF_CLIENT_DATA 0
|
||||
#define CONFIG_LWIP_DHCP_COARSE_TIMER_SECS 1
|
||||
#define CONFIG_LWIP_DHCPS 1
|
||||
#define CONFIG_LWIP_DHCPS_LEASE_UNIT 60
|
||||
#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8
|
||||
#define CONFIG_LWIP_DHCPS_STATIC_ENTRIES 1
|
||||
#define CONFIG_LWIP_DHCPS_ADD_DNS 1
|
||||
#define CONFIG_LWIP_IPV4 1
|
||||
#define CONFIG_LWIP_IPV6 1
|
||||
#define CONFIG_LWIP_IPV6_NUM_ADDRESSES 3
|
||||
#define CONFIG_LWIP_NETIF_LOOPBACK 1
|
||||
#define CONFIG_LWIP_LOOPBACK_MAX_PBUFS 8
|
||||
#define CONFIG_LWIP_MAX_ACTIVE_TCP 16
|
||||
#define CONFIG_LWIP_MAX_LISTENING_TCP 16
|
||||
#define CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION 1
|
||||
#define CONFIG_LWIP_TCP_MAXRTX 12
|
||||
#define CONFIG_LWIP_TCP_SYNMAXRTX 12
|
||||
#define CONFIG_LWIP_TCP_MSS 1440
|
||||
#define CONFIG_LWIP_TCP_TMR_INTERVAL 250
|
||||
#define CONFIG_LWIP_TCP_MSL 60000
|
||||
#define CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT 20000
|
||||
#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5760
|
||||
#define CONFIG_LWIP_TCP_WND_DEFAULT 5760
|
||||
#define CONFIG_LWIP_TCP_RECVMBOX_SIZE 6
|
||||
#define CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE 6
|
||||
#define CONFIG_LWIP_TCP_QUEUE_OOSEQ 1
|
||||
#define CONFIG_LWIP_TCP_OOSEQ_TIMEOUT 6
|
||||
#define CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS 4
|
||||
#define CONFIG_LWIP_TCP_OVERSIZE_MSS 1
|
||||
#define CONFIG_LWIP_TCP_RTO_TIME 1500
|
||||
#define CONFIG_LWIP_MAX_UDP_PCBS 16
|
||||
#define CONFIG_LWIP_UDP_RECVMBOX_SIZE 6
|
||||
#define CONFIG_LWIP_CHECKSUM_CHECK_ICMP 1
|
||||
#define CONFIG_LWIP_TCPIP_TASK_STACK_SIZE 3072
|
||||
#define CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY 1
|
||||
#define CONFIG_LWIP_TCPIP_TASK_AFFINITY 0x7FFFFFFF
|
||||
#define CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE 3
|
||||
#define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5
|
||||
#define CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES 5
|
||||
#define CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS 3
|
||||
#define CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS 10
|
||||
#define CONFIG_LWIP_ICMP 1
|
||||
#define CONFIG_LWIP_MAX_RAW_PCBS 16
|
||||
#define CONFIG_LWIP_SNTP_MAX_SERVERS 1
|
||||
#define CONFIG_LWIP_SNTP_UPDATE_DELAY 3600000
|
||||
#define CONFIG_LWIP_SNTP_STARTUP_DELAY 1
|
||||
#define CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY 5000
|
||||
#define CONFIG_LWIP_DNS_MAX_HOST_IP 1
|
||||
#define CONFIG_LWIP_DNS_MAX_SERVERS 3
|
||||
#define CONFIG_LWIP_BRIDGEIF_MAX_PORTS 7
|
||||
#define CONFIG_LWIP_ESP_LWIP_ASSERT 1
|
||||
#define CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT 1
|
||||
#define CONFIG_LWIP_HOOK_IP6_ROUTE_NONE 1
|
||||
#define CONFIG_LWIP_HOOK_ND6_GET_GW_NONE 1
|
||||
#define CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE 1
|
||||
#define CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE 1
|
||||
#define CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE 1
|
||||
#define CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT 1
|
||||
#define CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC 1
|
||||
#define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1
|
||||
#define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384
|
||||
#define CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN 4096
|
||||
#define CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 1
|
||||
#define CONFIG_MBEDTLS_PKCS7_C 1
|
||||
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE 1
|
||||
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL 1
|
||||
#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS 200
|
||||
#define CONFIG_MBEDTLS_CMAC_C 1
|
||||
#define CONFIG_MBEDTLS_HARDWARE_AES 1
|
||||
#define CONFIG_MBEDTLS_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_PK_PARSE_EC_EXTENDED 1
|
||||
#define CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED 1
|
||||
#define CONFIG_MBEDTLS_ECDH_C 1
|
||||
#define CONFIG_MBEDTLS_ECDSA_C 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1
|
||||
#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1
|
||||
#define CONFIG_MBEDTLS_ERROR_STRINGS 1
|
||||
#define CONFIG_MBEDTLS_FS_IO 1
|
||||
#define CONFIG_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_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 1
|
||||
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 1
|
||||
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 1
|
||||
#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_PATCH_VERSION 1
|
||||
#define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5
|
||||
#define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072
|
||||
#define CONFIG_PTHREAD_STACK_MIN 768
|
||||
#define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1
|
||||
#define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread"
|
||||
#define CONFIG_MMU_PAGE_SIZE_64KB 1
|
||||
#define CONFIG_MMU_PAGE_MODE "64KB"
|
||||
#define CONFIG_MMU_PAGE_SIZE 0x10000
|
||||
#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1
|
||||
#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1
|
||||
#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50
|
||||
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
|
||||
#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1
|
||||
#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1
|
||||
#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20
|
||||
#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1
|
||||
#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192
|
||||
#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1
|
||||
#define CONFIG_SPI_FLASH_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_VFS_INITIALIZE_DEV_NULL 1
|
||||
#define CONFIG_WL_SECTOR_SIZE_4096 1
|
||||
#define CONFIG_WL_SECTOR_SIZE 4096
|
||||
#define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16
|
||||
#define CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT 30
|
||||
#define CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN 1
|
||||
|
||||
/* 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 CONFIG_ESP_CONSOLE_UART
|
||||
#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE
|
||||
#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||
#define CONFIG_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_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE
|
||||
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE
|
||||
#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
|
1218
ESP32-IDF_ESPNOW-Transmitter/build/config/sdkconfig.json
Normal file
1218
ESP32-IDF_ESPNOW-Transmitter/build/config/sdkconfig.json
Normal file
File diff suppressed because it is too large
Load Diff
1
ESP32-IDF_ESPNOW-Transmitter/build/gdbinit/prefix_map
Normal file
1
ESP32-IDF_ESPNOW-Transmitter/build/gdbinit/prefix_map
Normal file
@@ -0,0 +1 @@
|
||||
# There is no prefix map defined for the project.
|
76
ESP32-IDF_ESPNOW-Transmitter/build/kconfigs.in
Normal file
76
ESP32-IDF_ESPNOW-Transmitter/build/kconfigs.in
Normal file
@@ -0,0 +1,76 @@
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/app_trace/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/bt/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/console/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/driver/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/efuse/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp-tls/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_adc/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_coex/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_common/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_ana_cmpr/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_cam/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_dac/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_gpio/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_gptimer/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_i2c/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_i2s/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_isp/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_jpeg/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_ledc/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_mcpwm/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_parlio/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_pcnt/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_rmt/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_sdm/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_spi/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_touch_sens/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_tsens/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_uart/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_eth/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_event/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_gdbstub/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hid/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_http_client/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_http_server/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_ota/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_https_server/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_hw_support/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_lcd/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_mm/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_netif/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_partition/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_phy/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_pm/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_psram/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_ringbuf/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_security/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_system/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_timer/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_wifi/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/espcoredump/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/fatfs/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/freertos/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/hal/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/heap/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/ieee802154/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/log/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/lwip/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/mbedtls/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/mqtt/esp-mqtt/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/newlib/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/nvs_flash/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/nvs_sec_provider/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/openthread/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/protocomm/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/pthread/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/soc/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/spi_flash/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/spiffs/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/tcp_transport/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/ulp/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/unity/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/usb/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/vfs/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/wear_levelling/Kconfig"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/wifi_provisioning/Kconfig"
|
6
ESP32-IDF_ESPNOW-Transmitter/build/kconfigs_projbuild.in
Normal file
6
ESP32-IDF_ESPNOW-Transmitter/build/kconfigs_projbuild.in
Normal file
@@ -0,0 +1,6 @@
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/bootloader/Kconfig.projbuild"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_app_format/Kconfig.projbuild"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esp_rom/Kconfig.projbuild"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/esptool_py/Kconfig.projbuild"
|
||||
source "/home/abobkov/esp/v5.4.1/esp-idf/components/partition_table/Kconfig.projbuild"
|
||||
source "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/main/Kconfig.projbuild"
|
Reference in New Issue
Block a user