feat: implement LittleFSHandler and FSGuard for improved file management

This commit is contained in:
GW_MC
2026-01-30 15:23:44 +08:00
parent b6c4477c46
commit 2a5088bec3
7 changed files with 821 additions and 85 deletions

View File

@@ -8,5 +8,5 @@ phy_init, data, phy, , 0x1000,
# OTA Partitions 10MB
ota_0, app, ota_0, , 0xA00000,
ota_1, app, ota_1, , 0xA00000,
# SPIFFS 11MB
storage, data, spiffs, , 0xB00000,
# LittleFS 11MB
storage, data, littlefs, , 0xB00000,
1 # Name, Type, SubType, Offset, Size, Flags
8 # OTA Partitions 10MB
9 ota_0, app, ota_0, , 0xA00000,
10 ota_1, app, ota_1, , 0xA00000,
11 # SPIFFS 11MB # LittleFS 11MB
12 storage, data, spiffs, , 0xB00000, storage, data, littlefs, , 0xB00000,