Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-06 Thread via GitHub
xiaoxiang781216 merged PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1347559512 ## netutils/ptpd/ptpd.c: ## @@ -0,0 +1,931 @@ +/ + * apps/netutils/ptpd/ptpd.c +

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-05 Thread via GitHub
PetteriAimonen commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1347438060 ## netutils/ptpd/Makefile: ## @@ -0,0 +1,29 @@ + +# apps/netutils/ptpd/Makefile +#

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-04 Thread via GitHub
xiaoxiang781216 commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1346251501 ## netutils/ptpd/Makefile: ## @@ -0,0 +1,29 @@ + +# apps/netutils/ptpd/Makefile +

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-04 Thread via GitHub
PetteriAimonen commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1346187026 ## netutils/ptpd/Makefile: ## @@ -0,0 +1,29 @@ + +# apps/netutils/ptpd/Makefile +#

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-04 Thread via GitHub
xiaoxiang781216 commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1346131319 ## netutils/ptpd/Makefile: ## @@ -0,0 +1,29 @@ + +# apps/netutils/ptpd/Makefile +

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-04 Thread via GitHub
hartmannathan commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1345828049 ## netutils/ptpd/Makefile: ## @@ -0,0 +1,29 @@ + +# apps/netutils/ptpd/Makefile +#

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1344237029 ## netutils/ptpd/Makefile: ## @@ -0,0 +1,29 @@ + +# apps/netutils/ptpd/Makefile +

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-03 Thread via GitHub
PetteriAimonen commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1343654774 ## system/ptpd/Kconfig: ## @@ -0,0 +1,24 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nutt

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-02 Thread via GitHub
pkarashchenko commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1343561259 ## system/ptpd/Kconfig: ## @@ -0,0 +1,24 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-02 Thread via GitHub
PetteriAimonen commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1343553646 ## netutils/ptpd/ptpv2.h: ## @@ -0,0 +1,117 @@ +/ + * apps/netutils/ptpd/ptpv2.h +

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-02 Thread via GitHub
PetteriAimonen commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1343553474 ## netutils/ptpd/Kconfig: ## @@ -0,0 +1,167 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the N

Re: [PR] Add basic IEEE-1588 PTP server/client [nuttx-apps]

2023-10-02 Thread via GitHub
xiaoxiang781216 commented on code in PR #2101: URL: https://github.com/apache/nuttx-apps/pull/2101#discussion_r1343491996 ## netutils/ptpd/Kconfig: ## @@ -0,0 +1,167 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the