Lines Matching refs:Path
13 from pathlib import Path
22 SCRIPT_DIR = Path(__file__).absolute().parent
109 self.stm32cube_serie_path = self.stm32cube_repo_path / Path(
159 hal_conf_template_fullpath = Path(
163 hal_conf_fullpath = Path(
274 Path.mkdir(temp_cmsis_soc_path, parents=True)
310 / Path(self.stm32_seriexx_upper + "_HAL_Driver")
327 / Path(self.stm32_seriexx_upper + "_HAL_Driver")
619 if Path(self.zephyr_module_serie_path, file).exists():
620 Path(self.zephyr_module_serie_path, file).unlink()
688 Path(commit_file_path).unlink()
771 Path(self.zephyr_hal_stm32_path / "lib" / "stm32wb"),
784 Path(self.zephyr_hal_stm32_path / "lib" / "stm32wba"),