lib/stm32: update BLE stm32wba to cube version V1.6.0#280
Merged
erwango merged 2 commits intozephyrproject-rtos:mainfrom May 20, 2025
Merged
lib/stm32: update BLE stm32wba to cube version V1.6.0#280erwango merged 2 commits intozephyrproject-rtos:mainfrom
erwango merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
Collaborator
Author
|
Zephyr PR created: 89986 |
erwango
requested changes
May 15, 2025
Member
erwango
left a comment
There was a problem hiding this comment.
Looks ok, but for clarity, please split the PR in 2 commits:
- update of the lib from 1.5.0 tp 1.6.0
- addition of BLE support for WBA6
Collaborator
Author
|
@erwango ok, I agree, I will create a second commit to update the link library for WBA6 (and build system). |
Update BLE lib version for STM32WBA serie from Cube version v1.5.0 to version v1.6.0. Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
ba8c436 to
9e89bf8
Compare
Collaborator
Author
|
Commit has been split as requested. |
erwango
approved these changes
May 16, 2025
Add STM32WBA6 BLE support. Select correct link layer lib according the soc, STM32WBA5 or STM32WBA6. Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
9e89bf8 to
698ae8c
Compare
benothmn-st
approved these changes
May 16, 2025
HoZHel
approved these changes
May 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update BLE lib version for STM32WBAxx serie
from Cube version v1.5.0 to version v1.6.0.
Covering both STM32WBA5X and STM32WBA6X.