You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/01 12:35:36 UTC

[incubator-nuttx] branch master updated: boards: hifive1-revb: Enable some nsh commands in nsh/defconfig

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 98899ff  boards: hifive1-revb: Enable some nsh commands in nsh/defconfig
98899ff is described below

commit 98899ffe113a10fcaddea7ab06006b39752dc2f2
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Sat Jan 1 12:09:18 2022 +0900

    boards: hifive1-revb: Enable some nsh commands in nsh/defconfig
    
    Summary:
    - I noticed that most of nsh commands are disabled by default
      due to the recent changes for CONFIG_MM_SMALL=y in apps.
    - This commit re-enables some nsh commands.
    
    Impact:
    - None
    
    Testing:
    - Tested with QEMU
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig b/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig
index 0498b85..d1d1237 100644
--- a/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig
+++ b/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig
@@ -6,8 +6,18 @@
 # modifications.
 #
 # CONFIG_NSH_DISABLEBG is not set
+# CONFIG_NSH_DISABLE_CAT is not set
+# CONFIG_NSH_DISABLE_ECHO is not set
+# CONFIG_NSH_DISABLE_FREE is not set
+# CONFIG_NSH_DISABLE_HELP is not set
+# CONFIG_NSH_DISABLE_KILL is not set
 # CONFIG_NSH_DISABLE_LOSMART is not set
+# CONFIG_NSH_DISABLE_LS is not set
+# CONFIG_NSH_DISABLE_MOUNT is not set
+# CONFIG_NSH_DISABLE_PS is not set
+# CONFIG_NSH_DISABLE_SLEEP is not set
 # CONFIG_NSH_DISABLE_UNAME is not set
+# CONFIG_NSH_DISABLE_USLEEP is not set
 # CONFIG_STANDARD_SERIAL is not set
 CONFIG_ARCH="risc-v"
 CONFIG_ARCH_BOARD="hifive1-revb"