Skip to content

Commit

Permalink
ci(stm32cube): update BLE path
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jan 11, 2024
1 parent 6e61906 commit 0c9cc73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CI/update/stm32cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def updateBleRepo():

def applyBlePatch():
print(" Applying patches to ble library")
BLE_patch_path = repo_local_path / repo_ble_name / "extras" / "STM32Cube_FW"
BLE_patch_path = repo_local_path / repo_ble_name / "extras" / "STM32_WPAN"
patch_list = []

if BLE_patch_path.is_dir():
Expand Down Expand Up @@ -755,10 +755,10 @@ def updateBleLibrary():
else:
cube_name = f"{repo_generic_name}WB"
cube_path = repo_local_path / cube_name
ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32Cube_FW"
ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32_WPAN"
cube_version = cube_versions["WB"]

ble_commit_msg = f"chore: update STM32Cube_FW from Cube version {cube_version}"
ble_commit_msg = f"chore: update STM32_WPAN from Cube version {cube_version}"

for file in ble_file_list:
file_path = Path(cube_path / file)
Expand Down

0 comments on commit 0c9cc73

Please sign in to comment.