Skip to content

Commit 0131aa6

Browse files
authored
Merge pull request #2365 from bridadan/increase-heap-kl46z
Increasing the heap for KL46Z for IAR.
2 parents f8da50f + a596529 commit 0131aa6

File tree

1 file changed

+1
-1
lines changed
  • hal/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/TOOLCHAIN_IAR/MKL46Z4.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x1fffffff;
1313
/*-Sizes-*/
1414
/*Heap 1/4 of ram and stack 1/8*/
1515
define symbol __ICFEDIT_size_cstack__ = 0x1000;
16-
define symbol __ICFEDIT_size_heap__ = 0x2000;
16+
define symbol __ICFEDIT_size_heap__ = 0x4000;
1717
/**** End of ICF editor section. ###ICF###*/
1818

1919
define symbol __region_RAM2_start__ = 0x20000000;

0 commit comments

Comments
 (0)