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:
@@ -157,6 +157,11 @@ SECTIONS
|
||||
|
||||
. += _StackSize;
|
||||
PROVIDE (__stack = .);
|
||||
|
||||
.rtemsstack (NOLOAD) : {
|
||||
*(SORT(.rtemsstack.*))
|
||||
} > RAM
|
||||
|
||||
PROVIDE (_WorkAreaBase = .);
|
||||
. = 0xa00000;
|
||||
PROVIDE (_WorkAreaEnd = .);
|
||||
|
||||
Reference in New Issue
Block a user