Searched refs:str (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/scripts/ |
D | serie_update.py | 104 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 …]
|
D | update_stm32_package.py | 28 type=str, 43 type=str, 50 type=str, 132 + str(SCRIPT_DIR)
|
D | ble_library.py | 212 with open(str(readme_path), "w") as readme_file: 305 + str(zephyr_lib_path)
|
/hal_stm32-latest/scripts/genpinctrl/ |
D | genpinctrl.py | 114 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/ |
D | common_utils.py | 17 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/ |
D | conftest.py | 8 sys.path.insert(0, str(_SCRIPT_DIR / ".." / ".." / "genpinctrl"))
|
/hal_stm32-latest/scripts/tests/genllheaders/ |
D | conftest.py | 8 sys.path.insert(0, str(_SCRIPT_DIR / ".." / ".." / "genllheaders"))
|