CODEOWNERS/MAINTAINERS: introduce gPTP maintenance area
Adds a new gPTP maintenance area and proposes to add @fgrandel as a collaborator thereof as proposed by @jukkar. Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
parent
59946f16ca
commit
0b3991cda1
|
@ -704,6 +704,7 @@
|
|||
/include/zephyr/net/buf.h @jhedberg @tbursztyka @rlubos @jukkar
|
||||
/include/zephyr/net/coap*.h @rlubos
|
||||
/include/zephyr/net/conn_mgr*.h @rlubos @glarsennordic @jukkar
|
||||
/include/zephyr/net/gptp.h @rlubos @jukkar @fgrandel
|
||||
/include/zephyr/net/ieee802154*.h @rlubos @tbursztyka @jukkar @fgrandel
|
||||
/include/zephyr/net/lwm2m*.h @rlubos
|
||||
/include/zephyr/net/mqtt.h @rlubos
|
||||
|
@ -766,6 +767,7 @@
|
|||
/samples/net/ @rlubos @tbursztyka @jukkar
|
||||
/samples/net/cloud/tagoio_http_post/ @nandojve
|
||||
/samples/net/dns_resolve/ @rlubos @tbursztyka @jukkar
|
||||
/samples/net/gptp/ @rlubos @jukkar @fgrandel
|
||||
/samples/net/lwm2m_client/ @rlubos
|
||||
/samples/net/mqtt_publisher/ @rlubos
|
||||
/samples/net/mqtt_sn_publisher/ @rlubos @BeckmaR
|
||||
|
@ -879,6 +881,7 @@ scripts/build/gen_image_info.py @tejlmand
|
|||
/subsys/net/lib/sockets/ @rlubos @tbursztyka @jukkar
|
||||
/subsys/net/lib/tls_credentials/ @rlubos
|
||||
/subsys/net/l2/ @rlubos @tbursztyka @jukkar
|
||||
/subsys/net/l2/ethernet/gptp/ @rlubos @jukkar @fgrandel
|
||||
/subsys/net/l2/ieee802154/ @rlubos @tbursztyka @jukkar @fgrandel
|
||||
/subsys/net/l2/canbus/ @alexanderwachter
|
||||
/subsys/net/pkt_filter/ @npitre
|
||||
|
|
|
@ -1852,13 +1852,17 @@ Networking:
|
|||
- doc/connectivity/networking/
|
||||
- tests/net/
|
||||
files-exclude:
|
||||
- doc/connectivity/networking/api/gptp.rst
|
||||
- doc/connectivity/networking/api/ieee802154.rst
|
||||
- doc/connectivity/networking/api/wifi.rst
|
||||
- include/zephyr/net/gptp.h
|
||||
- include/zephyr/net/ieee802154*.h
|
||||
- include/zephyr/net/wifi*.h
|
||||
- samples/net/gptp/
|
||||
- samples/net/sockets/coap_*/
|
||||
- samples/net/lwm2m_client/
|
||||
- samples/net/wifi/
|
||||
- subsys/net/l2/ethernet/gptp/
|
||||
- subsys/net/l2/ieee802154/
|
||||
- subsys/net/l2/wifi/
|
||||
- subsys/net/lib/coap/
|
||||
|
@ -1925,6 +1929,20 @@ Networking:
|
|||
labels:
|
||||
- "area: Networking"
|
||||
|
||||
"Networking: gPTP":
|
||||
status: maintained
|
||||
maintainers:
|
||||
- jukkar
|
||||
collaborators:
|
||||
- fgrandel
|
||||
files:
|
||||
- doc/connectivity/networking/api/gptp.rst
|
||||
- include/zephyr/net/gptp.h
|
||||
- samples/net/gptp/
|
||||
- subsys/net/l2/ethernet/gptp/
|
||||
labels:
|
||||
- "area: Networking"
|
||||
|
||||
"Networking: LWM2M":
|
||||
status: maintained
|
||||
maintainers:
|
||||
|
|
Loading…
Reference in a new issue