summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-17 12:30:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-17 12:30:26 -0600
commitea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94 (patch)
treef2fed1d4de5f741131023a3a7bb87c0147ea0b98 /nuttx/configs/qemu-i486
parentd9cccec2ed5c71a759f6f2b7198554d6e98fd22c (diff)
downloadnuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.tar.gz
nuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.tar.bz2
nuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.zip
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
Diffstat (limited to 'nuttx/configs/qemu-i486')
-rw-r--r--nuttx/configs/qemu-i486/nsh/defconfig2
-rw-r--r--nuttx/configs/qemu-i486/ostest/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/qemu-i486/nsh/defconfig b/nuttx/configs/qemu-i486/nsh/defconfig
index b494481b0..d93026fb9 100644
--- a/nuttx/configs/qemu-i486/nsh/defconfig
+++ b/nuttx/configs/qemu-i486/nsh/defconfig
@@ -155,7 +155,7 @@ CONFIG_USEC_PER_TICK=10000
CONFIG_RR_INTERVAL=0
# CONFIG_SCHED_CPULOAD is not set
# CONFIG_SCHED_INSTRUMENTATION is not set
-CONFIG_TASK_NAME_SIZE=32
+CONFIG_TASK_NAME_SIZE=31
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_JULIAN_TIME is not set
CONFIG_START_YEAR=2011
diff --git a/nuttx/configs/qemu-i486/ostest/defconfig b/nuttx/configs/qemu-i486/ostest/defconfig
index fd3feeff8..845fbe10a 100644
--- a/nuttx/configs/qemu-i486/ostest/defconfig
+++ b/nuttx/configs/qemu-i486/ostest/defconfig
@@ -154,7 +154,7 @@ CONFIG_USEC_PER_TICK=10000
CONFIG_RR_INTERVAL=0
# CONFIG_SCHED_CPULOAD is not set
# CONFIG_SCHED_INSTRUMENTATION is not set
-CONFIG_TASK_NAME_SIZE=32
+CONFIG_TASK_NAME_SIZE=31
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_JULIAN_TIME is not set
CONFIG_START_YEAR=2011