Skip to content
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: stm32wba: Add BLE controller implementation #187

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

erwango
Copy link
Member

@erwango erwango commented Dec 5, 2023

Make required changes to port STM32WBA BLE controller library on Zephyr.

This work is made of two parts:

  • Configure zephyr/module.yaml to allow importation of the 2 required binary blobs that are required to get a BLE stack working with STM32WBA. A copy of the license required to use these binary blobs (ST ULTIMATE LIBERTY) is made available as part of this commit
  • Import bluetooth controller related files that are needed to implement a BLE controller library. These files are provided with OSI approved Licenses (BSD-3 of MIT depending on the case).

Some minor fixes are made to these files in order to minimize dependencies.
Those fixes will be integrated in a next STM32WBACube package delivery.

Make required changes to port STM32WBA BLE controller library on Zephyr.

This work is made of two parts:
- Configure zephyr/module.yaml to allow importation of the 2 required
binary blobs that are required to get a BLE stack working with STM32WBA
A copy of the license required to use these binary blobs (ST ULTIMATE
LIBERTY) is made available as part of this commit
- Import bluetooth controller related files that are needed to implement
a BLE controller library. These files are provided with OSI approved
Licenses (BSD-3 of MIT depending on the case).

Signed-off-by: Erwan Gouriou <[email protected]>
Add some minor tweaks to files extracted from STM32Cube package
in order to minimize number of files to include.

Signed-off-by: Erwan Gouriou <[email protected]>
Radio based calibration is not yet available

Signed-off-by: Erwan Gouriou <[email protected]>
@carlescufi carlescufi merged commit d183c9c into zephyrproject-rtos:main Dec 18, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants