修复appfs对vi的支持

This commit is contained in:
zhangzheng
2025-03-09 18:18:46 +08:00
parent cff255baf2
commit a32d03667a
19 changed files with 1010 additions and 240 deletions

View File

@@ -1,8 +1,8 @@
ENTRY(Reset_Handler)
MEMORY
{
RAM (arw) : ORIGIN = 0x20000000, LENGTH = 0x2000000
FLASH (arx) : ORIGIN = 0x8000000 + 0x2000 + 0x2000, LENGTH = 0x1C000
RAM (arw) : ORIGIN = 0x20000000, LENGTH = 0x60000
FLASH (arx) : ORIGIN = 0x8000000 + 0x3000 + 0x1000, LENGTH = 0x10000
}
SECTIONS
{