-
Notifications
You must be signed in to change notification settings - Fork 118
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
lib: stm32wb0: Add BLE controller implementation #236
Conversation
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.
A README file summing up the origin of the files added would be required.
Similar to https://github.com/zephyrproject-rtos/hal_stm32/blob/main/lib/stm32wb/hci/README.
Also, to simplify follow up maintenance, I'd expect these files could be updated automatically using existing script. This is not a blocker, but it would be required to have it eventually.
Ok, I'll add it.
I will update this file in the future. |
126766a
to
4709847
Compare
Done. |
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.
Thanks for the CMake clean up.
So more comments on the files extracted from the lib to here. Are they all required ?
4709847
to
38cd226
Compare
38cd226
to
52b51c6
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.
Thanks for the changes.
One minor change and we're good to go.
52b51c6
to
e330f3e
Compare
Provide the required license (ST ULTIMATE LIBERTY) to use the binary BLOB. Modify the yaml file to support fetching the STM32WB0 binary stack library for Bluetooth implementation. Signed-off-by: Ali Hozhabri <[email protected]>
Provide BLE controller implementation for STM32WB0x SOCs. Signed-off-by: Ali Hozhabri <[email protected]>
Add dedicated CMakeLists.txt for STM32WB and STM32WBA to have consistency with STM32WB0 approach. Signed-off-by: Ali Hozhabri <[email protected]>
e330f3e
to
ee68681
Compare
Rebased |
Provide BLE controller implementation for STM32WB0x SOCs.
Provide the required license (ST ULTIMATE LIBERTY) to use the binary BLOB.
Modify the yaml file to support fetching the STM32WB0 binary stack library
for Bluetooth implementation.