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>
9 lines
264 B
Plaintext
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
|