Home
last modified time | relevance | path

Searched refs:str (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/scripts/
Dserie_update.py104 str(self.stm32cube_temp), onerror=common_utils.remove_readonly
118 shutil.rmtree(str(self.stm32cube_temp), onerror=common_utils.remove_readonly)
164 re.sub("_template", r"", str(hal_conf_template_fullpath))
189 + str(self.stm32cube_serie_path),
244 with open(str(self.readme_file_path), "r") as f:
301 shutil.copy(str(repo_src), str(temp_cmsis_soc_path))
372 str(self.stm32cube_temp_serie), onerror=common_utils.remove_readonly
422 with open(str(readme_path), "w") as readme_file:
457 self.os_cmd(("dos2unix", str(readme_path)))
536 self.os_cmd(("dos2unix", str(cmakelists_path)))
[all …]
Dupdate_stm32_package.py28 type=str,
43 type=str,
50 type=str,
132 + str(SCRIPT_DIR)
Dble_library.py212 with open(str(readme_path), "w") as readme_file:
305 + str(zephyr_lib_path)
/hal_stm32-latest/scripts/genpinctrl/
Dgenpinctrl.py114 def should_skip_model(self, model: str) -> bool: argument
692 str(entry["signal"]).split("_")[0][-1],
749 type=str,
757 type=str,
/hal_stm32-latest/scripts/common_utils/
Dcommon_utils.py17 log_path = dest_path / str(Path(patch_file).name + ".log")
31 with open(str(log_path), "r", encoding="utf8", errors="ignore") as f:
/hal_stm32-latest/scripts/tests/genpinctrl/
Dconftest.py8 sys.path.insert(0, str(_SCRIPT_DIR / ".." / ".." / "genpinctrl"))
/hal_stm32-latest/scripts/tests/genllheaders/
Dconftest.py8 sys.path.insert(0, str(_SCRIPT_DIR / ".." / ".." / "genllheaders"))