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:
committed by
Damien George
parent
2f646f93d3
commit
cb417505f3
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user