[bsp][ch32v307v] add _head_end for link file

This commit is contained in:
Meco Man 2023-06-26 20:25:50 -04:00 committed by Man, Jianting (Meco)
parent 78dcc3d2c8
commit 0750b71e27
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ SECTIONS
.stack ORIGIN(RAM) + LENGTH(RAM) - __stack_size :
{
PROVIDE( _heap_end = . );
. = ALIGN(4);
PROVIDE(_susrstack = . );
. = . + __stack_size;