This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 40c798281 netlib: Add support for adding/removing VLAN device
     add 3ddda8231 netutils/ptpd: add CMakelist for ptpd
     add e4ddfdeed netutils/ptpd: byte align for ptp structure
     add d1f59bef8 netutils/ptpd: using DEBUG_PTP_ERR/WARN/INFO to replace 
NETUTILS_PTPD_DEBUG
     add 28302ae7d system/ptpd: using main task to replace new task
     add ac881e510 system/ptpd: provide more parameter by struct ptpd_config_s 
when starting ptpd
     add 4411a41bc netutils/ptpd: using hardware_ts to replace 
CONFIG_NET_TIMESTAMP
     add e718fdd2c netutils/ptpd: get nanoseconds by SO_TIMESTAMPNS to satisfy 
higher precision
     add 832e61c1c netutils/ptpd: Add the missing comparison in is_better_clock
     add 5d34a0906 netutils/ptp: destroy donesem at the end of ptpd_status
     add 4426ce733 netutils/ptpd: using dynamic config to config clien-only 
mode and delaye2e
     add d3504bf9b netutils/ptpd: support adjtime for ptp device
     add 54d55fe5f netutils/ptpd: add NETUTILS_PTPD_ADJTIME_THRESHOLD_NS to 
accelerate adjustment
     add 65d29de0f netutils/ptpd: add NET_PKT to enable PTP
     add 54cbc2ee0 netutils/ptpd: support PTP ethernet transport
     add 03ca9ba50 netutils/ptpd: using -B to control BMCA message
     add e5c85d1ca netutils/ptpd: Add switch correction time change

No new revisions were added by this update.

Summary of changes:
 include/netutils/ptpd.h                            |  19 +-
 .../testsuites => netutils/ptpd}/CMakeLists.txt    |   6 +-
 netutils/ptpd/Kconfig                              |  54 +-
 netutils/ptpd/ptpd.c                               | 763 +++++++++++++--------
 netutils/ptpd/ptpv2.h                              |  26 +-
 system/ptpd/ptpd_main.c                            | 123 +++-
 6 files changed, 615 insertions(+), 376 deletions(-)
 copy {testing/testsuites => netutils/ptpd}/CMakeLists.txt (89%)

Reply via email to