format link scripts

This commit is contained in:
Meco Man
2023-01-08 21:16:47 -05:00
committed by Man, Jianting (Meco)
parent 9bc68d26a4
commit 592284c66c
869 changed files with 24161 additions and 23968 deletions

View File

@@ -36,5 +36,5 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place in ROM_region { readonly };
place in RAM_region { readwrite,
block CSTACK, block HEAP };
place in RAM1_region { section .sram };
block CSTACK, block HEAP };
place in RAM1_region { section .sram };

View File

@@ -78,7 +78,7 @@ SECTIONS
_edata = . ;
} >DATA
.stack :
.stack :
{
. = . + _system_stack_size;
. = ALIGN(4);
@@ -99,7 +99,7 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .bss secion */
_ebss = . ;
*(.bss.init)
} > DATA
__bss_end = .;