Home
last modified time | relevance | path

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

12

/hal_espressif-3.4.0/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')
Dexclude_check_tools_files.txt30 tools/set-submodules-to-github.sh
Dstatic-analysis-rules.yml10 # submodules and third-party code
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.txt101 tools/set-submodules-to-github.sh
/hal_espressif-3.4.0/zephyr/scripts/blobs/
Desp_genblobs.py15 SUBMODULES = Path(Path(__file__).resolve().parents[1], "submodules.txt") variable
45 with open(SUBMODULES) as f:
80 with open(SUBMODULES) as f:
DREADME.md7 1. Update `submodules.txt` file by changing revision values, folder path and URLs.
/hal_espressif-3.4.0/
D.gitlab-ci.yml45 # by default we will fetch all submodules
46 # jobs can overwrite this variable to only fetch submodules they required
47 # set to "none" if don't need to fetch submodules
100 - 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.md34 ESP-IDF uses relative locations as its submodules URLs ([.gitmodules](.gitmodules)). So they link t…
36 [tools/set-submodules-to-github.sh](tools/set-submodules-to-github.sh) after git clone.
37 The script sets absolute URLs for all submodules, allowing `git submodule update --init --recursive…
DREADME_CN.md35 …SP-IDF 被分叉到的仓库不在 GitHub 上,那么你需要在克隆结束后运行该脚本 [tools/set-submodules-to-github.sh](tools/set-submodule…
/hal_espressif-3.4.0/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-3.4.0/.gitlab/ci/
Dstatic-code-analysis.yml70 # Exclude the submodules, all paths ends with /**
71 - submodules=$(get_all_submodules)
75 - export EXCLUSIONS="$custom_excludes,$submodules"
Ddeploy.yml71 # check if all submodules are correctly synced to public repository
/hal_espressif-3.4.0/components/cmock/
DCMakeLists.txt2 # This is because CI currently doesn't checkout submodules recursively.
/hal_espressif-3.4.0/components/libsodium/port_include/sodium/
Dversion.h13 updated if we change submodules. They need to be changed manually.
/hal_espressif-3.4.0/make/
Dproject.mk13 .PHONY: build-components menuconfig defconfig all build clean all_binaries check-submodules size si…
622 component-$(2)-build: check-submodules $(call prereq_if_explicit, component-$(2)-clean) | $(BUILD_D…
685 # This can be used e.g. in CI when submodules are checked out by different means.
688 check-submodules:
696 GIT_STATUS := $(shell cd ${IDF_PATH} && git status --porcelain --ignore-submodules=dirty)
701 check-submodules: $(IDF_PATH)/$(1)/.git
/hal_espressif-3.4.0/tools/cmake/
Dgit_submodules.cmake15 # skip submodule check if running on Gitlab CI and job is configured as not clone submodules
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dmcpwm.rst26 …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-3.4.0/components/esp_wifi/include/esp_private/
Dwifi.h69 #define WIFI_LOG_SUBMODULE_ALL (0) /*all log submodules*/
411 * If submodule == 0 && enable == 0, all log submodules are disabled.
412 * If submodule == 0 && enable == 1, all log submodules are enabled.
/hal_espressif-3.4.0/docs/en/api-guides/tools/
Didf-windows-installer.rst11 * ``/GITRECURSIVE=[yes|no]`` - Clone recursively all git repository submodules. Default: yes
/hal_espressif-3.4.0/docs/en/get-started/
Dwindows-setup-scratch.rst37 …ou have already cloned ESP-IDF without this option, run another command to get all the submodules::

12