This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 68fdbef524e boards/x86_64/qemu-intel64: increase stack size for ostest
68fdbef524e is described below

commit 68fdbef524e93de50899d01fae02cb60be65cdb0
Author: p-szafonimateusz <[email protected]>
AuthorDate: Tue Sep 30 13:38:46 2025 +0200

    boards/x86_64/qemu-intel64: increase stack size for ostest
    
    increase stack size for ostest configuration.
    The default value is too small for x86 arch.
    
    Signed-off-by: p-szafonimateusz <[email protected]>
---
 boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig 
b/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig
index 66e9f33ef28..ed0585683f2 100644
--- a/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig
+++ b/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig
@@ -48,4 +48,5 @@ CONFIG_START_MONTH=3
 CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_TIME64=y
 CONFIG_TESTING_OSTEST=y
+CONFIG_TESTING_OSTEST_STACKSIZE=4194304
 CONFIG_USEC_PER_TICK=1

Reply via email to