From 46cd6b4d5cea3ad1394a60f97c5be8e3445cd76a Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Wed, 25 Sep 2024 14:09:58 +0300 Subject: [PATCH] west.yml: pull in CMSIS module This module is required by the Cortex-M architecture so update west.yml to pull in this module as well. Signed-off-by: Laurentiu Mihalcea --- west.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/west.yml b/west.yml index 91657cff8..7f36f0288 100644 --- a/west.yml +++ b/west.yml @@ -59,6 +59,7 @@ manifest: - mipi-sys-t - lz4 - tinycrypt + - cmsis self: # Changes to submanifests/*.yml files _are_ effective; these have no