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.

Direct dependencies

ETH_RTT && HAS_SEGGER_RTT

(Includes any dependencies from ifs and menus.)

Default

  • “”

Kconfig definition

At <nRF>/drivers/net/Kconfig:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:11

Menu path: (Top) → Modules → 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.)