Home
last modified time | relevance | path

Searched refs:dest_lib_path (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/scripts/
Dble_library.py143 def copy_ble_lib_files(src_repo_path, dest_lib_path, stm32_serie): argument
147 hci_path = Path(dest_lib_path / "hci")
171 for root, _, files in os.walk(dest_lib_path):
185 destination_path = os.path.join(dest_lib_path, relative_path)
316 dest_lib_path, argument
325 if not dest_lib_path.exists():
326 dest_lib_path.mkdir(parents=True)
329 src_repo_path, temp_source_path, dest_lib_path, current_version,
337 copy_ble_lib_files(src_repo_path, dest_lib_path, stm32_serie)
338 common_utils.apply_patch(dest_lib_path / "ble_zephyr.patch", dest_lib_path)
[all …]