From 3c6177a4458bd3b90074dfee852fd1fd83f4e8e2 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 27 Oct 2021 15:21:21 +0200 Subject: [PATCH] MAINTAINERS: include the CANopenNode module in the CAN bus group Include the CANopenNode module integration files in the CAN bus maintainers group and assign ownership to me. Signed-off-by: Henrik Brix Andersen --- CODEOWNERS | 2 ++ MAINTAINERS.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 49d404727da..6f108cb6cc6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -565,6 +565,7 @@ /lib/libc/ @nashif /lib/libc/arcmwdt/ @abrodkin @ruuddw @evgeniy-paltsev /modules/ @nashif +/modules/canopennode/ @henrikbrixandersen /modules/mbedtls/ @ceolin @d3zd3z /modules/trusted-firmware-m/ @ioannisg @microbuilder /kernel/device.c @andyross @nashif @@ -583,6 +584,7 @@ /samples/drivers/ht16k33/ @henrikbrixandersen /samples/drivers/lora/ @Mani-Sadhasivam /samples/subsys/lorawan/ @Mani-Sadhasivam +/samples/modules/canopennode/ @henrikbrixandersen /samples/net/ @rlubos @tbursztyka @pfalcon /samples/net/cloud/tagoio_http_post/ @nandojve /samples/net/dns_resolve/ @rlubos @tbursztyka @pfalcon diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index faae17bdda8..c6fe5dd48ae 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -465,6 +465,8 @@ Documentation: - tests/drivers/can/ - samples/subsys/canbus/ - doc/reference/networking/can_api.rst + - modules/canopennode/ + - samples/modules/canopennode/ labels: - "area: CAN"