-
CONFIG_LOG_DOMAIN_ID
¶
Domain ID
Type: int
Help¶
In multicore system each application/core must have unique domain ID.
Default¶
0
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig:264
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Logging
config LOG_DOMAIN_ID int "Domain ID" range 0 7 default 0 depends on !LOG_MINIMAL
&&LOG
help In multicore system each application/core must have unique domain ID.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)