This is an automated email from the ASF dual-hosted git repository.
jerzy 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 580c09014 boot/startup: Increase interrupt stack in bootloader
580c09014 is described below
commit 580c090143c3527bc22c274121fa3599fd634c77
Author: Jerzy Kasenberg <[email protected]>
AuthorDate: Wed Mar 26 12:26:34 2025 +0100
boot/startup: Increase interrupt stack in bootloader
Default 768 bytes for stack is not enough for mcuboot
with mbedtls.
Signed-off-by: Jerzy Kasenberg <[email protected]>
---
boot/startup/syscfg.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/boot/startup/syscfg.yml b/boot/startup/syscfg.yml
index 92d00328a..7aa08dce9 100644
--- a/boot/startup/syscfg.yml
+++ b/boot/startup/syscfg.yml
@@ -43,3 +43,4 @@ syscfg.defs:
syscfg.vals.BOOT_LOADER:
INCLUDE_IMAGE_HEADER: 0
+ MAIN_STACK_SIZE: 1024