-
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 Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:11
→ ../nrf/drivers/Kconfig:12
Menu path: (top menu) → Nordic nRF Connect → Device Drivers
menuconfig ETH_RTT bool prompt "Ethernet over RTT driver" ifHAS_SEGGER_RTT
selectUSE_SEGGER_RTT
ifHAS_SEGGER_RTT
selectNET_L2_ETHERNET
ifHAS_SEGGER_RTT
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.
(Definitions include propagated dependencies, including from if’s and menus.)