Skip to content

Commit 75ae7c2

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 c28e99a commit 75ae7c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 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
@@ -64,8 +66,9 @@ manifest:
6466
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html
6567
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6668
- name: zephyr
69+
remote: rado
6770
repo-path: sdk-zephyr
68-
revision: 51e6f94f5b7ff8d9364dff74d09cd37dfe69439d
71+
revision: enable_runtime_certs
6972
import:
7073
# In addition to the zephyr repository itself, NCS also
7174
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)