File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
targets/TARGET_WIZNET/TARGET_W7500x
TARGET_WIZwiki_W7500/device/TOOLCHAIN_IAR
TARGET_WIZwiki_W7500ECO/device/TOOLCHAIN_IAR
TARGET_WIZwiki_W7500P/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
9
9
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
10
10
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
11
11
/*-Heap 1/4 of ram and stack 1/8-*/
12
- define symbol __ICFEDIT_size_cstack__ = 0x00000800 ;
12
+ define symbol __ICFEDIT_size_cstack__ = 0x00000400 ;
13
13
define symbol __ICFEDIT_size_heap__ = 0x00001000;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
9
9
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
10
10
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
11
11
/*-Heap 1/4 of ram and stack 1/8-*/
12
- define symbol __ICFEDIT_size_cstack__ = 0x00000800 ;
12
+ define symbol __ICFEDIT_size_cstack__ = 0x00000400 ;
13
13
define symbol __ICFEDIT_size_heap__ = 0x00001000;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
9
9
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
10
10
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
11
11
/*-Heap 1/4 of ram and stack 1/8-*/
12
- define symbol __ICFEDIT_size_cstack__ = 0x00000800 ;
12
+ define symbol __ICFEDIT_size_cstack__ = 0x00000400 ;
13
13
define symbol __ICFEDIT_size_heap__ = 0x00001000;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
You can’t perform that action at this time.
0 commit comments