Searched refs:dest_lib_path (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-3.5.0/scripts/ |
D | ble_library.py | 66 def copy_hci_files(src_repo_path, dest_lib_path): argument 69 hci_path = Path(dest_lib_path / "stm32wb" / "hci") 80 if not Path(dest_lib_path / "stm32wb" / "hci" / file_name).parent.exists(): 81 Path(dest_lib_path / "stm32wb" / "hci" / file_name).parent.mkdir( 84 shutil.copy(file_path, Path(dest_lib_path / "stm32wb" / "hci" / file_name)) 210 dest_lib_path, argument 219 src_repo_path, temp_source_path, dest_lib_path, current_version 226 copy_hci_files(src_repo_path, dest_lib_path) 227 common_utils.apply_patch(dest_lib_path / "ble_zephyr.patch", dest_lib_path) 228 update_ble_lib_readme(dest_lib_path, update_version, commit)
|