mimxrt/boards: Reduce stack size for 1011 and 1015 MCUs.

Reduced to 16KBs to allow enabling MSC.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader
2025-02-07 13:39:02 +01:00
committed by Damien George
parent 2f646f93d3
commit cb417505f3
2 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ dtcm_size = 0x00008000;
ocrm_start = 0x20200000;
ocrm_size = 0x00010000;
/* 20kiB stack. */
__stack_size__ = 0x5000;
/* 16kiB stack. */
__stack_size__ = 0x4000;
_estack = __StackTop;
_sstack = __StackLimit;

View File

@@ -27,8 +27,8 @@ dtcm_size = 0x00008000;
ocrm_start = 0x20200000;
ocrm_size = 0x00010000;
/* 24kiB stack. */
__stack_size__ = 0x5000;
/* 16kiB stack. */
__stack_size__ = 0x4000;
_estack = __StackTop;
_sstack = __StackLimit;