From bfb4ce57abdd5a2e65c862ffb7c8a40ae9799d94 Mon Sep 17 00:00:00 2001 From: Tomi Fontanilles Date: Mon, 27 Jan 2025 09:31:47 +0200 Subject: [PATCH] MAINTAINERS: fix include/zephyr/data/ The directory doesn't (anymore) belong only to JWT. Assign the headers in this directory to their areas on a per-file basis. Signed-off-by: Tomi Fontanilles --- MAINTAINERS.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 945ec8f89b9..1b0d9b09d90 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1502,6 +1502,7 @@ Release Notes: files: - doc/hardware/peripherals/gnss.rst - drivers/gnss/ + - include/zephyr/data/navigation.h - include/zephyr/drivers/gnss.h - include/zephyr/drivers/gnss/ - dts/bindings/gnss/ @@ -2442,7 +2443,8 @@ JSON Web Token: - sir-branch files: - subsys/jwt/ - - include/zephyr/data/ + - include/zephyr/data/json.h + - include/zephyr/data/jwt.h - lib/utils/json.c - tests/subsys/jwt/ - tests/lib/json/