File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LR_IROM1 0x00000000 {
10
10
; uvisor-lib.a (+RW +ZI)
11
11
;}
12
12
13
- ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
13
+ ARM_LIB_STACK 0x20000000 EMPTY 0x800 {
14
14
}
15
15
16
- ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 64)) { ; Reserve for vectors
16
+ ER_IRAMVEC 0x20000800 EMPTY (4*(16 + 64)) { ; Reserve for vectors
17
17
}
18
18
19
19
RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LR_IROM1 0x00000000 {
10
10
; uvisor-lib.a (+RW +ZI)
11
11
;}
12
12
13
- ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
13
+ ARM_LIB_STACK 0x20000000 EMPTY 0x800 {
14
14
}
15
15
16
- ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 64)) { ; Reserve for vectors
16
+ ER_IRAMVEC 0x20000800 EMPTY (4*(16 + 64)) { ; Reserve for vectors
17
17
}
18
18
19
19
RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
Original file line number Diff line number Diff line change 2
2
* Nuvoton M453 GCC linker script file
3
3
*/
4
4
5
- StackSize = 0x1000 ;
5
+ StackSize = 0x800 ;
6
6
7
7
MEMORY
8
8
{
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00040000;
9
9
define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
10
10
define symbol __ICFEDIT_region_IRAM_end__ = 0x20008000;
11
11
/*-Sizes-*/
12
- define symbol __ICFEDIT_size_cstack__ = 0x1000 ;
12
+ define symbol __ICFEDIT_size_cstack__ = 0x800 ;
13
13
define symbol __ICFEDIT_size_heap__ = 0x4000;
14
14
/**** End of ICF editor section. ###ICF###*/
15
15
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LR_IROM1 0x00000000 {
10
10
; uvisor-lib.a (+RW +ZI)
11
11
;}
12
12
13
- ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
13
+ ARM_LIB_STACK 0x20000000 EMPTY 0x800 {
14
14
}
15
15
16
- ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 142)) { ; Reserve for vectors
16
+ ER_IRAMVEC 0x20000800 EMPTY (4*(16 + 142)) { ; Reserve for vectors
17
17
}
18
18
19
19
RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LR_IROM1 0x00000000 {
10
10
; uvisor-lib.a (+RW +ZI)
11
11
;}
12
12
13
- ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
13
+ ARM_LIB_STACK 0x20000000 EMPTY 0x800 {
14
14
}
15
15
16
- ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 142)) { ; Reserve for vectors
16
+ ER_IRAMVEC 0x20000800 EMPTY (4*(16 + 142)) { ; Reserve for vectors
17
17
}
18
18
19
19
RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
Original file line number Diff line number Diff line change 2
2
* Nuvoton NUC472 GCC linker script file
3
3
*/
4
4
5
- StackSize = 0x1000 ;
5
+ StackSize = 0x800 ;
6
6
7
7
MEMORY
8
8
{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000;
11
11
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
12
12
define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000;
13
13
/*-Sizes-*/
14
- define symbol __ICFEDIT_size_cstack__ = 0x1000 ;
14
+ define symbol __ICFEDIT_size_cstack__ = 0x800 ;
15
15
define symbol __ICFEDIT_size_heap__ = 0xC0000;
16
16
/**** End of ICF editor section. ###ICF###*/
17
17
You can’t perform that action at this time.
0 commit comments