-
CONFIG_ETH_RTT
¶
Ethernet over RTT driver
Type: bool
Help¶
This option enables network interface driver that sends and receives ethernet frames over RTT channel. The driver is intended primary for debugging and testing.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/drivers/net/Kconfig:11
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
menuconfig ETH_RTT bool "Ethernet over RTT driver" selectUSE_SEGGER_RTT
selectNET_L2_ETHERNET
depends onHAS_SEGGER_RTT
help This option enables network interface driver that sends and receives ethernet frames over RTT channel. The driver is intended primary for debugging and testing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)