appfs初步支持

This commit is contained in:
zhangzheng
2025-01-21 16:20:51 +08:00
parent ed9e0cd47e
commit a8dcccfd7b
106 changed files with 11810 additions and 449 deletions

View File

@@ -5,7 +5,7 @@ _Min_Stack_Size = 0x300;
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000 + 0x60000 - 0x4000, LENGTH = 0x4000 - 0x300
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 0x2000
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 0x3000
}
SECTIONS
{