forked from Imagelibrary/rtems
bsps: Support .rtemsstack.* linker input sections
Use a dedicated memory region or place it between the BSS and workspace. Update #3459.
This commit is contained in:
@@ -209,6 +209,10 @@ SECTIONS
|
||||
} > ram
|
||||
_stack = .;
|
||||
|
||||
.rtemsstack (NOLOAD) : {
|
||||
*(SORT(.rtemsstack.*))
|
||||
} > ram
|
||||
|
||||
_WorkAreaBase = . ;
|
||||
|
||||
_CPU_Interrupt_stack_low = 0x00080000 ;
|
||||
|
||||
Reference in New Issue
Block a user