-
CONFIG_ETH_RTT_DEBUG_HEX_DUMP
¶
Print hex dumps
Type: bool
Help¶
Enabling this option prints out hex dumps of transferred data. There are four types of hex dumps: data that flows from RTT, data that flows to RTT, frames that are passed to network stack, frames that are get from network stack. This option will produce a lot of debug logs, so if you reading it make sure that logger did not discard something because of buffer overrun.
Direct dependencies¶
ETH_RTT_LOG_LEVEL
>= 4 && ETH_RTT
&& HAS_SEGGER_RTT
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At ../nrf/drivers/net/Kconfig:103
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 → Ethernet over RTT driver
config ETH_RTT_DEBUG_HEX_DUMP bool prompt "Print hex dumps" ifETH_RTT_LOG_LEVEL
>= 4 &Ð_RTT
&&HAS_SEGGER_RTT
depends onETH_RTT_LOG_LEVEL
>= 4 &Ð_RTT
&&HAS_SEGGER_RTT
help Enabling this option prints out hex dumps of transferred data. There are four types of hex dumps: data that flows from RTT, data that flows to RTT, frames that are passed to network stack, frames that are get from network stack. This option will produce a lot of debug logs, so if you reading it make sure that logger did not discard something because of buffer overrun.
(Definitions include propagated dependencies, including from if’s and menus.)