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

stm32 hal: BLE library is now compatible with nucleo_wba52cg #223

Closed
wants to merge 1 commit into from

Conversation

FRASTM
Copy link
Collaborator

@FRASTM FRASTM commented Jul 23, 2024

Perform a 'west blobs fetch stm32' to fetch the latest library That will make the bluetooth compatible with stm32wba52 nucleo board

in ../modules/hal/stm32/
$ west update
$ west blobs fetch stm32

resulting in
Fetching blob stm32: ../modules/hal/stm32/zephyr/blobs/stm32wba/lib/LinkLayer_BLE_Full_lib.a
Fetching blob stm32: ../modules/hal/stm32/zephyr/blobs/stm32wba/lib/stm32wba_ble_stack_llo.a

Fixes the error
ninja: error: '../modules/hal/stm32/zephyr/blobs/stm32wba/lib/stm32wba_ble_stack_llo.a', needed by 'zephyr/zephyr_pre0.elf', missing and no known rule to make it

and makes the west build -p always -b nucleo_wba52cg samples/bluetooth/peripheral/ successful

Perform a 'west blobs fetch stm32' to fetch the latest library
That will make the bluetooth compatible with stm32wba52 nucleo board

Signed-off-by: F. Ramu <[email protected]>
@FRASTM FRASTM marked this pull request as draft July 23, 2024 12:01
@janhenke
Copy link

Hi,
since I have that board at home and I am waiting for some time for the BT part to work with Zephyr, what is blocking this PR? Can I help to get this merged?

@erwango
Copy link
Member

erwango commented Sep 12, 2024

since I have that board at home and I am waiting for some time for the BT part to work with Zephyr, what is blocking this PR? Can I help to get this merged?

Sorry, but it appears this we're still lacking BLE lib that would be compatible with exitsing nucleo_wb52cg boards.
I'm closing this PR. Maybe @asm5878 could provide more info on what could be epxected on this front.

@erwango erwango closed this Sep 12, 2024
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