[NANO130] Adjust static/dynamic memory allocation for IAR toolchain to pass Greentea test

pull/7029/head
ccli8 2018-05-25 13:30:56 +08:00
parent 12792fde27
commit 7caec46512
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
define symbol __ICFEDIT_region_IRAM_end__ = 0x20004000 - 1;
/*-Sizes-*/
define symbol __ICFEDIT_size_cstack__ = 0x600;
define symbol __ICFEDIT_size_heap__ = 0x1000;
define symbol __ICFEDIT_size_heap__ = 0xE00;
/**** End of ICF editor section. ###ICF###*/