CONFIG_ETH_RTT_MAC_ADDR
MAC address for the interface
Type: string
Help
Specify a MAC address for the Ethernet over RTT network interface
in the form of hex 8-bit chars separated by colons
(e.g.: aa:33:cc:22:e2:c0). The default is an empty string, which
selects random address (00:00:5E:00:53:xx) according to RFC 7042.
Default
“”
Kconfig definition
At <nRF>/drivers/net/Kconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:95
→ <nRF>/drivers/Kconfig:12
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Ethernet over RTT driver
config ETH_RTT_MAC_ADDR
string "MAC address for the interface"
default ""
depends on ETH_RTT && HAS_SEGGER_RTT
help
Specify a MAC address for the Ethernet over RTT network interface
in the form of hex 8-bit chars separated by colons
(e.g.: aa:33:cc:22:e2:c0). The default is an empty string, which
selects random address (00:00:5E:00:53:xx) according to RFC 7042.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)