first commit

This commit is contained in:
2026-07-13 17:18:22 +08:00
commit 895928440b
42 changed files with 6505 additions and 0 deletions

7
HH3.csv Normal file
View File

@ -0,0 +1,7 @@
; # Name, Type, SubType, Offset, Size
; nvs, data, nvs, 0x9000, 0x8000
; otadata, data, ota, 0x11000, 0x2000
; phy_init, data, phy, 0x13000, 0x1000
; app0, app, ota_0, 0x14000, 0x300000
; app1, app, ota_1, 0x314000, 0x300000
; spiffs, data, spiffs, 0x614000, 0x700000
1 ; # Name Type SubType Offset Size
2 ; nvs data nvs 0x9000 0x8000
3 ; otadata data ota 0x11000 0x2000
4 ; phy_init data phy 0x13000 0x1000
5 ; app0 app ota_0 0x14000 0x300000
6 ; app1 app ota_1 0x314000 0x300000
7 ; spiffs data spiffs 0x614000 0x700000