-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32WB55 BLE not working #76577
Merged
carlescufi
merged 2 commits into
zephyrproject-rtos:main
from
asm5878:STM32WB55_BLE_Not_Working
Aug 5, 2024
Merged
STM32WB55 BLE not working #76577
carlescufi
merged 2 commits into
zephyrproject-rtos:main
from
asm5878:STM32WB55_BLE_Not_Working
Aug 5, 2024
Conversation
This file contains 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
zephyrbot
added
area: Bluetooth
area: Bluetooth Host
platform: STM32
ST Micro STM32
labels
Aug 1, 2024
zephyrbot
requested review from
erwango,
FRASTM,
gautierg-st,
GeorgeCGV,
hermabe,
HoZHel,
jori-nordic,
marwaiehm-st,
sjanc,
Thalley and
theob-pro
August 1, 2024 08:36
jhedberg
requested changes
Aug 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally fine - just a few fine-tuning proposals.
jhedberg
reviewed
Aug 1, 2024
erwango
requested changes
Aug 1, 2024
Implementing HCI setup function to have a correct and proper initialization procedure to fix zephyrproject-rtos#75318 issue Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
Enabling BT_HCI_SETUP for STM32WB55 to have a correct and proper initialization procedure to fix zephyrproject-rtos#75318 issue Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
asm5878
force-pushed
the
STM32WB55_BLE_Not_Working
branch
from
August 1, 2024 09:19
3440ebf
to
59555cf
Compare
jhedberg
approved these changes
Aug 1, 2024
Thanks a lot for your comments. |
erwango
approved these changes
Aug 1, 2024
FRASTM
approved these changes
Aug 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Bluetooth Host
area: Bluetooth
backport v3.7-branch
Request backport to the v3.7-branch
platform: STM32
ST Micro STM32
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.
Implementing and enabling HCI setup function to have a correct and proper
initialization procedure to fix #75318 issue