Skip to content

Commit 32d3f69

Browse files
committed
manifest: sdk-zephyr: Enable runtime certificates
Enable runtime certificates support for all nRF builds. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent b2f405c commit 32d3f69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

west.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ manifest:
2020
# NCS repositories are hosted here.
2121
- name: ncs
2222
url-base: https://github.com/nrfconnect
23+
- name: rado
24+
url-base: https://github.com/rado17
2325
# Third-party repository sources:
2426
- name: zephyrproject
2527
url-base: https://github.com/zephyrproject-rtos
@@ -65,7 +67,7 @@ manifest:
6567
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6668
- name: zephyr
6769
repo-path: sdk-zephyr
68-
revision: 69ad0523f95f13d1de356c19575301ce3de4959e
70+
revision: pull/3358/head
6971
import:
7072
# In addition to the zephyr repository itself, NCS also
7173
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)