This commit is contained in:
michael
2026-01-17 02:49:32 +01:00
parent a1ccda2e88
commit 4905663933
283 changed files with 32074 additions and 15759 deletions

View File

@@ -0,0 +1,9 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x3E0000,
ota_1, app, ota_1, , 0x3E0000,
www, data, littlefs, , 0x5E0000,
nvs_key, data, nvs_keys, , 0x1000,
coredump, data, coredump, , 192k,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x6000
3 otadata data ota 0x2000
4 phy_init data phy 0x1000
5 ota_0 app ota_0 0x3E0000
6 ota_1 app ota_1 0x3E0000
7 www data littlefs 0x5E0000
8 nvs_key data nvs_keys 0x1000
9 coredump data coredump 192k