summaryrefslogtreecommitdiff
path: root/nuttx/configs/spark/nsh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 12:19:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 12:19:01 -0600
commit1398381d05cea7c71d83138e36d57b06278bfa33 (patch)
tree426c11fc6e2b9d8435180dea352d2409c229dd99 /nuttx/configs/spark/nsh
parent465f0eba5068ad78d659ad5c75cf3e91da60b8c3 (diff)
downloadpx4-nuttx-1398381d05cea7c71d83138e36d57b06278bfa33.tar.gz
px4-nuttx-1398381d05cea7c71d83138e36d57b06278bfa33.tar.bz2
px4-nuttx-1398381d05cea7c71d83138e36d57b06278bfa33.zip
Create a build structure that will (eventually) support using the VFS to manage named semaphores
Diffstat (limited to 'nuttx/configs/spark/nsh')
-rw-r--r--nuttx/configs/spark/nsh/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/spark/nsh/defconfig b/nuttx/configs/spark/nsh/defconfig
index ae369d91e..ba2f2c000 100644
--- a/nuttx/configs/spark/nsh/defconfig
+++ b/nuttx/configs/spark/nsh/defconfig
@@ -644,6 +644,8 @@ CONFIG_ARCH_HAVE_NET=y
CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
CONFIG_FS_READABLE=y
CONFIG_FS_WRITABLE=y
+ONFIG_FS_NAMED_SEMAPHORES=y
+CONFIG_FS_NAMED_SEMPATH="/var/sem"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y