-
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:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:12
→ subsys/debug/Kconfig:331
Menu path: (Top) → Debugging Options → Enable SEGGER RTT libraries.
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.)