Skip to content

Commit 0c9cc73

Browse files
committed
ci(stm32cube): update BLE path
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 6e61906 commit 0c9cc73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CI/update/stm32cube.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def updateBleRepo():
688688

689689
def applyBlePatch():
690690
print(" Applying patches to ble library")
691-
BLE_patch_path = repo_local_path / repo_ble_name / "extras" / "STM32Cube_FW"
691+
BLE_patch_path = repo_local_path / repo_ble_name / "extras" / "STM32_WPAN"
692692
patch_list = []
693693

694694
if BLE_patch_path.is_dir():
@@ -755,10 +755,10 @@ def updateBleLibrary():
755755
else:
756756
cube_name = f"{repo_generic_name}WB"
757757
cube_path = repo_local_path / cube_name
758-
ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32Cube_FW"
758+
ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32_WPAN"
759759
cube_version = cube_versions["WB"]
760760

761-
ble_commit_msg = f"chore: update STM32Cube_FW from Cube version {cube_version}"
761+
ble_commit_msg = f"chore: update STM32_WPAN from Cube version {cube_version}"
762762

763763
for file in ble_file_list:
764764
file_path = Path(cube_path / file)

0 commit comments

Comments
 (0)