-
Notifications
You must be signed in to change notification settings - Fork 1k
enabling IPCC module of the stm32WB55 #1191
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
Conversation
8231175
to
5055463
Compare
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.
In addition to my review comments, please:
- Rebase and squash on top of the master and change commit message to something like:
[PNUCLEO_WB55RG] BLE support configuration
- Enable IPCC HAL module
- Manage OTP to ...
- Update clock configuration
- Apply astyle (script available in CI/astyle/astyle.py)
fix according to the review (mainly astyle) |
81a28f7
to
e7133bb
Compare
a17cf4e
to
c00f262
Compare
Enable IPCC HAL module which transport the HCI command over the Shared Mem. Update clock configuration for BLE on this nucleo_wb55rg Manage OTP to access the device bd address Signed-off-by: Francois Ramu <francois.ramu@st.com>
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.
LGTM
Thanks @FRASTM
This PR is the introduction of the BLE for the stm32WB55
Requires stm32duino/STM32duinoBLE#17