summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--apps/system/nxplayer/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/system/nxplayer/Kconfig b/apps/system/nxplayer/Kconfig
index 0c366caa5..31362ba3b 100644
--- a/apps/system/nxplayer/Kconfig
+++ b/apps/system/nxplayer/Kconfig
@@ -11,6 +11,12 @@ config SYSTEM_NXPLAYER
if SYSTEM_NXPLAYER
+config NXPLAYER_PLAYTHREAD_STACKSIZE
+ int "NxPlayer thread stack size"
+ default 1500
+ ---help---
+ Stack size to use with the NxPlayer play thread.
+
config NXPLAYER_COMMAND_LINE
bool "Include nxplayer command line application"
default y