aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-26 13:26:01 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-26 13:26:01 +0200
commit3157285254381827bc0312bfb413ff6823feee3b (patch)
tree727ceb2449667e92002f7fb40206a9f4e62eee3b /nuttx-configs/px4fmu-v2
parent07f7fd1585dab0a0256b0e8dda48ea1a1bd65388 (diff)
downloadpx4-firmware-3157285254381827bc0312bfb413ff6823feee3b.tar.gz
px4-firmware-3157285254381827bc0312bfb413ff6823feee3b.tar.bz2
px4-firmware-3157285254381827bc0312bfb413ff6823feee3b.zip
Increased the number of max files descriptors considerably
Diffstat (limited to 'nuttx-configs/px4fmu-v2')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 3e2a48108..f99973aec 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -451,8 +451,8 @@ CONFIG_SIG_SIGWORK=4
CONFIG_MAX_TASKS=32
CONFIG_MAX_TASK_ARGS=10
CONFIG_NPTHREAD_KEYS=4
-CONFIG_NFILE_DESCRIPTORS=32
-CONFIG_NFILE_STREAMS=25
+CONFIG_NFILE_DESCRIPTORS=64
+CONFIG_NFILE_STREAMS=50
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32