Home
last modified time | relevance | path

Searched full:idf_path (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/hal_espressif-2.7.6/docs/doxygen/
DDoxyfile_common24 $(IDF_PATH)/components/tinyusb/additions/include/tinyusb.h \
25 $(IDF_PATH)/components/tinyusb/additions/include/tinyusb_types.h \
26 $(IDF_PATH)/components/tinyusb/additions/include/tusb_cdc_acm.h \
27 $(IDF_PATH)/components/tinyusb/additions/include/tusb_config.h \
28 $(IDF_PATH)/components/tinyusb/additions/include/tusb_console.h \
29 $(IDF_PATH)/components/tinyusb/additions/include/tusb_tasks.h \
30 $(IDF_PATH)/components/tinyusb/additions/include/vfs_tinyusb.h \
31 $(IDF_PATH)/components/esp_wifi/include/esp_wifi.h \
32 $(IDF_PATH)/components/esp_wifi/include/esp_wifi_types.h \
33 $(IDF_PATH)/components/esp_wifi/include/esp_smartconfig.h \
[all …]
DDoxyfile_esp32s22 $(IDF_PATH)/components/driver/esp32s2/include/driver/temp_sensor.h \
3 $(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
4 $(IDF_PATH)/components/esp32s2/include/esp_hmac.h \
5 $(IDF_PATH)/components/esp32s2/include/esp_ds.h \
6 $(IDF_PATH)/components/ulp/include/esp32s2/ulp_riscv.h \
7 $(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
8 $(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
9 $(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
10 $(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
11 $(IDF_PATH)/components/driver/include/driver/pcnt.h \
[all …]
DDoxyfile_esp322 $(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
3 $(IDF_PATH)/components/esp32/include/esp32/himem.h \
4 $(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
5 $(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
6 $(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
7 $(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
8 $(IDF_PATH)/components/driver/include/driver/mcpwm.h \
9 $(IDF_PATH)/components/hal/include/hal/mcpwm_types.h \
10 $(IDF_PATH)/components/driver/include/driver/pcnt.h \
11 $(IDF_PATH)/components/hal/include/hal/pcnt_types.h \
[all …]
/hal_espressif-2.7.6/tools/cmake/
Didf.cmake3 # Infer an IDF_PATH relative to the tools/cmake directory
8 set(idf_path $ENV{IDF_PATH}) variable
10 # Environment IDF_PATH should match the inferred IDF_PATH. If not, warn the user.
13 if(idf_path)
14 get_filename_component(idf_path "${idf_path}" REALPATH)
15 file(TO_CMAKE_PATH "${idf_path}" idf_path)
17 if(NOT idf_path STREQUAL _idf_path)
18 message(WARNING "IDF_PATH environment variable is different from inferred IDF_PATH.
20 CMake files. Environment IDF_PATH will be used for the build:
21 ${idf_path}")
[all …]
Dkconfig.cmake10 idf_build_get_property(idf_path IDF_PATH)
37 set(src_path ${idf_path}/tools/kconfig)
91 idf_build_get_property(idf_path IDF_PATH)
92 idf_build_set_property(__ROOT_KCONFIG ${idf_path}/Kconfig)
93 idf_build_set_property(__ROOT_SDKCONFIG_RENAME ${idf_path}/sdkconfig.rename)
142 idf_build_get_property(idf_path IDF_PATH)
158 configure_file("${idf_path}/tools/kconfig_new/config.env.in" ${config_env_path})
180 ${python} ${idf_path}/tools/kconfig_new/prepare_kconfig_files.py
184 ${python} ${idf_path}/tools/kconfig_new/confgen.py
243 …set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${idf_path}/tools/kconfig_new/conf…
[all …]
/hal_espressif-2.7.6/tools/ci/config/
Dhost-test.yml33 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh make test
53 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./gen_esp32part_tests.py
75 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_fragments.py
76 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_generation.py
77 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_entity.py
78 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_output_commands.py
109 - cd ${IDF_PATH}/components/lwip/test_afl_host
113 - cd ${IDF_PATH}/components/mdns/test_afl_fuzz_host
134 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_gen_crt_bundle.py
140 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_confserver.py
[all …]
Dpre_check.yml55 - export IDF_PATH=$PWD
63 - python ${IDF_PATH}/tools/ci/check_examples_cmake_make.py
79 …- ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh python -m flake8 --config=$IDF_PATH/.flake8 --output…
94 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ${IDF_PATH}/tools/ci/test_check_kconfigs.py
95 - ${IDF_PATH}/tools/ci/check_kconfigs.py
104 - IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
105 - IDF_TARGET=esp32s2 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
155 - python ${IDF_PATH}/tools/ci/check_readme_links.py
162 junit: $IDF_PATH/output.xml
165 - $IDF_PATH/examples/get-started/hello_world/tidybuild/report/*
[all …]
/hal_espressif-2.7.6/
Dexport.sh28 if [ -z "${IDF_PATH}" ]
30 # IDF_PATH not set in the environment.
31 # If using bash or zsh, try to guess IDF_PATH from script location.
42 echo "Could not detect IDF_PATH. Please set it before sourcing this script:"
43 echo " export IDF_PATH=(add path here)"
58 export IDF_PATH="${script_dir}"
59 echo "Setting IDF_PATH to '${IDF_PATH}'"
61 # IDF_PATH came from the environment, check if the path is valid
62 if [ ! -d "${IDF_PATH}" ]
64 echo "IDF_PATH is set to '${IDF_PATH}', but it is not a valid directory."
[all …]
Dexport.fish4 if not set -q IDF_PATH
5 echo "IDF_PATH must be set before sourcing this script"
12 source "$IDF_PATH"/tools/detect_python.fish
16 set -x IDF_TOOLS_EXPORT_CMD "$IDF_PATH"/export.fish
17 set -x IDF_TOOLS_INSTALL_CMD "$IDF_PATH"/install.fish
18 set idf_exports ("$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py export) || return 1
22 python "$IDF_PATH"/tools/check_python_dependencies.py || return 1
25 # "$IDF_PATH"/tools is already added by 'idf_tools.py export'
26 set IDF_ADD_PATHS_EXTRAS "$IDF_PATH"/components/esptool_py/esptool
27 set IDF_ADD_PATHS_EXTRAS "$IDF_ADD_PATHS_EXTRAS":"$IDF_PATH"/components/espcoredump
[all …]
Dexport.bat8 :: Infer IDF_PATH from script location
9 set IDF_PATH=%~dp0 variable
10 set IDF_PATH=%IDF_PATH:~0,-1% variable
12 set IDF_TOOLS_PY_PATH=%IDF_PATH%\tools\idf_tools.py
13 set IDF_TOOLS_JSON_PATH=%IDF_PATH%\tools\tools.json
14 set IDF_TOOLS_EXPORT_CMD=%IDF_PATH%\export.bat
15 set IDF_TOOLS_INSTALL_CMD=%IDF_PATH%\install.bat
16 echo Setting IDF_PATH: %IDF_PATH%
25 python.exe %IDF_PATH%\tools\idf_tools.py export --format key-value >"%IDF_TOOLS_EXPORTS_FILE%"
39 python.exe %IDF_PATH%\tools\check_python_dependencies.py
Dexport.ps14 $IDF_PATH = $PSScriptRoot variable
6 Write-Output "Setting IDF_PATH: $IDF_PATH" variable
7 $env:IDF_PATH = $IDF_PATH variable
12 $envars_raw = python $IDF_PATH/tools/idf_tools.py export --format key-value
45 # ${IDF_PATH}/tools is already added by 'idf_tools.py export'
46 $IDF_ADD_PATHS_EXTRAS = [IO.Path]::Combine(${IDF_PATH}, "components", "esptool_py", "esptool")
47 $IDF_ADD_PATHS_EXTRAS += ${S} + [IO.Path]::Combine(${IDF_PATH}, "components", "app_update")
48 $IDF_ADD_PATHS_EXTRAS += ${S} + [IO.Path]::Combine(${IDF_PATH}, "components", "espcoredump")
49 $IDF_ADD_PATHS_EXTRAS += ${S} + [IO.Path]::Combine(${IDF_PATH}, "components", "partition_table")
66 Start-Process -Wait -NoNewWindow -FilePath "python" -Args "`"$IDF_PATH/tools/check_python_dependenc… variable
Dadd_path.sh7 # . ${IDF_PATH}/add_path.sh
9 if [ -z ${IDF_PATH} ]; then
10 echo "IDF_PATH must be set before including this script."
12 IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/esptool_py/esptool"
13 IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/espcoredump"
14 IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/partition_table/"
15 IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/tools/"
Dinstall.bat7 :: Infer IDF_PATH from script location
8 set IDF_PATH=%~dp0 variable
9 set IDF_PATH=%IDF_PATH:~0,-1% variable
12 python.exe %IDF_PATH%\tools\idf_tools.py install
16 python.exe %IDF_PATH%\tools\idf_tools.py install-python-env
/hal_espressif-2.7.6/tools/test_idf_size/
Dtest.sh6 && coverage run -a $IDF_PATH/tools/idf_size.py app.map &>> output \
8 && coverage run -a $IDF_PATH/tools/idf_size.py bootloader.map &>> output \
10 && coverage run -a $IDF_PATH/tools/idf_size.py --archives app.map &>> output \
12 && coverage run -a $IDF_PATH/tools/idf_size.py --files app.map &>> output \
14 … && coverage run -a $IDF_PATH/tools/idf_size.py --archive_details libdriver.a app.map &>> output \
16 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --diff bootloader.map &>> output \
18 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --diff app.map &>> output \
20 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --diff app2.map &>> output \
22 && coverage run -a $IDF_PATH/tools/idf_size.py app2.map --diff app.map &>> output \
24 …&& coverage run -a $IDF_PATH/tools/idf_size.py app.map --archives --diff bootloader.map &>> output…
[all …]
/hal_espressif-2.7.6/docs/zh_CN/get-started-legacy/
Dadd-idf_path-to-profile.rst1 在用户配置文件中添加 IDF_PATH(传统 GNU Make)
7 为了在系统多次启动时,保留 ``IDF_PATH`` 环境变量的设置,请按照以下说明将该变量的设置增加至用户配置文件。
9 .. _add-idf_path-to-profile-windows-legacy:
22 export IDF_PATH="C:/msys32/home/user-name/esp/esp-idf"
28 #. 关闭 MSYS2 窗口,并重新打开。运行以下命令,检查 ``IDF_PATH`` 是否成功设置::
30 printenv IDF_PATH
34 如果您不希望永久设置 ``IDF_PATH`` 变量,也可以在每次打开 MSYS2 窗口时进行手动设置::
36 export IDF_PATH="C:/msys32/home/user-name/esp/esp-idf"
40 .. _add-idf_path-to-profile-linux-macos-legacy:
45 在 ``~/.profile`` 文件中增加以下命令,设置 ``IDF_PATH`` 变量::
[all …]
/hal_espressif-2.7.6/docs/en/get-started-legacy/
Dadd-idf_path-to-profile.rst1 Add IDF_PATH to User Profile (Legacy GNU Make)
7 To preserve setting of ``IDF_PATH`` environment variable between system restarts, add it to the use…
10 .. _add-idf_path-to-profile-windows-legacy:
23 export IDF_PATH="C:/msys32/home/user-name/esp/esp-idf"
29 #. Close MSYS2 window and open it again. Check if ``IDF_PATH`` is set, by typing::
31 printenv IDF_PATH
35 If you do not like to have ``IDF_PATH`` set up permanently in user profile, you should enter it man…
37 export IDF_PATH="C:/msys32/home/user-name/esp/esp-idf"
42 .. _add-idf_path-to-profile-linux-macos-legacy:
47 Set up ``IDF_PATH`` by adding the following line to ``~/.profile`` file::
[all …]
/hal_espressif-2.7.6/tools/esp_prov/proto/
D__init__.py29 idf_path = os.environ['IDF_PATH'] variable
32 constants_pb2 = _load_source('constants_pb2', idf_path + '/components/protocomm/python/constants_pb…
33 sec0_pb2 = _load_source('sec0_pb2', idf_path + '/components/protocomm/python/sec0_pb2.py')
34 sec1_pb2 = _load_source('sec1_pb2', idf_path + '/components/protocomm/python/sec1_pb2.py')
35 session_pb2 = _load_source('session_pb2', idf_path + '/components/protocomm/python/session_pb2.…
38 wifi_constants_pb2 = _load_source('wifi_constants_pb2', idf_path + '/components/wifi_provisioning/p…
39 wifi_config_pb2 = _load_source('wifi_config_pb2', idf_path + '/components/wifi_provisioning/p…
40 wifi_scan_pb2 = _load_source('wifi_scan_pb2', idf_path + '/components/wifi_provisioning/p…
43 custom_config_pb2 = _load_source('custom_config_pb2', idf_path +
/hal_espressif-2.7.6/tools/ci/
Dtest_build_system_cmake.sh11 # IDF_PATH - must be set
36 export PATH="$IDF_PATH/tools:$PATH" # for idf.py
43 [ -z ${IDF_PATH} ] && echo "IDF_PATH is not set. Need path to esp-idf installation." && exit 2
75 touch ${IDF_PATH}/components/esp_system/port/cpu_start.c
82 touch ${IDF_PATH}/components/bootloader/subproject/main/bootloader_start.c
89 touch ${IDF_PATH}/components/partition_table/partitions_singleapp.csv
104 echo "IDF_VER_0123456789_0123456789_0123456789" > ${IDF_PATH}/version.txt
118 rm -f ${IDF_PATH}/version.txt
176 TESTDIR_REL=$($REALPATH ${TESTDIR} --relative-to ${IDF_PATH})
177 # Note: trailing slash after ${IDF_PATH} avoids creating esp-idf directory inside ${CRLF_ESPIDF}
[all …]
Dtest_build_system.sh11 # IDF_PATH - must be set
41 [ -z ${IDF_PATH} ] && echo "IDF_PATH is not set. Need path to esp-idf installation." && exit 2
72 touch ${IDF_PATH}/components/esp_system/port/cpu_start.c
79 touch ${IDF_PATH}/components/bootloader/subproject/main/bootloader_start.c
86 touch ${IDF_PATH}/components/partition_table/partitions_singleapp.csv
146 cp -r ${IDF_PATH}/* ${CRLF_ESPIDF}
149 make IDF_PATH=${CRLF_ESPIDF} || failure "Failed to build with CRLFs in source"
157 touch ${IDF_PATH}/components/esp_rom/esp32/ld/esp32.rom.ld
163 touch ${IDF_PATH}/components/esp32/ld/esp32.project.ld.in
170 touch ${IDF_PATH}/components/esp32/linker.lf
[all …]
/hal_espressif-2.7.6/tools/windows/tool_setup/
Didf_cmd_init.ps113 $IDF_PATH = "." variable
14 $isEspIdfRoot = (Test-Path "$IDF_PATH/tools/idf.py")
33 $isExport = (Test-Path "$IDF_PATH/export.ps1")
35 . $IDF_PATH/export.ps1 variable
40 if ((Test-Path "$IDF_PATH/tools/tools.json")){ variable
41 $IDF_TOOLS_JSON_PATH = "$IDF_PATH/tools/tools.json"
48 if ((Test-Path "$IDF_PATH/tools/idf_tools.py")){ variable
49 $IDF_TOOLS_PY_PATH = "$IDF_PATH/tools/idf_tools.py"
56 Write-Output "Setting IDF_PATH: $IDF_PATH" variable
57 $env:IDF_PATH = $IDF_PATH variable
[all …]
Didf_cmd_init.bat9 set IDF_PATH=%CD% variable
10 if not exist "%IDF_PATH%\tools\idf.py" (
44 if exist "%IDF_PATH%\export.bat" %IDF_PATH%\export.bat
48 if exist "%IDF_PATH%\tools\tools.json" (
49 set "IDF_TOOLS_JSON_PATH=%IDF_PATH%\tools\tools.json"
55 if exist "%IDF_PATH%\tools\idf_tools.py" (
56 set "IDF_TOOLS_PY_PATH=%IDF_PATH%\tools\idf_tools.py"
63 echo Setting IDF_PATH: %IDF_PATH%
86 python.exe %IDF_PATH%\tools\check_python_dependencies.py
/hal_espressif-2.7.6/components/esp_wifi/test_md5/
Dtest_md5.sh5 if [ -z "${IDF_PATH:-}" ]; then
6 echo "IDF_PATH must be set before running this script"
39 ${IDF_PATH}/components/esp_wifi/lib/${LIB_DIR}/*.a
62 check_md5 ${IDF_PATH}/components/esp_wifi/include/esp_wifi.h g_esp_wifi_md5
63 check_md5 ${IDF_PATH}/components/esp_wifi/include/esp_private/wifi_os_adapter.h g_wifi_osi_funcs_md5
64 check_md5 ${IDF_PATH}/components/esp_wifi/include/esp_wifi_crypto_types.h g_wifi_crypto_funcs_md5
65 check_md5 ${IDF_PATH}/components/esp_wifi/include/esp_wifi_types.h g_wifi_type_md5
66 check_md5 ${IDF_PATH}/components/esp_wifi/include/esp_coexist_adapter.h g_coex_adapter_funcs_md5
67 check_md5 ${IDF_PATH}/components/wpa_supplicant/src/esp_supplicant/esp_wifi_driver.h g_wifi_supplic…
/hal_espressif-2.7.6/make/
Dproject.mk9 # This makefile requires the environment variable IDF_PATH to be set to the top-level esp-idf direc…
78 # make IDF_PATH a "real" absolute path
84 SANITISED_IDF_PATH:=$(realpath $(IDF_PATH))
86 SANITISED_IDF_PATH:=$(realpath $(wildcard $(IDF_PATH)))
89 export IDF_PATH := $(SANITISED_IDF_PATH)
91 ifndef IDF_PATH
92 $(error IDF_PATH variable is not set to a valid directory.)
104 ifneq ("$(IDF_PATH)","$(SANITISED_IDF_PATH)")
105 # implies IDF_PATH was overriden on make command line.
109 # make IDF_PATH=~/blah not make IDF_PATH="~/blah"
[all …]
/hal_espressif-2.7.6/components/bootloader/subproject/main/
Dcomponent.mk11 $(IDF_PATH)/components/esp_rom/$(IDF_TARGET)/ld/$(IDF_TARGET).rom.ld \
12 $(IDF_PATH)/components/esp_rom/$(IDF_TARGET)/ld/$(IDF_TARGET).rom.newlib-funcs.ld \
13 $(IDF_PATH)/components/esp_rom/$(IDF_TARGET)/ld/$(IDF_TARGET).rom.api.ld \
14 $(IDF_PATH)/components/$(IDF_TARGET)/ld/$(IDF_TARGET).peripherals.ld
19 … LINKER_SCRIPTS += $(IDF_PATH)/components/esp_rom/$(IDF_TARGET)/ld/$(IDF_TARGET).rom.spiflash.ld
22 LINKER_SCRIPTS += $(IDF_PATH)/components/esp_rom/$(IDF_TARGET)/ld/$(IDF_TARGET).rom.eco3.ld
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/
DMakefile8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button
9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/light_driver
10 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
11 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_nvs
13 include $(IDF_PATH)/make/project.mk

12345678910>>...29