summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 17:30:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 17:30:42 -0600
commit3f797bde9431ff7c398fe119a19a0b027d6f5d4a (patch)
tree6314e79f5e513e2f56c153e608c61af65362dbc2 /nuttx/configs
parenta17a384907bf0526acc7573bb609c97dfb47f143 (diff)
downloadpx4-nuttx-3f797bde9431ff7c398fe119a19a0b027d6f5d4a.tar.gz
px4-nuttx-3f797bde9431ff7c398fe119a19a0b027d6f5d4a.tar.bz2
px4-nuttx-3f797bde9431ff7c398fe119a19a0b027d6f5d4a.zip
More testing, bugfixes and integration of VFS-based named semaphores
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/spark/composite/defconfig2
-rw-r--r--nuttx/configs/spark/nsh/defconfig2
-rw-r--r--nuttx/configs/spark/usbmsc/defconfig2
-rw-r--r--nuttx/configs/spark/usbnsh/defconfig2
-rw-r--r--nuttx/configs/spark/usbserial/defconfig2
5 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/spark/composite/defconfig b/nuttx/configs/spark/composite/defconfig
index a9e5dc654..e1e587827 100644
--- a/nuttx/configs/spark/composite/defconfig
+++ b/nuttx/configs/spark/composite/defconfig
@@ -645,7 +645,7 @@ 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_NAMED_SEMPATH="/var/lock"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y
diff --git a/nuttx/configs/spark/nsh/defconfig b/nuttx/configs/spark/nsh/defconfig
index ba2f2c000..edabbf497 100644
--- a/nuttx/configs/spark/nsh/defconfig
+++ b/nuttx/configs/spark/nsh/defconfig
@@ -645,7 +645,7 @@ 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_NAMED_SEMPATH="/var/lock"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y
diff --git a/nuttx/configs/spark/usbmsc/defconfig b/nuttx/configs/spark/usbmsc/defconfig
index 9dba9d6bc..9c961578a 100644
--- a/nuttx/configs/spark/usbmsc/defconfig
+++ b/nuttx/configs/spark/usbmsc/defconfig
@@ -609,7 +609,7 @@ 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_NAMED_SEMPATH="/var/lock"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y
diff --git a/nuttx/configs/spark/usbnsh/defconfig b/nuttx/configs/spark/usbnsh/defconfig
index af299c3e7..2476c535b 100644
--- a/nuttx/configs/spark/usbnsh/defconfig
+++ b/nuttx/configs/spark/usbnsh/defconfig
@@ -599,7 +599,7 @@ 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_NAMED_SEMPATH="/var/lock"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
# CONFIG_FAT_LCNAMES is not set
diff --git a/nuttx/configs/spark/usbserial/defconfig b/nuttx/configs/spark/usbserial/defconfig
index d9dce6ff9..6529fe3fe 100644
--- a/nuttx/configs/spark/usbserial/defconfig
+++ b/nuttx/configs/spark/usbserial/defconfig
@@ -619,7 +619,7 @@ 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_NAMED_SEMPATH="/var/lock"
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y