Home
last modified time | relevance | path

Searched full:submodules (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-2.7.6/tools/ci/
Dci_fetch_submodule.py58 submodules = []
78 submodules.append(SubModule(gitlab_inst, path, url))
86 for submodule in submodules:
95 help='Submodules to update. By default update all submodules. '
96 'For multiple submodules, separate them with `;`. '
97 … '`all` and `none` are special values that indicates we fetch all / none submodules')
100 print("don't need to update submodules")
Dget-full-sources.sh3 # Now git submodules are redirected to mirror automatically according to relative URLs in .gitmodul…
5 echo "WARNING: This script is deprecated. Use standard ways to obtain git submodules"
Dmirror-submodule-update.sh3 # Now git submodules are redirected to mirror automatically according to relative URLs in .gitmodul…
5 echo "WARNING: This script is deprecated. Use standard ways to obtain git submodules"
Dcheck_deprecated_kconfigs.py60 parser.add_argument('--exclude-submodules', action='store_true',
61 help='Exclude submodules')
Dcheck_kconfigs.py37 # Kconfigs from submodules need to be ignored:
426 parser.add_argument('--exclude-submodules', action='store_true',
427 help='Exclude submodules')
Dexecutable-list.txt98 tools/set-submodules-to-github.sh
/hal_espressif-2.7.6/west/
Dupdate.py7 Espressif west extension to retrieve esp-idf submodules.'''
35 'download toolchain or update ESP-IDF submodules',
38 or fetch ESP-IDF submodules required for
48 help='install espressif toolchain or fetch submodules')
71 log.banner('updating ESP-IDF submodules..')
92 log.banner('updating ESP-IDF submodules completed')
Dwest-commands.yml6 help: download toolchain or update ESP-IDF submodules
/hal_espressif-2.7.6/
D.gitlab-ci.yml42 # by default we will fetch all submodules
43 # jobs can overwrite this variable to only fetch submodules they required
44 # set to "none" if don't need to fetch submodules
88 - echo "Not setting up GitLab key, not fetching submodules, not applying bot filter"
96 - echo "Not setting up GitLab key, not fetching submodules"
D.readthedocs.yml18 # We need to list all the submodules included in documenation build by DOxygen
19 submodules:
DREADME.md22 ESP-IDF uses relative locations as its submodules URLs ([.gitmodules](.gitmodules)). So they link t…
24 [tools/set-submodules-to-github.sh](tools/set-submodules-to-github.sh) after git clone.
25 The script sets absolute URLs for all submodules, allowing `git submodule update --init --recursive…
DREADME_CN.md24 如果 ESP-IDF 被分叉到的仓库不在 GitHub 上,那么你需要在克隆结束后运行该[脚本](tools/set-submodules-to-github.sh)。它会为所有的子模块设置绝对路径…
/hal_espressif-2.7.6/tools/windows/tool_setup/
Didf_setup.iss.inc79 '--reference' is supported for submodules since git 2.12, but '--dissociate' only from 2.18.
88 DoCmdlineInstall('Finishing ESP-IDF installation', 'Re-packing the submodules', CmdLine);
95 …The repo and submodules are marked as dirty which confuses users that fresh installation already c…
106 Log('Setting core.fileMode on repository for submodules: ' + CmdLine);
108 DoCmdlineInstall('Finishing ESP-IDF installation', 'Updating fileMode in submodules', CmdLine);
111 { Run git reset --hard in the repo and in the submodules, to fix the newlines. }
120 Log('Resetting the submodules: ' + CmdLine);
122 DoCmdlineInstall('Finishing ESP-IDF installation', 'Updating newlines in submodules', CmdLine);
127 - Download the .zip archive with submodules included, extract to destination directory,
/hal_espressif-2.7.6/tools/
Dset-submodules-to-github.sh3 # Explicitly switches the relative submodules locations on GitHub to the original public URLs
7 # This can be useful for non-GitHub forks to automate getting of right submodules sources.
/hal_espressif-2.7.6/docs/idf_extensions/
Dlink_roles.py15 # Creates a dict of all submodules with the format {submodule_path : (url relative to git root), co…
20submodules = subprocess.check_output(['git', 'submodule', 'status']).strip().decode('utf-8').split…
24 for sub in submodules:
/hal_espressif-2.7.6/components/cmock/
DCMakeLists.txt2 # This is because CI currently doesn't checkout submodules recursively.
/hal_espressif-2.7.6/components/libsodium/port_include/sodium/
Dversion.h8 updated if we change submodules. They need to be changed manually.
/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_basic_config/
DREADME.md10 Edit the macros at the top of mcpwm_example_basic_config.c to enable/disable the submodules which a…
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dmcpwm.rst28 …imer** and **Generator** submodules to provide the basic motor control functionality. Then it disc…
88 * Synchronize outputs of operator submodules, e.g. to get raising edge of PWM0A/B and PWM1A/B to st…
/hal_espressif-2.7.6/tools/ci/config/
Dpost_check.yml37 # check if all submodules are correctly synced to public repository
Dbuild.yml460 # Exclude the submodules, all paths ends with /**
461 - export SUBMODULES=$(get_all_submodules)
465 - export EXCLUSIONS="$SUBMODULES,$REPORT_DIR/**,docs/_static/**,**/*.png,**/*.jpg"
/hal_espressif-2.7.6/make/
Dproject.mk13 .PHONY: build-components menuconfig defconfig all build clean all_binaries check-submodules size si…
608 component-$(2)-build: check-submodules $(call prereq_if_explicit, component-$(2)-clean) | $(BUILD_D…
671 # This can be used e.g. in CI when submodules are checked out by different means.
674 check-submodules:
682 GIT_STATUS := $(shell cd ${IDF_PATH} && git status --porcelain --ignore-submodules=dirty)
687 check-submodules: $(IDF_PATH)/$(1)/.git
/hal_espressif-2.7.6/tools/cmake/
Dgit_submodules.cmake15 # skip submodule check if running on Gitlab CI and job is configured as not clone submodules
/hal_espressif-2.7.6/docs/en/api-guides/tools/
Didf-windows-installer.rst9 * ``/GITRECURSIVE=[yes|no]`` - Clone recursively all git repository submodules. Default: yes``
/hal_espressif-2.7.6/components/esp_wifi/include/esp_private/
Dwifi.h79 #define WIFI_LOG_SUBMODULE_ALL (0) /*all log submodules*/
421 * If submodule == 0 && enable == 0, all log submodules are disabled.
422 * If submodule == 0 && enable == 1, all log submodules are enabled.

12