From d75e62056261d8f75ec5b1b4fb9fd61d4768c163 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 22 Feb 2014 15:20:12 -0600 Subject: Add logic to meaure and calculate the CPU load percentage. From David Alessio --- nuttx/configs/sim/nsh/defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs/sim/nsh') 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 -- cgit v1.2.3