commit | e7778b858476dd2f0c322c8d6c988cda210fa62f | [log] [tgz] |
---|---|---|
author | Alex Sergeev <asergeev@carbonrobotics.com> | Wed Sep 08 20:28:27 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:01:16 2021 -0400 |
tree | 01262f1926b89e436b97b81e67f51c2d6d01ec7c | |
parent | 1face7731a4189e3051a453abd0c6f3d44b7f3fb [diff] |
net: ptp: extract PTP interfaces outside gPTP subsys under NET_L2_PTP As per #38352, we would like to start building out PTP (IEEE 1588) support for superset of gPTP functionality in Zephyr. This is the first step to abstract away some key interfaces from NET_GPTP umbrella to NET_L2_PTP. Signed-off-by: Alex Sergeev <asergeev@carbonrobotics.com>