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 ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/drivers/net/Kconfig:103
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_DEBUG_HEX_DUMP
bool "Print hex dumps"
depends on ETH_RTT_LOG_LEVEL >= 4 && ETH_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)