File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -406,17 +406,17 @@ def updateCore():
406
406
regexmd_add = re .compile (r"(STM32)\w+(:\s+)\d+.\d+.\d+" )
407
407
HAL_updated = False
408
408
CMSIS_updated = False
409
- hal_commit_msg = """[ {0}] Update STM32{0}xx HAL Drivers to v{1}
409
+ hal_commit_msg = """system: {0}: update STM32{0}xx HAL Drivers to v{1}
410
410
411
411
Included in STM32Cube{0} FW {2}""" .format (
412
412
serie , cube_HAL_version , cube_version
413
413
)
414
- cmsis_commit_msg = """[ {0}] Update STM32{0}xx CMSIS Drivers to v{1}
414
+ cmsis_commit_msg = """system: {0}: update STM32{0}xx CMSIS Drivers to v{1}
415
415
416
416
Included in STM32Cube{0} FW {2}""" .format (
417
417
serie , cube_CMSIS_version , cube_version
418
418
)
419
- wrapper_commit_msg = "[{}] Update wrapped files" .format (serie )
419
+ wrapper_commit_msg = "core: {}: update wrapped files" .format (serie )
420
420
421
421
# Update HAL part if needed
422
422
if version .parse (core_HAL_version ) < version .parse (cube_HAL_version ):
You can’t perform that action at this time.
0 commit comments