Home
last modified time | relevance | path

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

/hal_stm32-latest/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)
207 cwd=self.stm32cube_serie_path,
215 cwd=self.stm32cube_repo_path,
223 self.os_cmd(("git", "checkout", branch), cwd=self.stm32cube_serie_path)
225 ("git", "tag", "-l"), cwd=self.stm32cube_serie_path
[all …]
Dble_library.py122 def os_cmd(cmd, cwd=None, shell=False): argument
137 cwd=cwd,
246 cwd=src_repo_path,
258 os_cmd(("git", "init"), cwd=temp_source_path)
261 cwd=temp_source_path,
265 cwd=temp_source_path,
269 cwd=temp_source_path,
275 cwd=temp_source_path,
291 os_cmd(("git", "add", "*"), cwd=temp_source_path)
292 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-latest/scripts/common_utils/
Dcommon_utils.py19 if subprocess.call(cmd, stderr=output_log, cwd=dest_path):
/hal_stm32-latest/scripts/genpinctrl/
Dgenpinctrl.py715 ["git", "rev-parse", "HEAD"], cwd=data_path, stderr=STDOUT)