Searched refs:temp_source_path (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/scripts/ |
D | ble_library.py | 237 src_repo_path, temp_source_path, zephyr_lib_path, version, stm32_serie argument 241 temp_source_lib_path = Path(temp_source_path / "lib" / stm32_serie) 250 shutil.rmtree(temp_source_path, onerror=common_utils.remove_readonly) 258 os_cmd(("git", "init"), cwd=temp_source_path) 261 cwd=temp_source_path, 265 cwd=temp_source_path, 269 cwd=temp_source_path, 275 cwd=temp_source_path, 291 os_cmd(("git", "add", "*"), cwd=temp_source_path) 292 os_cmd(("git", "commit", "-am", '"module"'), cwd=temp_source_path) [all …]
|