Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.5.0/tools/
Dfind_apps.py123 def find_apps(build_system_class, path, recursive, exclude_list, target): argument
136 …'Looking for {} apps in {}{}'.format(build_system_name, path, ' recursively' if recursive else ''))
137 if not recursive:
253 conflict_args = [args.recursive, args.build_system, args.target, args.exclude, args.paths]
285 … app_dirs += find_apps(build_system_class, path, args.recursive, args.exclude or [], args.target)
/hal_espressif-3.5.0/docs/zh_CN/
Dversions.rst193 git submodule update --init --recursive
223 git submodule update --init --recursive
228 .. important:: 强烈建议您定期使用 ``git pull`` 和 ``git submodule update --init --recursive`` 命令,确保本地副本的及时更新。…
245 git submodule update --init --recursive
/hal_espressif-3.5.0/tools/ci/
Dcheck_tools_files_patterns.py41 rules_files_set.update(glob.glob(os.path.join(IDF_PATH, pat), recursive=True))
47 exclude_files_set.update(glob.glob(os.path.join(IDF_PATH, pat), recursive=True))
Ddeploy_docs.py131 html_dirs = glob.glob('{}/**/html/'.format(build_dir), recursive=True)
134 pdfs = glob.glob('{}/**/latex/build/*.pdf'.format(build_dir), recursive=True)
/hal_espressif-3.5.0/tools/kconfig/
Dkconfig-language.txt406 Kconfig recursive dependency limitations
409 If you've hit the Kconfig error: "recursive dependency detected" you've run
410 into a recursive dependency issue with Kconfig, a recursive dependency can be
416 Kconfig recursive issue" subsection below. Kconfig does not do recursive
423 Simple Kconfig recursive issue
432 Cumulative Kconfig recursive issue
441 Practical solutions to kconfig recursive issue
444 Developers who run into the recursive Kconfig issue have three options
462 Below is a list of examples of prior fixes for these types of recursive issues;
501 the current known recursive dependency issues. It is not known if this would
[all …]
Dzconf.l330 printf("%s:%d: recursive inclusion detected. "
/hal_espressif-3.5.0/tools/docker/
DDockerfile53 git clone --recursive \
59 git submodule update --init --recursive; \
/hal_espressif-3.5.0/tools/cmake/
Dgit_submodules.cmake43 COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${submodule_path}
53 "Run 'git submodule update --init --recursive' to fix.")
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/
Dbuilding-openocd-macos.rst16 git clone --recursive https://github.com/espressif/openocd-esp32.git
Dbuilding-openocd-windows.rst17 git clone --recursive https://github.com/espressif/openocd-esp32.git
Dbuilding-openocd-linux.rst17 git clone --recursive https://github.com/espressif/openocd-esp32.git
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/
Dbuilding-openocd-windows.rst35 git clone --recursive https://github.com/espressif/openocd-esp32.git
88 git clone --recursive https://github.com/espressif/openocd-esp32.git
Dbuilding-openocd-macos.rst16 git clone --recursive https://github.com/espressif/openocd-esp32.git
Dbuilding-openocd-linux.rst17 git clone --recursive https://github.com/espressif/openocd-esp32.git
/hal_espressif-3.5.0/docs/zh_CN/get-started/
Dwindows-setup-scratch.rst37 在克隆远程仓库时,请加上可选参数 ``--recursive`` 。如果你已经克隆了 ESP-IDF 但没有加上此参数,请运行以下命令获取所有子模块 ::
/hal_espressif-3.5.0/docs/en/
Dversions.rst193 git submodule update --init --recursive
223 git submodule update --init --recursive
228 … to regularly run ``git pull`` and then ``git submodule update --init --recursive`` so a local cop…
245 git submodule update --init --recursive
/hal_espressif-3.5.0/
DREADME_CN.md37 这个脚本会为所有的子模块设置绝对路径,接着可以通过 `git submodule update --init --recursive` 完成子模块的更新。
DREADME.md37 The script sets absolute URLs for all submodules, allowing `git submodule update --init --recursive
/hal_espressif-3.5.0/docs/en/get-started/
Dwindows-setup-scratch.rst37 …Do not miss the ``--recursive`` option. If you have already cloned ESP-IDF without this option, ru…
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/
Dindex.rst146 在克隆远程仓库时,不要忘记加上 ``--recursive`` 选项。否则,请接着运行以下命令,获取所有子模块::
/hal_espressif-3.5.0/docs/en/api-guides/performance/
Dram-usage.rst58 - Avoid deep recursive function calls. Individual recursive function calls don't always add a lot o…
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dpthread.rst68 …ormal type for "fast" or "error check" mutexes, and Recursive type for "recursive" mutexes). This …
/hal_espressif-3.5.0/components/freertos/include/freertos/
DFreeRTOS.h961 #error configUSE_MUTEXES must be set to 1 to use recursive mutexes
/hal_espressif-3.5.0/docs/en/get-started-legacy/
Dindex.rst146 …Do not miss the ``--recursive`` option. If you have already cloned ESP-IDF without this option, ru…
/hal_espressif-3.5.0/docs/en/api-guides/
Dbuild-system-legacy.rst261 …ct.mk``. If any are missing or out of date, they are regenerated (via a recursive make call to the…
264 - In order to compile each component, a recursive make is performed for the component makefile.

12