-
CONFIG_TRACING_PACKET_MAX_SIZE
¶
Max size of one tracing packet
Type: int
Help¶
Max size of one tracing packet.
Default¶
32
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:137
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:59
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_PACKET_MAX_SIZE
int "Max size of one tracing packet"
default 32
depends on TRACING
help
Max size of one tracing packet.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)