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

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

commit 986a1f38a607af18ddb8b4261fafc203c7863066
Author: liaoao <[email protected]>
AuthorDate: Mon Mar 31 14:35:55 2025 +0800

    drivers/rpmsg_port_spi/slave: increase rx thread default stack size
    
    The default stack size should be large enough to avoid the stack
    overflow:
    
    0x18551ad8      1968      1968   100.0%!    24.2%   rpmsg-spi
    
    Signed-off-by: liaoao <[email protected]>
---
 drivers/rpmsg/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 5d7e82f2d06..22e815b3572 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -64,7 +64,7 @@ config RPMSG_PORT_SPI_THREAD_PRIORITY
 
 config RPMSG_PORT_SPI_THREAD_STACKSIZE
        int "Rpmsg SPI Port Stack Size"
-       default DEFAULT_TASK_STACKSIZE
+       default 4096
 
 config RPMSG_PORT_SPI_CRC
        bool "Rpmsg SPI Port Use CRC Check"

Reply via email to