-
CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP
¶
Use a simple byte-loop instead of standard memcpy
Type: bool
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/debug/Kconfig.segger:77
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:14
→ subsys/debug/Kconfig:275
Menu path: (top menu) → Debugging Options
config SEGGER_RTT_MEMCPY_USE_BYTELOOP bool prompt "Use a simple byte-loop instead of standard memcpy" ifUSE_SEGGER_RTT
depends onUSE_SEGGER_RTT
(Definitions include propagated dependencies, including from if’s and menus.)