code cleanup
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-20 20:41:55 +01:00
parent 387b9d4c65
commit e16cfbd03c
68 changed files with 927 additions and 74637 deletions

View File

@@ -1,7 +1,9 @@
# Name , Type , SubType , Offset , Size , Flags
nvs , data , nvs , 0x9000 , 24k ,
nvs , data , nvs , 0x9000 , 16k ,
otadata , data , ota , , 8k ,
phy_init , data , phy , , 4k ,
factory , app , factory , 0x10000 , 2048K ,
storage , data , spiffs , , 1024K ,
ota_0 , app , ota_0 , 0x10000 , 1536K ,
ota_1 , app , ota_1 , , 1536K ,
storage , data , spiffs , , 256K ,
coredump , data , coredump , , 576k ,
fctry , data , nvs , , 24k ,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 24k 16k
3 otadata data ota 8k
4 phy_init data phy 4k
5 factory ota_0 app factory ota_0 0x10000 2048K 1536K
6 storage ota_1 data app spiffs ota_1 1024K 1536K
7 storage data spiffs 256K
8 coredump data coredump 576k
9 fctry data nvs 24k