summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nsh
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/sim/nsh
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/sim/nsh')
-rw-r--r--nuttx/configs/sim/nsh/defconfig2
1 files changed, 2 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