From 28e3b1942ebd8d32070e065e8bb232d16081c757 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 21 Jun 2022 12:00:02 +0200 Subject: [PATCH] west.yml: Add hal_renesas module This adds hal_renesas module to allow builds for Renesas DA1469x. For now this points to repository outside zephyrproject-rtos since relevant external module is not yet created. Signed-off-by: Andrzej Kaczmarek --- west.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/west.yml b/west.yml index 12d550ff1f5..02b0ebfbd56 100644 --- a/west.yml +++ b/west.yml @@ -108,6 +108,11 @@ manifest: repo-path: hal_quicklogic groups: - hal + - name: hal_renesas + path: modules/hal/renesas + revision: 468d3f2146d18c7f86a4640fc641cc1d20a4a100 + groups: + - hal - name: hal_rpi_pico path: modules/hal/rpi_pico revision: 191f5ba46fda49523cdaaef27583d1c875ba2c36