Skip to content

Commit 45f876b

Browse files
committed
manifest: crypto: Add support for static key slots
-This updates sdk-oberon-psa-crypto to a version that support static key slots (see previous commit for configurations. -This updates trusted-firmware-m to a version that supports static key slots (see previous commit for configurations). -This updates Mbed TLS to a version that supports static key slots (see previous commit for configurations). Ref: NCSDK-30210 Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 0a72ca0 commit 45f876b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

west.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,19 @@ manifest:
140140
- name: mbedtls
141141
path: modules/crypto/mbedtls
142142
repo-path: sdk-mbedtls
143-
revision: v3.6.2-ncs2
143+
revision: pull/39/head
144144
- name: oberon-psa-crypto
145145
path: modules/crypto/oberon-psa-crypto
146146
repo-path: sdk-oberon-psa-crypto
147-
revision: d66c20787f82b9469439fb7c1436463c02ca3b10
147+
revision: pull/20/head
148148
- name: nrfxlib
149149
repo-path: sdk-nrfxlib
150150
path: nrfxlib
151151
revision: pull/1648/head
152152
- name: trusted-firmware-m
153153
repo-path: sdk-trusted-firmware-m
154154
path: modules/tee/tf-m/trusted-firmware-m
155-
revision: 3f08f2595d976624e42478bb377cb24798b00a5d
155+
revision: pull/184/head
156156
- name: psa-arch-tests
157157
repo-path: sdk-psa-arch-tests
158158
path: modules/tee/tf-m/psa-arch-tests

0 commit comments

Comments
 (0)