-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: Backport Bluetooth Host key destroy fix. #24149
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
manifest: Backport Bluetooth Host key destroy fix. #24149
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK 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: d9a0f418f28a9b4617017177f0780b4da80c2e4b more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: c5be9c56c7 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug_mcuboot_qspi[nrf52840dk/nrf52840]: ROM size increased by 700[B] in comparison to the main[98b082e] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-24149/3) |
west.yml
Outdated
@@ -65,7 +65,7 @@ manifest: | |||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | |||
- name: zephyr | |||
repo-path: sdk-zephyr | |||
revision: c0e99cb7578cdd18e9370af2043de091e134cb71 | |||
revision: pull/3222/head |
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.
Update with SHA: ba79a7275699b0cf5da66d75bd47b1b305a65741
.
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.
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.
You need to also rebase the branch to solve the merge conflict.
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.
Done!
adf0eb4
to
a587a05
Compare
Backport key destroy fix in Bluetooth Host Gatt to 3.1. Signed-off-by: Pavel Vasilyev <[email protected]>
a587a05
to
d9a0f41
Compare
You can find the documentation preview for this PR here. |
No longer needed. The manifest will be updated with a newer sdk-zephyr revision in #24151. |
Backport key destroy fix in Bluetooth Host Gatt to 3.1.