MAINTAINERS: Update to cover the native simulator

Update the native posix area to cover also the native simulator,
and fix the drivers include path pattern, as some do not have the
whole native_posix in their name.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-06-21 14:06:47 +02:00 committed by Chris Friedt
parent ece74b7b7f
commit 6f507b688b

View file

@ -1778,26 +1778,29 @@ hawkBit:
description: >-
UpdateHub embedded Firmware Over-The-Air (FOTA) upgrade agent
Native POSIX and POSIX arch:
Native POSIX/Sim and POSIX arch:
status: maintained
maintainers:
- aescolar
files:
- arch/posix/
- boards/posix/native_posix/
- boards/posix/native_*/
- boards/posix/doc/
- boards/posix/*.rst
- drivers/*/*native_posix*
- drivers/*/*/*native_posix*
- drivers/*/*posix*
- drivers/*/*native*
- drivers/*/*/*posix*
- drivers/*/*/*native*
- dts/posix/
- include/zephyr/arch/posix/
- scripts/native_simulator/*
- scripts/valgrind.supp
- soc/posix/
- tests/boards/native_posix/
labels:
- "area: native port"
description: >-
POSIX architecture and SOC, native_posix board, and related drivers
POSIX architecture and SOC, native_posix & native_sim boards, and related drivers
Networking:
status: maintained