Searched full:submodule (Results 1 – 25 of 45) sorted by relevance
12
/hal_espressif-3.5.0/tools/cmake/ |
D | git_submodules.cmake | 4 message(WARNING "Git executable was not found. Git submodule checks will not be executed. " 15 # skip submodule check if running on Gitlab CI and job is configured as not clone submodules 18 message("skip submodule check on internal CI") 24 COMMAND ${GIT_EXECUTABLE} submodule status 29 # git submodule status output not guaranteed to be stable, 40 if("${status}" STREQUAL "-") # missing submodule 41 message(STATUS "Initialising new submodule ${submodule_path}...") 43 COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${submodule_path} 48 message(FATAL_ERROR "Git submodule init failed for ${submodule_path}") 52 message(WARNING "Git submodule ${submodule_path} is out of date. " [all …]
|
/hal_espressif-3.5.0/tools/ci/ |
D | ci_fetch_submodule.py | 4 # download archive of one commit instead of cloning entire submodule repo 15 SUBMODULE_PATTERN = re.compile(r"\[submodule \"([^\"]+)\"]") 22 class SubModule(object): class 23 # We don't need to support recursive submodule clone now 47 print('Update submodule: {}: {}'.format(self.path, self.commit_id)) 78 submodules.append(SubModule(gitlab_inst, path, url)) 86 for submodule in submodules: 87 submodule.download_archive() 94 parser.add_argument('--submodule', '-s', default='all', 99 if args.submodule == 'none': [all …]
|
D | check_deprecated_kconfigs.py | 72 for submodule in get_submodule_dirs(full_path=True): 73 ignore_dirs = ignore_dirs + tuple(submodule)
|
D | get-full-sources.sh | 6 git submodule update --init
|
D | mirror-submodule-update.sh | 6 git submodule update --init
|
D | exclude_check_tools_files.txt | 16 tools/ci/mirror-submodule-update.sh
|
/hal_espressif-3.5.0/tools/ |
D | set-submodules-to-github.sh | 13 # git submodule deinit --force . 14 # git submodule init 18 # git submodule update --recursive 34 SUBPATH=$(echo "${LINE}" | sed "s|^submodule\.\([^.]*\)\.url.*$|\1|") 38 git config submodule."${SUBPATH}".url "${SUBURL}" 41 git config --get-regexp '^submodule\..*\.url$'
|
/hal_espressif-3.5.0/.gitlab/ci/ |
D | deploy.yml | 58 - .rules:test:submodule 68 - git submodule deinit --force . 72 - git submodule init 73 - git config --get-regexp '^submodule\..*\.url$' || true 74 - git submodule update --recursive
|
D | rules.yml | 141 .patterns-submodule: &patterns-submodule 337 .if-label-submodule: &if-label-submodule 338 …if: '$BOT_LABEL_SUBMODULE || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*submodule(?:,[^,\n\r]+)*… 961 .rules:test:submodule: 966 - <<: *if-label-submodule 968 changes: *patterns-submodule
|
/hal_espressif-3.5.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 46 for submodule in f: 47 git_rev, git_dir, git_url = submodule.split() 81 for submodule in f: 82 git_rev, git_dir, git_url = submodule.split()
|
/hal_espressif-3.5.0/make/ |
D | project.mk | 678 # phony target to check if any git submodule listed in COMPONENT_SUBMODULES are missing 684 # IDF_SKIP_CHECK_SUBMODULES may be set in the environment to skip the submodule check. 690 @echo "skip submodule check on internal CI" 692 # Check if .gitmodules exists, otherwise skip submodule check, assuming flattened structure 695 # Dump the git status for the whole working copy once, then grep it for each submodule. This saves … 698 # Generate a target to check this submodule 699 # $(1) - submodule directory, relative to IDF_PATH 703 @echo "WARNING: Missing submodule $(1)..." 705 …[ -x "$(shell which git)" ] || { echo "ERROR: Need to run 'git submodule init $(1)' in esp-idf roo… 706 @echo "Attempting 'git submodule update --init $(1)' in esp-idf root directory..." [all …]
|
/hal_espressif-3.5.0/.gitlab/ci/dependencies/ |
D | dependencies.yml | 132 "test:submodule": 134 - submodule 136 - submodule
|
/hal_espressif-3.5.0/components/esp_wifi/include/esp_private/ |
D | wifi.h | 66 * @brief WiFi log submodule definition 404 * @brief Set current log module and submodule 407 * @param submodule Log submodule 411 * If submodule == 0 && enable == 0, all log submodules are disabled. 412 * If submodule == 0 && enable == 1, all log submodules are enabled. 419 esp_err_t esp_wifi_internal_set_log_mod(wifi_log_module_t module, uint32_t submodule, bool enable); 425 * @param log_mod the return log module and submodule
|
/hal_espressif-3.5.0/ |
D | .gitlab-ci.yml | 41 # we will download archive for each submodule instead of clone. 42 # we don't do "recursive" when fetch submodule as they're not used in CI now. 49 # tell build system do not check submodule update as we download archive instead of clone
|
/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/docs/en/api-guides/jtag-debugging/ |
D | building-openocd-macos.rst | 43 …* If there is a submodule problem from OpenOCD, please ``cd`` to the ``openocd-esp32`` directory a…
|
D | building-openocd-linux.rst | 65 …* If there is a submodule problem from OpenOCD, please ``cd`` to the ``openocd-esp32`` directory a…
|
D | building-openocd-windows.rst | 72 …* If there is a submodule problem from OpenOCD, please ``cd`` to the ``openocd-esp32`` directory a…
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | mcpwm.rst | 68 … pairs. Within a pair they are labeled "A" and "B" and each driven by a submodule called an "Gener… 193 …submodule used if galvanic isolation from the motor driver is required by passing the A/B output s… 195 To use the carrier submodule, it should be first initialized by calling :cpp:func:`mcpwm_carrier_in… 199 …echnical Reference Manual* > *Motor Control PWM (MCPWM)* > *PWM Carrier Submodule* [`PDF <{IDF_TAR…
|
/hal_espressif-3.5.0/.gitlab/merge_request_templates/ |
D | Mixed Template.md | 10 * [ ] All related links, including JIRA, backport, submodule MR, are mentioned in the `Related` sub… 40 * Mention submodule MR, if there is
|
/hal_espressif-3.5.0/components/newlib/ |
D | .gitmodules | 1 [submodule "newlib_xtensa-2.2.0"]
|
/hal_espressif-3.5.0/components/cmock/ |
D | CMakeLists.txt | 1 # Although unity is a submodule of cmock, we still depend on the unity component in IDF.
|
/hal_espressif-3.5.0/docs/en/ |
D | versions.rst | 193 git submodule update --init --recursive 223 git submodule update --init --recursive 228 .. important:: It is strongly recommended to regularly run ``git pull`` and then ``git submodule up… 245 git submodule update --init --recursive
|
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | mcpwm.h | 564 * @brief Enable MCPWM carrier submodule, for respective timer 576 * @brief Disable MCPWM carrier submodule, for respective timer 684 * @brief Initialize fault submodule, currently low level triggering is not supported 745 * @brief Initialize capture submodule 825 …* @brief Initialize sync submodule and sets the signal that will cause the timer be loaded with pr… 843 …* @brief Initialize sync submodule and sets the signal that will cause the timer be loaded with pr… 856 * @brief Disable sync submodule on given timer
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | building-openocd-macos.rst | 43 * 如果 OpenOCD 存在子模块问题,请 ``cd`` 到 ``openocd-esp32`` 目录,并输入 ``git submodule update --init`` 命令。
|
12