fixed linker script and stack align issues.

This commit is contained in:
aozima
2019-10-22 09:47:41 +08:00
parent c1bf9e645e
commit 525d353403
16 changed files with 29 additions and 21 deletions
+1
View File
@@ -41,6 +41,7 @@
.globl stack_start
.globl stack_top
.align 3
stack_start:
.rept ISR_Stack_Size
.byte 0