summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-22 15:20:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-22 15:20:12 -0600
commitd75e62056261d8f75ec5b1b4fb9fd61d4768c163 (patch)
tree09a09c84a6490999f87162b2973d64ce0f0941f8 /nuttx/configs
parentb28a177cf7e0fb330a25c67b81fd3027ce72171d (diff)
downloadpx4-nuttx-d75e62056261d8f75ec5b1b4fb9fd61d4768c163.tar.gz
px4-nuttx-d75e62056261d8f75ec5b1b4fb9fd61d4768c163.tar.bz2
px4-nuttx-d75e62056261d8f75ec5b1b4fb9fd61d4768c163.zip
Add logic to meaure and calculate the CPU load percentage. From David Alessio
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sim/nsh/defconfig2
-rw-r--r--nuttx/configs/sim/nxlines/defconfig3
-rw-r--r--nuttx/configs/sim/nxwm/defconfig2
3 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nsh/defconfig b/nuttx/configs/sim/nsh/defconfig
index 01cb4521a..37f2a1497 100644
--- a/nuttx/configs/sim/nsh/defconfig
+++ b/nuttx/configs/sim/nsh/defconfig
@@ -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
diff --git a/nuttx/configs/sim/nxlines/defconfig b/nuttx/configs/sim/nxlines/defconfig
index 046ca3e18..e3a68aacd 100644
--- a/nuttx/configs/sim/nxlines/defconfig
+++ b/nuttx/configs/sim/nxlines/defconfig
@@ -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
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index f5ead1cb2..5821f2c39 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -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