From b2ebd98d9d00ccfa8b26f2a5498c0a7ad3ce0796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20J=C3=A4ger?= Date: Fri, 14 Jan 2022 09:57:27 +0100 Subject: [PATCH] MAINTAINERS: add path for UART samples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding UART samples to "Drivers: Serial/UART" so that the maintainer will be notified for relevant PRs in the future. Signed-off-by: Martin Jäger --- MAINTAINERS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 47ca7be6952..698aa0def12 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -854,6 +854,7 @@ Documentation: - include/drivers/uart.h - include/drivers/uart/ - dts/bindings/serial/ + - samples/drivers/uart/ - tests/drivers/uart/ labels: - "area: UART"