Lines Matching full:path
14 from pathlib import Path
23 def remove_readonly(func, path, _): argument
25 os.chmod(path, stat.S_IWRITE)
26 func(path)
51 stm32cube_repo_path: directory path where to fetch github repo
60 FileNotFoundError: If Zphyr STM32 cube path is not found
80 # 2 : zephyr stm32 path : ex: .../zephyr_project/module/hal/stm32
88 Path(os.getenv("ZEPHYR_BASE")).absolute()
103 self.stm32cube_serie_path = self.stm32cube_repo_path / Path(
205 Path.mkdir(temp_cmsis_soc_path, parents=True)
247 / Path(self.stm32_seriexx_upper + "_HAL_Driver")
269 hal_conf_fullpath = Path(
281 / Path(self.stm32_seriexx_upper + "_HAL_Driver")
364 / Path(self.stm32_seriexx + "_hal_conf.h")
617 if os.path.exists("hal_conf.patch"):
671 module_log_path = self.zephyr_hal_stm32_path / Path(
739 Path(commit_file_path).unlink()