zephyr/samples/net/ptp/boards/native_sim.conf
Alberto Escolar Piedras 1f7fe49378 samples/net: Misc native_posix naming cleanup
Replace a few references to native_posix / the native_posix ethernet
driver with native_sim, or native_tap.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-03-07 20:10:38 +01:00

9 lines
264 B
Plaintext

# Settings for native_sim / native_tap ethernet driver
CONFIG_ETH_NATIVE_TAP_PTP_CLOCK=y
#CONFIG_ETH_NATIVE_TAP_RANDOM_MAC=y
CONFIG_ETH_NATIVE_TAP_MAC_ADDR="00:00:5e:00:53:2a"
# Assume 1 ms accuracy for native_sim simulated clock
CONFIG_PTP_CLOCK_ACCURACY_1MS=y