mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
LTP: fix stacke overflow bug in case ltp_interfaces_pthread_attr_setstacksize_1_1
MIRTOS-497 set PTHREAD_STACK_MIN to DEFAULT_TASK_STACKSIZE under sim platform. Change-Id: I376f5b2bd5a2f205947f3c19b2a881db6a1c1522
This commit is contained in:
@@ -1764,6 +1764,7 @@ config IDLETHREAD_STACKSIZE
|
||||
|
||||
config PTHREAD_STACK_MIN
|
||||
int "Minimum pthread stack size"
|
||||
default DEFAULT_TASK_STACKSIZE if ARCH_SIM
|
||||
default 256
|
||||
---help---
|
||||
Minimum pthread stack size
|
||||
|
||||
Reference in New Issue
Block a user