mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2365 from bridadan/increase-heap-kl46z
Increasing the heap for KL46Z for IAR.pull/2304/merge
commit
0131aa657c
|
@ -13,7 +13,7 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x1fffffff;
|
|||
/*-Sizes-*/
|
||||
/*Heap 1/4 of ram and stack 1/8*/
|
||||
define symbol __ICFEDIT_size_cstack__ = 0x1000;
|
||||
define symbol __ICFEDIT_size_heap__ = 0x2000;
|
||||
define symbol __ICFEDIT_size_heap__ = 0x4000;
|
||||
/**** End of ICF editor section. ###ICF###*/
|
||||
|
||||
define symbol __region_RAM2_start__ = 0x20000000;
|
||||
|
|
Loading…
Reference in New Issue