File tree Expand file tree Collapse file tree 3 files changed +9
-9
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 +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
8
8
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
- /*-Sizes -*/
11
+ /*-Heap 1/4 of ram and stack 1/8 -*/
12
12
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
13
- define symbol __ICFEDIT_size_heap__ = 0x00000400 ;
13
+ define symbol __ICFEDIT_size_heap__ = 0x00001000 ;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
16
16
@@ -28,4 +28,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
28
28
29
29
place in ROM_region { readonly };
30
30
place in RAM_region { readwrite,
31
- block CSTACK, block HEAP };
31
+ block CSTACK, block HEAP };
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
8
8
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
- /*-Sizes -*/
11
+ /*-Heap 1/4 of ram and stack 1/8 -*/
12
12
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
13
- define symbol __ICFEDIT_size_heap__ = 0x00000400 ;
13
+ define symbol __ICFEDIT_size_heap__ = 0x00001000 ;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
16
16
@@ -28,4 +28,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
28
28
29
29
place in ROM_region { readonly };
30
30
place in RAM_region { readwrite,
31
- block CSTACK, block HEAP };
31
+ block CSTACK, block HEAP };
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
8
8
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
- /*-Sizes -*/
11
+ /*-Heap 1/4 of ram and stack 1/8 -*/
12
12
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
13
- define symbol __ICFEDIT_size_heap__ = 0x00000400 ;
13
+ define symbol __ICFEDIT_size_heap__ = 0x00001000 ;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
16
16
@@ -28,4 +28,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
28
28
29
29
place in ROM_region { readonly };
30
30
place in RAM_region { readwrite,
31
- block CSTACK, block HEAP };
31
+ block CSTACK, block HEAP };
You can’t perform that action at this time.
0 commit comments