写太烂了,重写吧

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2023-12-25 22:34:11 +08:00
parent bc827a263d
commit be3a8d1a9c
140 changed files with 29173 additions and 11596 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ ENTRY(Reset_Handler)
/* Highest address of the user mode stack */
_estack = ORIGIN(RAM) + LENGTH(RAM); /* end of "RAM" Ram type memory */
_Min_Heap_Size = 0x400 ; /* required amount of heap */
_Min_Stack_Size = 0x800 ; /* required amount of stack */
_Min_Heap_Size = 0x400; /* required amount of heap */
_Min_Stack_Size = 0x800; /* required amount of stack */
/* Memories definition */
MEMORY