We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f646f9 commit cb41750Copy full SHA for cb41750
ports/mimxrt/boards/MIMXRT1011.ld
@@ -27,8 +27,8 @@ dtcm_size = 0x00008000;
27
ocrm_start = 0x20200000;
28
ocrm_size = 0x00010000;
29
30
-/* 20kiB stack. */
31
-__stack_size__ = 0x5000;
+/* 16kiB stack. */
+__stack_size__ = 0x4000;
32
_estack = __StackTop;
33
_sstack = __StackLimit;
34
ports/mimxrt/boards/MIMXRT1015.ld
-/* 24kiB stack. */
0 commit comments