fix port_systick_config bug

This commit is contained in:
acezhao
2019-09-13 22:22:49 +08:00
parent af245f2e5b
commit ad72fb73d2
11 changed files with 83 additions and 1594 deletions

View File

@@ -41,12 +41,10 @@ SECTIONS
. = ALIGN(8);
PROVIDE( end = . );
/*
_stack_size = 256;
_stack_size = 128;
.stack ORIGIN(RAM) + LENGTH(RAM) - _stack_size :
{
. = _stack_size;
PROVIDE( _stack_top = . );
} >RAM AT>RAM
*/
}