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 2023/01/18 03:01:31 UTC

[nuttx] 03/03: mpfs/knsh: Enable SHMFS

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/nuttx.git

commit b3360e4da9ca9b4a606120d7744ce80b9eb9dce9
Author: Ville Juven <vi...@unikie.com>
AuthorDate: Fri Nov 18 13:43:55 2022 +0200

    mpfs/knsh: Enable SHMFS
---
 boards/risc-v/mpfs/icicle/configs/knsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/risc-v/mpfs/icicle/configs/knsh/defconfig b/boards/risc-v/mpfs/icicle/configs/knsh/defconfig
index 0993cf09c3..3fe32010eb 100644
--- a/boards/risc-v/mpfs/icicle/configs/knsh/defconfig
+++ b/boards/risc-v/mpfs/icicle/configs/knsh/defconfig
@@ -53,6 +53,7 @@ CONFIG_EXPERIMENTAL=y
 CONFIG_FS_PROCFS=y
 CONFIG_FS_PROCFS_EXCLUDE_ENVIRON=y
 CONFIG_FS_ROMFS=y
+CONFIG_FS_SHMFS=y
 CONFIG_HAVE_CXX=y
 CONFIG_IDLETHREAD_STACKSIZE=2048
 CONFIG_INIT_STACKSIZE=3072