- Notifications
You must be signed in to change notification settings - Fork1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
8231175
to5055463
CompareThere 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)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
fix according to the review (mainly astyle) |
81a28f7
toe7133bb
CompareUh oh!
There was an error while loading.Please reload this page.
a17cf4e
toc00f262
CompareEnable IPCC HAL module which transport the HCI commandover the Shared Mem.Update clock configuration for BLE on this nucleo_wb55rgManage OTP to access the device bd addressSigned-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
Uh oh!
There was an error while loading.Please reload this page.
This PR is the introduction of the BLE for the stm32WB55
Requiresstm32duino/STM32duinoBLE#17