CONFIG_OS_MGMT_TASKSTAT
Support for taskstat command
Type: bool
Direct dependencies
THREAD_MONITOR
&& MCUMGR_CMD_OS_MGMT
&& MCUMGR
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:238
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for OS management
config OS_MGMT_TASKSTAT
bool "Support for taskstat command"
depends on THREAD_MONITOR && MCUMGR_CMD_OS_MGMT && MCUMGR
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)