-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32WB update drivers version to CUBE V1.7.0 #13304
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
@jeromecoutant, thank you for your changes. |
Each custom boards can now easily inherit from MCU_STM32WB55xx
e93884c
to
03296f0
Compare
@@ -86,6 +86,7 @@ static bool get_bd_address(uint8_t *bd_addr); | |||
static bool sysevt_wait(void); | |||
static bool sysevt_check(void); | |||
|
|||
extern int BLE_inited; |
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.
Shouldn't it be BLE_initialized
?
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.
@jeromecoutant shall this be updated ?
Started CI meanwhile |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
I'll merge this update. We can fix the name of that variable in another PR. |
Summary of changes
ST Cube drivers version is updated from V1.4.0 to V1.7.0,
which is the latest official version from:
https://github.com/STMicroelectronics/STM32CubeWB/
@ARMmbed/team-st-mcd
@micgur01
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers