-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Simplify BLE library inclusion #13948
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
- Security manager uses some feature from wsf which is part of the mbed-ble-cordio library so added target_link_library to link the BLE library to cordio stack lib.
|
@rajkan01, thank you for your changes. |
|
We just need CI started |
@0xc0170 Yes, apps only need to include |
pan-
left a comment
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 @rajkan01 BLE always depends on the Cordio host stack.
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
|
@0xc0170 Could you restart the cloud client test as it failed with timeout error |
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
|
@0xc0170 This PR CI have passed, could you merge |
Summary of changes
mbed-blelibrary uses some feature fromwsfof thembed-ble-cordiolibrary so addedtarget_link_libraryto link the BLE library with cordio stack lib.Impact of changes
None.
Migration actions required
Documentation
None.
Pull request type
Test results
Manual testing:
Successfully build the
BLE_Advertisingexamples by only specifiedmbed-blein CMakeLists.txt file of target_link_libararies section, which intern broughtmbed-ble-cordioandmbed-ble-blue_nrgdependent libraries.Reviewers
@0xc0170 @hugueskamba