Start of 5.X work

This commit is contained in:
Sebastien L
2025-03-18 17:38:34 -04:00
parent c0ddf0a997
commit 73bd096f37
442 changed files with 227862 additions and 21075 deletions

View File

@@ -1,5 +1,7 @@
# nvs below is needed for some wifi init
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,
ota_0, app, ota_0, , 0x270000,
spiffs, data, spiffs, , 0x4B000,
nvs,data,nvs,,0x2000
1 otadata # nvs below is needed for some wifi init data ota 0xD000 0x2000
1 # nvs below is needed for some wifi init
2 otadata otadata, data, ota, 0xD000, 0x2000, data ota 0xD000 0x2000
3 phy_init phy_init, data, phy, 0xF000, 0x1000, data phy 0xF000 0x1000
4 recovery recovery, app, factory, 0x10000, 0x130000, app factory 0x10000 0x130000
5 ota_0 ota_0, app, ota_0, , 0x270000, app ota_0 0x290000
6 spiffs spiffs, data, spiffs, , 0x4B000, data spiffs 0x2D000
7 nvs,data,nvs,,0x2000