This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 06b4911db add shm example using fs shm new c340d735e adjtime: Fix wrong printf format when using CONFIG_SYSTEM_TIME64 new 5a992d4e1 Add basic IEEE-1588 PTP server/client The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: examples/adjtime/adjtime_main.c | 4 +- .../lvgl/port/lv_port.h => include/netutils/ptpd.h | 20 +- netutils/ptpd/Kconfig | 167 ++++ {builtin => netutils/ptpd}/Make.defs | 6 +- netutils/{telnetd => ptpd}/Makefile | 6 +- netutils/ptpd/ptpd.c | 931 +++++++++++++++++++++ netutils/ptpd/ptpv2.h | 117 +++ system/ptpd/Kconfig | 24 + {builtin => system/ptpd}/Make.defs | 6 +- {boot/miniboot => system/ptpd}/Makefile | 11 +- system/{ntpc/ntpcstart_main.c => ptpd/ptpd_main.c} | 20 +- 11 files changed, 1282 insertions(+), 30 deletions(-) copy graphics/lvgl/port/lv_port.h => include/netutils/ptpd.h (83%) create mode 100644 netutils/ptpd/Kconfig copy {builtin => netutils/ptpd}/Make.defs (89%) copy netutils/{telnetd => ptpd}/Makefile (92%) create mode 100644 netutils/ptpd/ptpd.c create mode 100644 netutils/ptpd/ptpv2.h create mode 100644 system/ptpd/Kconfig copy {builtin => system/ptpd}/Make.defs (90%) copy {boot/miniboot => system/ptpd}/Makefile (84%) copy system/{ntpc/ntpcstart_main.c => ptpd/ptpd_main.c} (83%)