From 64eecd448861128abaf34d02afb08e3948d35fd9 Mon Sep 17 00:00:00 2001 From: Florian Grandel Date: Sun, 2 Jul 2023 17:15:41 +0200 Subject: [PATCH] MAINTAINERS: native IEEE 802.15.4 L2 maintenance Introduce a new area of maintenance for the IEEE 802.15.4 native stack as distinguished from both, IEEE 802.15.4 drivers and OpenThread and more specialized than generic network subsystem maintainership. Signed-off-by: Florian Grandel --- MAINTAINERS.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index fda0bd0c29..ad2e92ddb9 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1899,6 +1899,24 @@ Networking: labels: - "area: Networking" +"Networking: Native IEEE 802.15.4": + status: maintained + maintainers: + - tbursztyka + collaborators: + - rlubos + - fgrandel + files: + - doc/connectivity/networking/api/ieee802154.rst + - include/zephyr/net/ieee802154.h + - include/zephyr/net/ieee802154_pkt.h + - include/zephyr/net/ieee802154_mgmt.h + - subsys/net/l2/ieee802154/ + - subsys/net/lib/config/ieee802154_* + - tests/net/ieee802154/ + labels: + - "area: IEEE 802.15.4" + "Networking: OpenThread": status: maintained maintainers: