Browse Source

CODEOWNERS, MAINTAINERS: Add entries for Connection Manager

Adding myself as code-owner since I am at this point the primary author
of, and actively maintaining conn_mgr.

Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
pull/61365/head
Georges Oates_Larsen 2 years ago committed by Maureen Helm
parent
commit
e48fb13778
  1. 4
      CODEOWNERS
  2. 14
      MAINTAINERS.yml

4
CODEOWNERS

@ -707,6 +707,7 @@ @@ -707,6 +707,7 @@
/include/zephyr/net/ @rlubos @tbursztyka
/include/zephyr/net/buf.h @jhedberg @tbursztyka @rlubos
/include/zephyr/net/coap*.h @rlubos
/include/zephyr/net/conn_mgr*.h @rlubos @glarsennordic
/include/zephyr/net/lwm2m*.h @rlubos
/include/zephyr/net/mqtt.h @rlubos
/include/zephyr/net/mqtt_sn.h @rlubos @BeckmaR
@ -868,6 +869,7 @@ scripts/build/gen_image_info.py @tejlmand @@ -868,6 +869,7 @@ scripts/build/gen_image_info.py @tejlmand
/subsys/mgmt/osdp/ @sidcha
/subsys/modbus/ @jfischer-no
/subsys/net/buf.c @jhedberg @tbursztyka @rlubos
/subsys/net/conn_mgr/ @rlubos @glarsennordic
/subsys/net/ip/ @rlubos @tbursztyka
/subsys/net/lib/ @rlubos @tbursztyka
/subsys/net/lib/dns/ @rlubos @tbursztyka @cfriedt
@ -924,6 +926,8 @@ scripts/build/gen_image_info.py @tejlmand @@ -924,6 +926,8 @@ scripts/build/gen_image_info.py @tejlmand
/tests/lib/cmsis_dsp/ @stephanosio
/tests/net/ @rlubos @tbursztyka
/tests/net/buf/ @jhedberg @tbursztyka
/tests/net/conn_mgr/ @rlubos @glarsennordic
/tests/net/conn_mgr_conn/ @rlubos @glarsennordic
/tests/net/lib/ @rlubos @tbursztyka
/tests/net/lib/http_header_fields/ @rlubos @tbursztyka
/tests/net/lib/mqtt_packet/ @rlubos

14
MAINTAINERS.yml

@ -1879,6 +1879,20 @@ Networking: @@ -1879,6 +1879,20 @@ Networking:
labels:
- "area: Networking"
"Networking: Connection Manager":
status: maintained
maintainers:
- rlubos
collaborators:
- glarsennordic
files:
- include/zephyr/net/conn_mgr*.h
- subsys/net/conn_mgr/
- tests/net/conn_mgr/
- tests/net/conn_mgr_conn/
labels:
- "area: Networking"
"Networking: CoAP":
status: maintained
maintainers:

Loading…
Cancel
Save