Интегрировал проект GUI
This commit is contained in:
@@ -223,7 +223,7 @@ SECTIONS
|
|||||||
} >SPI_FLASH
|
} >SPI_FLASH
|
||||||
|
|
||||||
|
|
||||||
/* FontFlashSection :
|
FontFlashSection :
|
||||||
{
|
{
|
||||||
*(FontFlashSection FontFlashSection.*)
|
*(FontFlashSection FontFlashSection.*)
|
||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
@@ -237,7 +237,7 @@ SECTIONS
|
|||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
. = ALIGN(0x4);
|
. = ALIGN(0x4);
|
||||||
} >SPI_FLASH
|
} >SPI_FLASH
|
||||||
*/
|
|
||||||
/* Set stack top to end of RAM, and stack limit move down by
|
/* Set stack top to end of RAM, and stack limit move down by
|
||||||
* size of stack_dummy section */
|
* size of stack_dummy section */
|
||||||
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
|
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
|
||||||
|
|||||||
Reference in New Issue
Block a user