:orphan: .. title:: CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP .. kconfig:: CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP ##################################### *Use a simple byte-loop instead of standard memcpy* Type: ``bool`` Direct dependencies =================== \ :kconfig:`USE_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/debug/Kconfig.rtt:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:16`` → ``/debug/Kconfig:4`` Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries. .. code-block:: kconfig config SEGGER_RTT_MEMCPY_USE_BYTELOOP bool "Use a simple byte-loop instead of standard memcpy" depends on USE_SEGGER_RTT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*