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

NCS v2.4.4 release #16966

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3
2.4.4
12 changes: 6 additions & 6 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: c0aa4d27d3f2767e88c6c8c4634425086156f7f5
revision: v3.3.99-ncs1-3
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down Expand Up @@ -131,15 +131,15 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: v2.4.3
revision: v2.4.4
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
revision: v1.7.0-ncs1-1
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: v2.4.3
revision: v2.4.4
submodules:
- name: nlio
path: third_party/nlio/repo
Expand All @@ -157,7 +157,7 @@ manifest:
- name: nrf-802154
repo-path: sdk-nrf-802154
path: nrf-802154
revision: v2.4.3
revision: v2.4.4
groups:
- nrf-802154
- name: dragoon
Expand All @@ -179,12 +179,12 @@ manifest:
compare-by-default: false
- name: homekit
repo-path: sdk-homekit
revision: b5d8e3ec3ad42b5789b94dbc4caf850c146df068
revision: v2.4.4
groups:
- homekit
- name: find-my
repo-path: sdk-find-my
revision: v2.4.3
revision: v2.4.4
groups:
- find-my
- name: azure-sdk-for-c
Expand Down
Loading