Searched refs:recursive (Results 1 – 25 of 26) sorted by relevance
12
/hal_espressif-3.5.0/tools/ |
D | find_apps.py | 123 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/ |
D | versions.rst | 193 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/ |
D | check_tools_files_patterns.py | 41 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))
|
D | deploy_docs.py | 131 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/ |
D | kconfig-language.txt | 406 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 …]
|
D | zconf.l | 330 printf("%s:%d: recursive inclusion detected. "
|
/hal_espressif-3.5.0/tools/docker/ |
D | Dockerfile | 53 git clone --recursive \ 59 git submodule update --init --recursive; \
|
/hal_espressif-3.5.0/tools/cmake/ |
D | git_submodules.cmake | 43 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/ |
D | building-openocd-macos.rst | 16 git clone --recursive https://github.com/espressif/openocd-esp32.git
|
D | building-openocd-windows.rst | 17 git clone --recursive https://github.com/espressif/openocd-esp32.git
|
D | building-openocd-linux.rst | 17 git clone --recursive https://github.com/espressif/openocd-esp32.git
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | building-openocd-windows.rst | 35 git clone --recursive https://github.com/espressif/openocd-esp32.git 88 git clone --recursive https://github.com/espressif/openocd-esp32.git
|
D | building-openocd-macos.rst | 16 git clone --recursive https://github.com/espressif/openocd-esp32.git
|
D | building-openocd-linux.rst | 17 git clone --recursive https://github.com/espressif/openocd-esp32.git
|
/hal_espressif-3.5.0/docs/zh_CN/get-started/ |
D | windows-setup-scratch.rst | 37 在克隆远程仓库时,请加上可选参数 ``--recursive`` 。如果你已经克隆了 ESP-IDF 但没有加上此参数,请运行以下命令获取所有子模块 ::
|
/hal_espressif-3.5.0/docs/en/ |
D | versions.rst | 193 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/ |
D | README_CN.md | 37 这个脚本会为所有的子模块设置绝对路径,接着可以通过 `git submodule update --init --recursive` 完成子模块的更新。
|
D | README.md | 37 The script sets absolute URLs for all submodules, allowing `git submodule update --init --recursive…
|
/hal_espressif-3.5.0/docs/en/get-started/ |
D | windows-setup-scratch.rst | 37 …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/ |
D | index.rst | 146 在克隆远程仓库时,不要忘记加上 ``--recursive`` 选项。否则,请接着运行以下命令,获取所有子模块::
|
/hal_espressif-3.5.0/docs/en/api-guides/performance/ |
D | ram-usage.rst | 58 - 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/ |
D | pthread.rst | 68 …ormal type for "fast" or "error check" mutexes, and Recursive type for "recursive" mutexes). This …
|
/hal_espressif-3.5.0/components/freertos/include/freertos/ |
D | FreeRTOS.h | 961 #error configUSE_MUTEXES must be set to 1 to use recursive mutexes
|
/hal_espressif-3.5.0/docs/en/get-started-legacy/ |
D | index.rst | 146 …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/ |
D | build-system-legacy.rst | 261 …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