feat: add partition configuration and update SDK settings for improved hardware support

This commit is contained in:
GW_MC
2026-01-29 15:42:21 +08:00
parent d3d818534a
commit 7cdd5c8e53
2 changed files with 35 additions and 33 deletions

12
partitions.csv Normal file
View File

@@ -0,0 +1,12 @@
# Name, Type, SubType, Offset, Size, Flags
# NVS 256KB
nvs, data, nvs, , 0x40000,
# OTA Data 8KB
otadata, data, ota, , 0x2000,
# PHY Init 4KB
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,
1 # Name, Type, SubType, Offset, Size, Flags
2 # NVS 256KB
3 nvs, data, nvs, , 0x40000,
4 # OTA Data 8KB
5 otadata, data, ota, , 0x2000,
6 # PHY Init 4KB
7 phy_init, data, phy, , 0x1000,
8 # OTA Partitions 10MB
9 ota_0, app, ota_0, , 0xA00000,
10 ota_1, app, ota_1, , 0xA00000,
11 # SPIFFS 11MB
12 storage, data, spiffs, , 0xB00000,