From a485eed87167f0bd490fca044d02ef592bce34e7 Mon Sep 17 00:00:00 2001 From: Alex Sergeev Date: Tue, 21 Sep 2021 00:02:52 -0700 Subject: [PATCH] samples: net: gptp: Add nucleo_f767zi and nucleo_h745zi_q boards Add nucleo_f767zi and nucleo_h745zi_q boards to gPTP samples. Signed-off-by: Alex Sergeev --- samples/net/gptp/README.rst | 7 ++++--- samples/net/gptp/boards/frdm_k64f.conf | 3 --- samples/net/gptp/sample.yaml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 samples/net/gptp/boards/frdm_k64f.conf diff --git a/samples/net/gptp/README.rst b/samples/net/gptp/README.rst index c178d78f41..b66b2d1da9 100644 --- a/samples/net/gptp/README.rst +++ b/samples/net/gptp/README.rst @@ -25,9 +25,10 @@ Building and Running A good way to run this sample is to run this gPTP application inside native_posix board as described in :ref:`networking_with_native_posix` or with -embedded device like NXP FRDM-K64F or Atmel SAM-E70 Xplained. Note that gPTP is -only supported for boards that have an Ethernet port and which has support for -collecting timestamps for sent and received Ethernet frames. +embedded device like NXP FRDM-K64F, Nucleo-H743-ZI, Nucleo-H745ZI-Q, +Nucleo-F767ZI or Atmel SAM-E70 Xplained. Note that gPTP is only supported for +boards that have an Ethernet port and which has support for collecting +timestamps for sent and received Ethernet frames. Follow these steps to build the gPTP sample application: diff --git a/samples/net/gptp/boards/frdm_k64f.conf b/samples/net/gptp/boards/frdm_k64f.conf deleted file mode 100644 index 616f42ece5..0000000000 --- a/samples/net/gptp/boards/frdm_k64f.conf +++ /dev/null @@ -1,3 +0,0 @@ -# MCUX driver settings -CONFIG_ETH_MCUX=y -CONFIG_PTP_CLOCK_MCUX=y diff --git a/samples/net/gptp/sample.yaml b/samples/net/gptp/sample.yaml index 7305aa83a5..fb665f4c0a 100644 --- a/samples/net/gptp/sample.yaml +++ b/samples/net/gptp/sample.yaml @@ -6,5 +6,5 @@ sample: name: gPTP sample app tests: sample.net.gptp: - platform_allow: frdm_k64f sam_e70_xplained native_posix native_posix_64 + platform_allow: frdm_k64f sam_e70_xplained native_posix native_posix_64 nucleo_f767zi nucleo_h743zi nucleo_h745zi_q_m7 depends_on: netif