summaryrefslogtreecommitdiff
path: root/nuttx/configs/viewtool-stm32f107
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/viewtool-stm32f107
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/viewtool-stm32f107')
-rw-r--r--nuttx/configs/viewtool-stm32f107/highpri/defconfig1
-rw-r--r--nuttx/configs/viewtool-stm32f107/netnsh/defconfig1
-rw-r--r--nuttx/configs/viewtool-stm32f107/nsh/defconfig1
3 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/highpri/defconfig b/nuttx/configs/viewtool-stm32f107/highpri/defconfig
index fd29b49e4..98b823175 100644
--- a/nuttx/configs/viewtool-stm32f107/highpri/defconfig
+++ b/nuttx/configs/viewtool-stm32f107/highpri/defconfig
@@ -398,7 +398,6 @@ CONFIG_SIG_SIGWORK=17
# 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/viewtool-stm32f107/netnsh/defconfig b/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
index 6488d86b2..315c7367d 100644
--- a/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
+++ b/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
@@ -445,7 +445,6 @@ CONFIG_PREALLOC_TIMERS=4
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_RR_INTERVAL=200
CONFIG_TASK_NAME_SIZE=0
-CONFIG_MAX_TASK_ARGS=4
CONFIG_MAX_TASKS=16
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_SCHED_WAITPID is not set
diff --git a/nuttx/configs/viewtool-stm32f107/nsh/defconfig b/nuttx/configs/viewtool-stm32f107/nsh/defconfig
index 5587cdd39..1f5a37cac 100644
--- a/nuttx/configs/viewtool-stm32f107/nsh/defconfig
+++ b/nuttx/configs/viewtool-stm32f107/nsh/defconfig
@@ -447,7 +447,6 @@ CONFIG_INIT_ENTRYPOINT=y
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_RR_INTERVAL=200
CONFIG_TASK_NAME_SIZE=0
-CONFIG_MAX_TASK_ARGS=4
CONFIG_MAX_TASKS=16
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_SCHED_WAITPID is not set