support lcd & xtinygui

This commit is contained in:
zhangzheng
2024-02-24 14:30:37 +08:00
parent 0c7ed146c6
commit 433df229c3
147 changed files with 319516 additions and 1381 deletions

View File

@@ -2,7 +2,7 @@ ENTRY(Reset_Handler)
MEMORY
{
RAM (arw) : ORIGIN = 0x20000000, LENGTH = 0x10000
FLASH (arx) : ORIGIN = 0x8000000 + 0x2000, LENGTH = 0x10000 - 0x2000
FLASH (arx) : ORIGIN = 0x00000000 + 0x2000, LENGTH = 0x10000 - 0x2000
}
SECTIONS
{