summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-12 18:02:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-12 18:02:19 -0600
commitdadf6c080c22acc418abea5dc7f55fcc2df16d92 (patch)
treebe7f5f241363e2a5b11cc73196620ee144c671e0 /nuttx/configs/eagle100
parent97034d23851f2f1d6688a2cd45d517ecd72ef6dc (diff)
downloadpx4-nuttx-dadf6c080c22acc418abea5dc7f55fcc2df16d92.tar.gz
px4-nuttx-dadf6c080c22acc418abea5dc7f55fcc2df16d92.tar.bz2
px4-nuttx-dadf6c080c22acc418abea5dc7f55fcc2df16d92.zip
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
Diffstat (limited to 'nuttx/configs/eagle100')
-rw-r--r--nuttx/configs/eagle100/httpd/defconfig1
-rw-r--r--nuttx/configs/eagle100/nettest/defconfig1
-rw-r--r--nuttx/configs/eagle100/nsh/defconfig1
-rw-r--r--nuttx/configs/eagle100/nxflat/defconfig1
-rw-r--r--nuttx/configs/eagle100/thttpd/defconfig1
5 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/configs/eagle100/httpd/defconfig b/nuttx/configs/eagle100/httpd/defconfig
index ce003c068..35d615275 100644
--- a/nuttx/configs/eagle100/httpd/defconfig
+++ b/nuttx/configs/eagle100/httpd/defconfig
@@ -285,7 +285,6 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16
# Sizes of configurable things (0 disables)
#
CONFIG_MAX_TASKS=8
-CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=0
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
diff --git a/nuttx/configs/eagle100/nettest/defconfig b/nuttx/configs/eagle100/nettest/defconfig
index 533121d72..c7abc63b7 100644
--- a/nuttx/configs/eagle100/nettest/defconfig
+++ b/nuttx/configs/eagle100/nettest/defconfig
@@ -310,7 +310,6 @@ CONFIG_SIG_SIGALARM=3
# Sizes of configurable things (0 disables)
#
CONFIG_MAX_TASKS=8
-CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=0
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
diff --git a/nuttx/configs/eagle100/nsh/defconfig b/nuttx/configs/eagle100/nsh/defconfig
index fb6322565..bb9ea6bd3 100644
--- a/nuttx/configs/eagle100/nsh/defconfig
+++ b/nuttx/configs/eagle100/nsh/defconfig
@@ -291,7 +291,6 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16
# Sizes of configurable things (0 disables)
#
CONFIG_MAX_TASKS=16
-CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=4
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
diff --git a/nuttx/configs/eagle100/nxflat/defconfig b/nuttx/configs/eagle100/nxflat/defconfig
index c596e0624..f07a29f6e 100644
--- a/nuttx/configs/eagle100/nxflat/defconfig
+++ b/nuttx/configs/eagle100/nxflat/defconfig
@@ -273,7 +273,6 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16
# Sizes of configurable things (0 disables)
#
CONFIG_MAX_TASKS=16
-CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=4
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
diff --git a/nuttx/configs/eagle100/thttpd/defconfig b/nuttx/configs/eagle100/thttpd/defconfig
index fd091b936..98883354c 100644
--- a/nuttx/configs/eagle100/thttpd/defconfig
+++ b/nuttx/configs/eagle100/thttpd/defconfig
@@ -277,7 +277,6 @@ CONFIG_SIG_SIGALARM=3
# Sizes of configurable things (0 disables)
#
CONFIG_MAX_TASKS=16
-CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=0
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8