Skip to content

Commit

Permalink
MAINTAINERS: ptp: Add PTP entry to the maintenance list
Browse files Browse the repository at this point in the history
Introducing a new PTP maintenance entry with awojasinski
as maintainer.

Signed-off-by: Adam Wojasinski <[email protected]>
  • Loading branch information
awojasinski committed Jun 11, 2024
1 parent 0263173 commit e1a189d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2587,9 +2587,11 @@ Networking:
files-exclude:
- doc/connectivity/networking/api/gptp.rst
- doc/connectivity/networking/api/ieee802154.rst
- doc/connectivity/networking/api/ptp.rst
- doc/connectivity/networking/api/wifi.rst
- include/zephyr/net/gptp.h
- include/zephyr/net/ieee802154*.h
- include/zephyr/net/ptp.h
- include/zephyr/net/wifi*.h
- include/zephyr/net/buf.h
- include/zephyr/net/dhcpv4*.h
Expand All @@ -2605,6 +2607,7 @@ Networking:
- subsys/net/lib/coap/
- subsys/net/lib/config/ieee802154*
- subsys/net/lib/lwm2m/
- subsys/net/lib/ptp/
- subsys/net/lib/tls_credentials/
- subsys/net/lib/dhcpv4/
- tests/net/dhcpv4/
Expand Down Expand Up @@ -2760,6 +2763,20 @@ Networking:
tests:
- net.mqtt_sn

"Networking: PTP":
status: maintained
maintainers:
- awojasinski
files:
- doc/connectivity/networking/api/ptp.rst
- include/zephyr/net/ptp.h
- subsys/net/lib/ptp/
- samples/net/ptp/
labels:
- "area: Networking"
tests:
- sample.net.ptp

"Networking: Native IEEE 802.15.4":
status: maintained
maintainers:
Expand Down

0 comments on commit e1a189d

Please sign in to comment.