fc34338d77
Adds the stats shell command to list all stats and enable the command in the shell sample app. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
5 lines
137 B
CMake
5 lines
137 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_STATS stats.c)
|
|
zephyr_sources_ifdef(CONFIG_STATS_SHELL stats_shell.c)
|