Lines Matching full:path
13 from pathlib import Path
22 SCRIPT_DIR = Path(__file__).absolute().parent
60 stm32cube_repo_path: directory path where to fetch github repo
70 FileNotFoundError: If Zphyr STM32 cube path is not found
90 # 2: zephyr stm32 path : ex: .../zephyr_project/module/hal/stm32
109 self.stm32cube_serie_path = self.stm32cube_repo_path / Path(
153 def rename_conf_template(self, path): argument
156 path: path where to apply the files processing
159 hal_conf_template_fullpath = Path(
160 path / (self.stm32_seriexx + "_hal_conf_template.h")
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")
629 if Path(self.zephyr_module_serie_path, file).exists():
630 Path(self.zephyr_module_serie_path, file).unlink()
699 Path(commit_file_path).unlink()
782 Path(self.zephyr_hal_stm32_path / "lib" / "stm32wb"),
795 Path(self.zephyr_hal_stm32_path / "lib" / "stm32wba"),