mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:47:09 +08:00
[bsp][ch32v307v] add _head_end for link file
This commit is contained in:
parent
78dcc3d2c8
commit
0750b71e27
@ -198,6 +198,7 @@ SECTIONS
|
||||
|
||||
.stack ORIGIN(RAM) + LENGTH(RAM) - __stack_size :
|
||||
{
|
||||
PROVIDE( _heap_end = . );
|
||||
. = ALIGN(4);
|
||||
PROVIDE(_susrstack = . );
|
||||
. = . + __stack_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user