From fb03964a2651162808b8b7c6ba1fca4c2287e9ea Mon Sep 17 00:00:00 2001 From: Dong Wang Date: Mon, 17 Jul 2023 16:32:35 +0800 Subject: [PATCH] manifest: west.yml: add Intel HAL as a new HAL module It provides a low level Hardware Abstraction Layer for Intel specific hardware, like Intel ISH Signed-off-by: Dong Wang --- west.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/west.yml b/west.yml index c7545d6a7fb..1485e3ade81 100644 --- a/west.yml +++ b/west.yml @@ -167,6 +167,11 @@ manifest: path: modules/hal/infineon groups: - hal + - name: hal_intel + revision: 89a0db5d9155484624447d62a5211bcf6f6f0387 + path: modules/hal/intel + groups: + - hal - name: hal_microchip revision: 5d079f1683a00b801373bbbbf5d181d4e33b30d5 path: modules/hal/microchip