Skip to content

Commit

Permalink
CODEOWNERS, MAINTAINERS: Add entries for Connection Manager
Browse files Browse the repository at this point in the history
Adding myself as code-owner since I am at this point the primary author
of, and actively maintaining conn_mgr.

(cherry picked from commit e48fb13)

Original-Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
GitOrigin-RevId: e48fb13
Change-Id: Ifafe17902bbda9c40d5ce9eb4a628820d6c42b96
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4801755
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
glarsennordic authored and Chromeos LUCI committed Aug 22, 2023
1 parent 4f87ea8 commit 3b00663
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b00663

Please sign in to comment.