Searched refs:src_repo_path (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/scripts/ |
D | ble_library.py | 143 def copy_ble_lib_files(src_repo_path, dest_lib_path, stm32_serie): argument 159 src_file_path = Path(src_repo_path / file) 179 src_file_path = Path(src_repo_path / file) 237 src_repo_path, temp_source_path, zephyr_lib_path, version, stm32_serie argument 246 cwd=src_repo_path, 254 src_repo_path, 315 src_repo_path, argument 329 src_repo_path, temp_source_path, dest_lib_path, current_version, 335 cwd=src_repo_path, 337 copy_ble_lib_files(src_repo_path, dest_lib_path, stm32_serie)
|