mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
sim/nsh: hello task sometimes needs a larger stack size or things get clobbered when calling into the system write() interface
This commit is contained in:
@@ -12,6 +12,10 @@ CONFIG_HOST_LINUX=y
|
|||||||
# CONFIG_HOST_OSX is not set
|
# CONFIG_HOST_OSX is not set
|
||||||
# CONFIG_HOST_WINDOWS is not set
|
# CONFIG_HOST_WINDOWS is not set
|
||||||
# CONFIG_HOST_OTHER is not set
|
# CONFIG_HOST_OTHER is not set
|
||||||
|
# CONFIG_WINDOWS_NATIVE is not set
|
||||||
|
# CONFIG_WINDOWS_CYGWIN is not set
|
||||||
|
# CONFIG_WINDOWS_MSYS is not set
|
||||||
|
# CONFIG_WINDOWS_OTHER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build Configuration
|
# Build Configuration
|
||||||
@@ -242,9 +246,10 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16
|
|||||||
#
|
#
|
||||||
CONFIG_PREALLOC_MQ_MSGS=32
|
CONFIG_PREALLOC_MQ_MSGS=32
|
||||||
CONFIG_MQ_MAXMSGSIZE=32
|
CONFIG_MQ_MAXMSGSIZE=32
|
||||||
|
# CONFIG_MODULE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Work Queue Support
|
# Work queue support
|
||||||
#
|
#
|
||||||
# CONFIG_SCHED_WORKQUEUE is not set
|
# CONFIG_SCHED_WORKQUEUE is not set
|
||||||
# CONFIG_SCHED_HPWORK is not set
|
# CONFIG_SCHED_HPWORK is not set
|
||||||
@@ -293,7 +298,13 @@ CONFIG_DEV_LOOP=y
|
|||||||
# CONFIG_VIDEO_DEVICES is not set
|
# CONFIG_VIDEO_DEVICES is not set
|
||||||
# CONFIG_BCH is not set
|
# CONFIG_BCH is not set
|
||||||
# CONFIG_INPUT is not set
|
# CONFIG_INPUT is not set
|
||||||
|
# CONFIG_IOEXPANDER is not set
|
||||||
# CONFIG_LCD is not set
|
# CONFIG_LCD is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Support
|
||||||
|
#
|
||||||
|
# CONFIG_PCA9635PW is not set
|
||||||
# CONFIG_MMCSD is not set
|
# CONFIG_MMCSD is not set
|
||||||
# CONFIG_MTD is not set
|
# CONFIG_MTD is not set
|
||||||
# CONFIG_EEPROM is not set
|
# CONFIG_EEPROM is not set
|
||||||
@@ -390,6 +401,7 @@ CONFIG_FS_ROMFS=y
|
|||||||
# CONFIG_FS_SMARTFS is not set
|
# CONFIG_FS_SMARTFS is not set
|
||||||
CONFIG_FS_BINFS=y
|
CONFIG_FS_BINFS=y
|
||||||
CONFIG_FS_PROCFS=y
|
CONFIG_FS_PROCFS=y
|
||||||
|
# CONFIG_FS_PROCFS_REGISTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Exclude individual procfs entries
|
# Exclude individual procfs entries
|
||||||
@@ -512,6 +524,8 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
|
|||||||
# CONFIG_EXAMPLES_FTPC is not set
|
# CONFIG_EXAMPLES_FTPC is not set
|
||||||
# CONFIG_EXAMPLES_FTPD is not set
|
# CONFIG_EXAMPLES_FTPD is not set
|
||||||
CONFIG_EXAMPLES_HELLO=y
|
CONFIG_EXAMPLES_HELLO=y
|
||||||
|
CONFIG_EXAMPLES_HELLO_PRIORITY=100
|
||||||
|
CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
|
||||||
# CONFIG_EXAMPLES_JSON is not set
|
# CONFIG_EXAMPLES_JSON is not set
|
||||||
# CONFIG_EXAMPLES_HIDKBD is not set
|
# CONFIG_EXAMPLES_HIDKBD is not set
|
||||||
# CONFIG_EXAMPLES_KEYPADTEST is not set
|
# CONFIG_EXAMPLES_KEYPADTEST is not set
|
||||||
@@ -531,6 +545,7 @@ CONFIG_EXAMPLES_NSH=y
|
|||||||
# CONFIG_EXAMPLES_NXLINES is not set
|
# CONFIG_EXAMPLES_NXLINES is not set
|
||||||
# CONFIG_EXAMPLES_NXTEXT is not set
|
# CONFIG_EXAMPLES_NXTEXT is not set
|
||||||
# CONFIG_EXAMPLES_OSTEST is not set
|
# CONFIG_EXAMPLES_OSTEST is not set
|
||||||
|
# CONFIG_EXAMPLES_PCA9635 is not set
|
||||||
# CONFIG_EXAMPLES_PIPE is not set
|
# CONFIG_EXAMPLES_PIPE is not set
|
||||||
# CONFIG_EXAMPLES_PPPD is not set
|
# CONFIG_EXAMPLES_PPPD is not set
|
||||||
# CONFIG_EXAMPLES_POSIXSPAWN is not set
|
# CONFIG_EXAMPLES_POSIXSPAWN is not set
|
||||||
@@ -652,6 +667,7 @@ CONFIG_NSH_DISABLE_LOSMART=y
|
|||||||
# CONFIG_NSH_DISABLE_SH is not set
|
# CONFIG_NSH_DISABLE_SH is not set
|
||||||
CONFIG_NSH_DISABLE_SHUTDOWN=y
|
CONFIG_NSH_DISABLE_SHUTDOWN=y
|
||||||
# CONFIG_NSH_DISABLE_SLEEP is not set
|
# CONFIG_NSH_DISABLE_SLEEP is not set
|
||||||
|
# CONFIG_NSH_DISABLE_TIME is not set
|
||||||
# CONFIG_NSH_DISABLE_TEST is not set
|
# CONFIG_NSH_DISABLE_TEST is not set
|
||||||
# CONFIG_NSH_DISABLE_UMOUNT is not set
|
# CONFIG_NSH_DISABLE_UMOUNT is not set
|
||||||
# CONFIG_NSH_DISABLE_UNAME is not set
|
# CONFIG_NSH_DISABLE_UNAME is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user