summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 10:58:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 10:58:14 -0600
commit87ad4a0e04a1b4220918c72191f6ea18e3dc267d (patch)
treeda9b6c1bd830dbbf5291b29795f851000035b95e /apps/system/nxplayer/Makefile
parent698a61cb7c2100190111fe607dcdd658aad3bb5b (diff)
downloadnuttx-87ad4a0e04a1b4220918c72191f6ea18e3dc267d.tar.gz
nuttx-87ad4a0e04a1b4220918c72191f6ea18e3dc267d.tar.bz2
nuttx-87ad4a0e04a1b4220918c72191f6ea18e3dc267d.zip
NxPlayer play thread stack size is now configurable; all NxPlayer threads are named via pthread_setname_np(). From Ken Pettit
Diffstat (limited to 'apps/system/nxplayer/Makefile')
-rw-r--r--apps/system/nxplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile
index bcdcbfc0e..8de9d4b02 100644
--- a/apps/system/nxplayer/Makefile
+++ b/apps/system/nxplayer/Makefile
@@ -52,7 +52,7 @@ CSRCS = nxplayer.c
APPNAME = nxplayer
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 3100
+STACKSIZE = 2048
ifeq ($(CONFIG_NXPLAYER_COMMAND_LINE),y)
CSRCS += nxplayer_main.c