-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Pull upstream fixes for Mesh #18070
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
Pull upstream fixes for Mesh #18070
Conversation
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a8f4651da71a6813cb3ccd72c55c44b809c2bfbf more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (21)Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
3c10194 to
bb24cd5
Compare
Adds an empty function `bt_mesh_rpl_pending_store_all_nodes` to rpl.c, corresponding to the function declared in zephyr. This is done to avoid compilation errors when building the mesh stack with the EMDS enabled. Signed-off-by: Håvard Reierstad <[email protected]>
Updates sdk-zephyr revision. Signed-off-by: Håvard Reierstad <[email protected]>
bb24cd5 to
a8f4651
Compare
bt_mesh_rpl_pending_store_all_nodesfunction torpl.cto avoid compilation errors when EMDS is enabled.