:orphan: .. title:: ETH_RTT_DEBUG_HEX_DUMP .. option:: 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 =================== \ :option:`ETH_RTT_LOG_LEVEL ` >= 4 && \ :option:`ETH_RTT ` && \ :option:`HAS_SEGGER_RTT ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config ETH_RTT_DEBUG_HEX_DUMP bool prompt "Print hex dumps" if \ :option:`ETH_RTT_LOG_LEVEL ` >= 4 && \ :option:`ETH_RTT ` && \ :option:`HAS_SEGGER_RTT ` depends on \ :option:`ETH_RTT_LOG_LEVEL ` >= 4 && \ :option:`ETH_RTT ` && \ :option:`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.)*