From dde80ccbc7d841f5c217d58a07ec189426150377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20H=C3=BCbner?= Date: Sun, 5 Mar 2023 13:42:38 +0100 Subject: [PATCH] west: Redirect Zephyr to fork from HARDWARIO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Hübner --- west.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/west.yml b/west.yml index aa2be57f3894..4eabf61cb195 100644 --- a/west.yml +++ b/west.yml @@ -39,6 +39,8 @@ manifest: url-base: https://github.com/BabbleSim - name: bosch url-base: https://github.com/boschsensortec + - name: hardwario + url-base: https://github.com/hardwario # If not otherwise specified, the projects below should be obtained # from the ncs remote. @@ -60,8 +62,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 - repo-path: sdk-zephyr - revision: v3.5.99-ncs1-1 + remote: hardwario + repo-path: ncs-zephyr + revision: v3.5.99-ncs1-chester-branch import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above