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

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 614a56240 hw/mcu/nordic: Bump main stack for nRF53
614a56240 is described below

commit 614a5624085dbee2ea164515cf803fc64e95d5a7
Author: Andrzej Kaczmarek <andrzej.kaczma...@codecoup.pl>
AuthorDate: Thu Apr 21 21:46:22 2022 +0200

    hw/mcu/nordic: Bump main stack for nRF53
    
    H4 over IPC requires a bit more stack.
---
 hw/mcu/nordic/nrf5340/startup/syscfg.yml     | 2 +-
 hw/mcu/nordic/nrf5340_net/startup/syscfg.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/mcu/nordic/nrf5340/startup/syscfg.yml 
b/hw/mcu/nordic/nrf5340/startup/syscfg.yml
index 191d0db2a..d1ce5474e 100644
--- a/hw/mcu/nordic/nrf5340/startup/syscfg.yml
+++ b/hw/mcu/nordic/nrf5340/startup/syscfg.yml
@@ -22,7 +22,7 @@ syscfg.defs:
             Stack size (in bytes) to use in startup code.
             For bootloader it's main stack, for application this stack is used 
by interrupts
             and exceptions.
-        value: 432
+        value: 512
 
 syscfg.vals.BOOT_LOADER:
     # MCUboot code uses a lot of stack
diff --git a/hw/mcu/nordic/nrf5340_net/startup/syscfg.yml 
b/hw/mcu/nordic/nrf5340_net/startup/syscfg.yml
index 191d0db2a..d1ce5474e 100644
--- a/hw/mcu/nordic/nrf5340_net/startup/syscfg.yml
+++ b/hw/mcu/nordic/nrf5340_net/startup/syscfg.yml
@@ -22,7 +22,7 @@ syscfg.defs:
             Stack size (in bytes) to use in startup code.
             For bootloader it's main stack, for application this stack is used 
by interrupts
             and exceptions.
-        value: 432
+        value: 512
 
 syscfg.vals.BOOT_LOADER:
     # MCUboot code uses a lot of stack

Reply via email to