Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-3.5.0/scripts/
Dserie_update.py133 def os_cmd(self, cmd, cwd=None, shell=False): argument
150 cwd=cwd,
174 cwd=self.stm32cube_serie_path,
193 self.os_cmd(("git", "clean", "-fdx"), cwd=self.stm32cube_serie_path)
194 self.os_cmd(("git", "fetch"), cwd=self.stm32cube_serie_path)
198 cwd=self.stm32cube_serie_path,
203 cwd=self.stm32cube_repo_path,
211 self.os_cmd(("git", "checkout", branch), cwd=self.stm32cube_serie_path)
213 ("git", "tag", "-l"), cwd=self.stm32cube_serie_path
326 cwd=self.stm32cube_serie_path,
[all …]
Dble_library.py45 def os_cmd(cmd, cwd=None, shell=False): argument
60 cwd=cwd,
142 cwd=src_repo_path,
153 os_cmd(("git", "init"), cwd=temp_source_path)
156 cwd=temp_source_path,
160 cwd=temp_source_path,
164 cwd=temp_source_path,
170 cwd=temp_source_path,
185 os_cmd(("git", "add", "*"), cwd=temp_source_path)
186 os_cmd(("git", "commit", "-am", '"module"'), cwd=temp_source_path)
[all …]
Dupdate_stm32_package.py122 cwd=SCRIPT_DIR,
181 cwd=REPO_ROOT,
188 cwd=REPO_ROOT,
/hal_stm32-3.5.0/scripts/common_utils/
Dcommon_utils.py19 if subprocess.call(cmd, stderr=output_log, cwd=dest_path):
/hal_stm32-3.5.0/scripts/genpinctrl/
Dgenpinctrl.py600 commit_raw = check_output(["git", "rev-parse", "HEAD"], cwd=data_path)