switched project to make
This commit is contained in:
@ -143,7 +143,7 @@ SECTIONS
|
||||
|
||||
. = ALIGN(4);
|
||||
_edata = .; /* define a global symbol at data end */
|
||||
} >RAM AT> FLASH
|
||||
} > RAM AT> FLASH
|
||||
|
||||
|
||||
/* Uninitialized data section */
|
||||
@ -160,7 +160,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
_ebss = .; /* define a global symbol at bss end */
|
||||
__bss_end__ = _ebss;
|
||||
} >RAM
|
||||
} > RAM
|
||||
|
||||
/* User_heap_stack section, used to check that there is enough RAM left */
|
||||
._user_heap_stack :
|
||||
@ -171,7 +171,7 @@ SECTIONS
|
||||
. = . + _Min_Heap_Size;
|
||||
. = . + _Min_Stack_Size;
|
||||
. = ALIGN(8);
|
||||
} >RAM
|
||||
} > RAM
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user