zephyr/subsys/mgmt/mcumgr
Dominik Ermel 1ccd9f0060 mgmt/mcumgr/lib: Reduce taskstat to Zephyr supported statistics
The commit adds CONFIG_OS_MGMT_TASKSTAT_ONLY_SUPPORTED_STATS
Kconfig option that disables code filling in task statistics, for
mcumgr command `taskstat`, that are not collected or supported by
Zephyr.
Setting this option to y will skip following statistics in response:
"runtime", "cswcnt", "last_checkin" and "next_checkin".

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2021-11-30 11:48:44 +01:00
..
lib mgmt/mcumgr/lib: Reduce taskstat to Zephyr supported statistics 2021-11-30 11:48:44 +01:00
zephyr_grp subsys/mgmt/mcumgr: Add missing static to function storage_erase 2021-07-30 21:50:45 -04:00
buf.c
CMakeLists.txt mgmt/mcumgr/lib: Copy mcumgr library under mgmt subsystem 2021-11-16 10:45:57 +01:00
Kconfig mgmt/mcumgr/lib: Reduce taskstat to Zephyr supported statistics 2021-11-30 11:48:44 +01:00
serial_util.c mgmt/mcumgr: Fix serial packet length not including CRC16 2021-11-30 11:44:26 +01:00
smp_bt.c mgmt: mcumgr: Make SMP service notification function public 2021-11-03 16:36:17 -04:00
smp_shell.c smp: shell: consume all pending buffers in smp_shell_process() 2021-05-06 19:13:20 +02:00
smp_uart.c
smp_udp.c mcumgr: smp: Fix NULL pointer reference 2021-07-23 16:25:47 -04:00
smp.c mgmt: mcumgr: use user_data_len member 2021-11-24 16:04:50 +02:00