From 9e11a17de729c6b55c0439f01479188f1bbf334c Mon Sep 17 00:00:00 2001 From: Pavel Vasilyev Date: Thu, 7 Nov 2024 09:52:06 +0100 Subject: [PATCH] manifest: Set head to sdk-zephyr branch fix Signed-off-by: Pavel Vasilyev --- west.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 3ada816e93fa..baa07facfeba 100644 --- a/west.yml +++ b/west.yml @@ -39,6 +39,8 @@ manifest: url-base: https://github.com/boschsensortec - name: eembc url-base: https://github.com/eembc + - name: pavelvpv + url-base: https://github.com/PavelVPV # If not otherwise specified, the projects below should be obtained # from the ncs remote. @@ -68,8 +70,9 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr + remote: pavelvpv repo-path: sdk-zephyr - revision: 4f3ef0aa00b54dc19da82629c3402b2af149dfb5 + revision: hci_driver_async_buf_get import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above