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 <asergeev@carbonrobotics.com>
This commit is contained in:
parent
6db75edc52
commit
a485eed871
3 changed files with 5 additions and 7 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# MCUX driver settings
|
||||
CONFIG_ETH_MCUX=y
|
||||
CONFIG_PTP_CLOCK_MCUX=y
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue