summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g
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/nucleus2g
parent97034d23851f2f1d6688a2cd45d517ecd72ef6dc (diff)
downloadnuttx-dadf6c080c22acc418abea5dc7f55fcc2df16d92.tar.gz
nuttx-dadf6c080c22acc418abea5dc7f55fcc2df16d92.tar.bz2
nuttx-dadf6c080c22acc418abea5dc7f55fcc2df16d92.zip
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
Diffstat (limited to 'nuttx/configs/nucleus2g')
-rw-r--r--nuttx/configs/nucleus2g/nsh/defconfig1
-rw-r--r--nuttx/configs/nucleus2g/usbmsc/defconfig1
-rw-r--r--nuttx/configs/nucleus2g/usbserial/defconfig1
3 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/configs/nucleus2g/nsh/defconfig b/nuttx/configs/nucleus2g/nsh/defconfig
index 160ab6790..ec5bc4727 100644
--- a/nuttx/configs/nucleus2g/nsh/defconfig
+++ b/nuttx/configs/nucleus2g/nsh/defconfig
@@ -306,7 +306,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/nucleus2g/usbmsc/defconfig b/nuttx/configs/nucleus2g/usbmsc/defconfig
index d7baad144..229662f48 100644
--- a/nuttx/configs/nucleus2g/usbmsc/defconfig
+++ b/nuttx/configs/nucleus2g/usbmsc/defconfig
@@ -296,7 +296,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/nucleus2g/usbserial/defconfig b/nuttx/configs/nucleus2g/usbserial/defconfig
index 4a1972a07..29b0f0136 100644
--- a/nuttx/configs/nucleus2g/usbserial/defconfig
+++ b/nuttx/configs/nucleus2g/usbserial/defconfig
@@ -275,7 +275,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