mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add logic to meaure and calculate the CPU load percentage. From David Alessio
This commit is contained in:
@@ -455,6 +455,8 @@ CONFIG_EXAMPLES_NSH=y
|
||||
# NSH Library
|
||||
#
|
||||
CONFIG_NSH_LIBRARY=y
|
||||
CONFIG_NSH_READLINE=y
|
||||
# CONFIG_NSH_CLE is not set
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NSH_FILE_APPS=y
|
||||
|
||||
|
||||
@@ -479,6 +479,9 @@ CONFIG_EXAMPLES_NXLINES_BPP=32
|
||||
# NSH Library
|
||||
#
|
||||
CONFIG_NSH_LIBRARY=y
|
||||
CONFIG_NSH_READLINE=y
|
||||
# CONFIG_NSH_CLE is not set
|
||||
|
||||
|
||||
#
|
||||
# Disable Individual commands
|
||||
|
||||
@@ -547,6 +547,8 @@ CONFIG_HAVE_CXX=y
|
||||
# NSH Library
|
||||
#
|
||||
CONFIG_NSH_LIBRARY=y
|
||||
CONFIG_NSH_READLINE=y
|
||||
# CONFIG_NSH_CLE is not set
|
||||
|
||||
#
|
||||
# Disable Individual commands
|
||||
|
||||
Reference in New Issue
Block a user