Skip to content

Commit ac71b1e

Browse files
[DNM] align manifest to Split MDK in nrfx
Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 56f1189 commit ac71b1e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

west.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: ab3701f67f47b2cb4c1682cff91c6607a21f4396
68+
revision: pull/4153/head
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above
@@ -88,7 +88,6 @@ manifest:
8888
- dhara
8989
- edtt
9090
- fatfs
91-
- hal_nordic
9291
- hal_st # required for ST sensors (unrelated to STM32 MCUs)
9392
- hal_tdk # required for Invensense sensors such as ICM42670
9493
- hal_wurthelektronik
@@ -118,6 +117,13 @@ manifest:
118117
#
119118
# Some of these are also Zephyr modules which have NCS-specific
120119
# changes.
120+
- name: hal_nordic
121+
revision: nrfx-removed
122+
remote: zephyrproject
123+
path: modules/hal/nor
124+
- name: nrfx
125+
revision: split_mdk_branch
126+
path: modules/hal/nor/nrfx
121127
- name: wfa-qt-control-app
122128
repo-path: sdk-wi-fiquicktrack-controlappc
123129
path: modules/lib/wfa-qt-control-app
@@ -154,7 +160,7 @@ manifest:
154160
- name: trusted-firmware-m
155161
repo-path: sdk-trusted-firmware-m
156162
path: modules/tee/tf-m/trusted-firmware-m
157-
revision: c9f73070ad6d9469574fc13a4e297ed33ab7e84a
163+
revision: pull/257/head
158164
- name: psa-arch-tests
159165
repo-path: sdk-psa-arch-tests
160166
path: modules/tee/tf-m/psa-arch-tests

0 commit comments

Comments
 (0)