Searched full:submodules (Results 1 – 25 of 35) sorted by relevance
12
/hal_espressif-2.7.6/tools/ci/ |
D | ci_fetch_submodule.py | 58 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")
|
D | get-full-sources.sh | 3 # 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"
|
D | mirror-submodule-update.sh | 3 # 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"
|
D | check_deprecated_kconfigs.py | 60 parser.add_argument('--exclude-submodules', action='store_true', 61 help='Exclude submodules')
|
D | check_kconfigs.py | 37 # Kconfigs from submodules need to be ignored: 426 parser.add_argument('--exclude-submodules', action='store_true', 427 help='Exclude submodules')
|
D | executable-list.txt | 98 tools/set-submodules-to-github.sh
|
/hal_espressif-2.7.6/west/ |
D | update.py | 7 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')
|
D | west-commands.yml | 6 help: download toolchain or update ESP-IDF submodules
|
/hal_espressif-2.7.6/ |
D | .gitlab-ci.yml | 42 # 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.yml | 18 # We need to list all the submodules included in documenation build by DOxygen 19 submodules:
|
D | README.md | 22 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…
|
D | README_CN.md | 24 如果 ESP-IDF 被分叉到的仓库不在 GitHub 上,那么你需要在克隆结束后运行该[脚本](tools/set-submodules-to-github.sh)。它会为所有的子模块设置绝对路径…
|
/hal_espressif-2.7.6/tools/windows/tool_setup/ |
D | idf_setup.iss.inc | 79 '--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/ |
D | set-submodules-to-github.sh | 3 # 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/ |
D | link_roles.py | 15 # Creates a dict of all submodules with the format {submodule_path : (url relative to git root), co… 20 …submodules = subprocess.check_output(['git', 'submodule', 'status']).strip().decode('utf-8').split… 24 for sub in submodules:
|
/hal_espressif-2.7.6/components/cmock/ |
D | CMakeLists.txt | 2 # This is because CI currently doesn't checkout submodules recursively.
|
/hal_espressif-2.7.6/components/libsodium/port_include/sodium/ |
D | version.h | 8 updated if we change submodules. They need to be changed manually.
|
/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_basic_config/ |
D | README.md | 10 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/ |
D | mcpwm.rst | 28 …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/ |
D | post_check.yml | 37 # check if all submodules are correctly synced to public repository
|
D | build.yml | 460 # 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/ |
D | project.mk | 13 .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/ |
D | git_submodules.cmake | 15 # 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/ |
D | idf-windows-installer.rst | 9 * ``/GITRECURSIVE=[yes|no]`` - Clone recursively all git repository submodules. Default: yes``
|
/hal_espressif-2.7.6/components/esp_wifi/include/esp_private/ |
D | wifi.h | 79 #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