File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
targets/TARGET_STM/TARGET_STM32L0
TARGET_DISCO_L053C8/device/TOOLCHAIN_IAR
TARGET_NUCLEO_L031K6/device/TOOLCHAIN_IAR
TARGET_NUCLEO_L053R8/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
15
15
define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
16
16
17
17
/* Stack and Heap */
18
- define symbol __size_cstack__ = 0x500 ;
19
- define symbol __size_heap__ = 0x1000 ;
18
+ define symbol __size_cstack__ = 0x400 ;
19
+ define symbol __size_heap__ = 0x800 ;
20
20
define block CSTACK with alignment = 8, size = __size_cstack__ { };
21
21
define block HEAP with alignment = 8, size = __size_heap__ { };
22
22
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
15
15
define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
16
16
17
17
/* Stack and Heap */
18
- define symbol __size_cstack__ = 0x500 ;
19
- define symbol __size_heap__ = 0x1000 ;
18
+ define symbol __size_cstack__ = 0x400 ;
19
+ define symbol __size_heap__ = 0x800 ;
20
20
define block CSTACK with alignment = 8, size = __size_cstack__ { };
21
21
define block HEAP with alignment = 8, size = __size_heap__ { };
22
22
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
15
15
define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
16
16
17
17
/* Stack and Heap */
18
- define symbol __size_cstack__ = 0x500 ;
19
- define symbol __size_heap__ = 0x1000 ;
18
+ define symbol __size_cstack__ = 0x400 ;
19
+ define symbol __size_heap__ = 0x800 ;
20
20
define block CSTACK with alignment = 8, size = __size_cstack__ { };
21
21
define block HEAP with alignment = 8, size = __size_heap__ { };
22
22
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
You can’t perform that action at this time.
0 commit comments