initial refactoring

This commit is contained in:
Sebastien L
2023-12-04 23:25:57 -05:00
parent d03678ea81
commit c0ddf0a997
331 changed files with 29663 additions and 16553 deletions

View File

@@ -1,8 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xD000, 0x2000,
phy_init, data, phy, 0xF000, 0x1000,
recovery, app, factory, 0x10000, 0x140000,
ota_0, app, ota_0, , 0x2A0000,
settings, data, nvs, , 0x10000,
otadata, data, ota, 0xD000, 0x2000,
phy_init, data, phy, 0xF000, 0x1000,
recovery, app, factory, 0x10000, 0x130000,
ota_0, app, ota_0, , 0x290000,
spiffs, data, spiffs, , 0x2D000,
1 # Name, Type, SubType, Offset, Size, Flags otadata data ota 0xD000 0x2000
2 # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild phy_init data phy 0xF000 0x1000
3 nvs, data, nvs, 0x9000, 0x4000, recovery app factory 0x10000 0x130000
4 otadata, data, ota, 0xD000, 0x2000, ota_0 app ota_0 0x290000
5 phy_init, data, phy, 0xF000, 0x1000, spiffs data spiffs 0x2D000
recovery, app, factory, 0x10000, 0x140000,
ota_0, app, ota_0, , 0x2A0000,
settings, data, nvs, , 0x10000,