summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x
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/mcu123-lpc214x
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/mcu123-lpc214x')
-rw-r--r--nuttx/configs/mcu123-lpc214x/composite/defconfig1
-rw-r--r--nuttx/configs/mcu123-lpc214x/nsh/defconfig1
-rw-r--r--nuttx/configs/mcu123-lpc214x/usbmsc/defconfig1
-rw-r--r--nuttx/configs/mcu123-lpc214x/usbserial/defconfig1
4 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/composite/defconfig b/nuttx/configs/mcu123-lpc214x/composite/defconfig
index f9cb9b60a..6e789eed2 100644
--- a/nuttx/configs/mcu123-lpc214x/composite/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/composite/defconfig
@@ -255,7 +255,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/mcu123-lpc214x/nsh/defconfig b/nuttx/configs/mcu123-lpc214x/nsh/defconfig
index bb16be330..afba5be2e 100644
--- a/nuttx/configs/mcu123-lpc214x/nsh/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/nsh/defconfig
@@ -204,7 +204,6 @@ CONFIG_DISABLE_POLL=y
# 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/mcu123-lpc214x/usbmsc/defconfig b/nuttx/configs/mcu123-lpc214x/usbmsc/defconfig
index 043b54118..195ddbcbf 100644
--- a/nuttx/configs/mcu123-lpc214x/usbmsc/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/usbmsc/defconfig
@@ -254,7 +254,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/mcu123-lpc214x/usbserial/defconfig b/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
index 39b756e8d..6ab518204 100644
--- a/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
@@ -255,7 +255,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