From f930d973794214d722d5d1ed04c5c5099b4c6e92 Mon Sep 17 00:00:00 2001 From: Tomi Fontanilles Date: Tue, 26 Nov 2024 10:05:41 +0200 Subject: [PATCH] manifest: add cmsis_6 Add the CMSIS v6 repo as a module. Signed-off-by: Tomi Fontanilles --- MAINTAINERS.yml | 11 +++++++++++ west.yml | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 2dd477dd598..d065bafc90f 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -4685,6 +4685,17 @@ West: labels: - "area: CMSIS-NN" +"West project: cmsis_6": + status: maintained + maintainers: + - ithinuel + collaborators: + - tomi-font + - wearyzen + files: [] + labels: + - "area: CMSIS_6" + "West project: edtt": status: maintained maintainers: diff --git a/west.yml b/west.yml index 290986a836b..5b84378e2ea 100644 --- a/west.yml +++ b/west.yml @@ -127,6 +127,10 @@ manifest: - name: cmsis-nn revision: ea987c1ca661be723de83bd159aed815d6cbd430 path: modules/lib/cmsis-nn + - name: cmsis_6 + repo-path: CMSIS_6 + revision: 783317a3072554acbac86cca2ff24928cbf98d30 + path: modules/lib/cmsis_6 - name: edtt revision: b9ca3c7030518f07b7937dacf970d37a47865a76 path: tools/edtt