Searched full:submodules (Results 1 – 25 of 31) sorted by relevance
12
/hal_espressif-3.4.0/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 | exclude_check_tools_files.txt | 30 tools/set-submodules-to-github.sh
|
D | static-analysis-rules.yml | 10 # submodules and third-party code
|
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 | 101 tools/set-submodules-to-github.sh
|
/hal_espressif-3.4.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 15 SUBMODULES = Path(Path(__file__).resolve().parents[1], "submodules.txt") variable 45 with open(SUBMODULES) as f: 80 with open(SUBMODULES) as f:
|
D | README.md | 7 1. Update `submodules.txt` file by changing revision values, folder path and URLs.
|
/hal_espressif-3.4.0/ |
D | .gitlab-ci.yml | 45 # 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.yml | 18 # We need to list all the submodules included in documenation build by DOxygen 19 submodules:
|
D | README.md | 34 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…
|
D | README_CN.md | 35 …SP-IDF 被分叉到的仓库不在 GitHub 上,那么你需要在克隆结束后运行该脚本 [tools/set-submodules-to-github.sh](tools/set-submodule…
|
/hal_espressif-3.4.0/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-3.4.0/.gitlab/ci/ |
D | static-code-analysis.yml | 70 # Exclude the submodules, all paths ends with /** 71 - submodules=$(get_all_submodules) 75 - export EXCLUSIONS="$custom_excludes,$submodules"
|
D | deploy.yml | 71 # check if all submodules are correctly synced to public repository
|
/hal_espressif-3.4.0/components/cmock/ |
D | CMakeLists.txt | 2 # This is because CI currently doesn't checkout submodules recursively.
|
/hal_espressif-3.4.0/components/libsodium/port_include/sodium/ |
D | version.h | 13 updated if we change submodules. They need to be changed manually.
|
/hal_espressif-3.4.0/make/ |
D | project.mk | 13 .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/ |
D | git_submodules.cmake | 15 # 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/ |
D | mcpwm.rst | 26 …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/ |
D | wifi.h | 69 #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/ |
D | idf-windows-installer.rst | 11 * ``/GITRECURSIVE=[yes|no]`` - Clone recursively all git repository submodules. Default: yes
|
/hal_espressif-3.4.0/docs/en/get-started/ |
D | windows-setup-scratch.rst | 37 …ou have already cloned ESP-IDF without this option, run another command to get all the submodules::
|
12