Интегрировал проект GUI

This commit is contained in:
Tutukov Beslan
2021-11-12 06:32:59 +03:00
parent df472bfeec
commit f433430c8c

View File

@@ -223,7 +223,7 @@ SECTIONS
} >SPI_FLASH
/* FontFlashSection :
FontFlashSection :
{
*(FontFlashSection FontFlashSection.*)
*(.gnu.linkonce.r.*)
@@ -237,7 +237,7 @@ SECTIONS
*(.gnu.linkonce.r.*)
. = ALIGN(0x4);
} >SPI_FLASH
*/
/* Set stack top to end of RAM, and stack limit move down by
* size of stack_dummy section */
__StackTop = ORIGIN(RAM) + LENGTH(RAM);