Add logic to meaure and calculate the CPU load percentage. From David Alessio

This commit is contained in:
Gregory Nutt 2014-02-22 15:20:12 -06:00
parent 3ca1a665e4
commit 22001e3c1f
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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