feat: prove build, flashing, and stable basic operation

This commit is contained in:
2026-08-27 23:33:17 +03:00
parent 0d921a83a0
commit c1fb19af53
5 changed files with 164 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x200000,
littlefs, data, littlefs,0x210000, 0x1f0000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x6000
3 phy_init data phy 0xf000 0x1000
4 factory app factory 0x10000 0x200000
5 littlefs data littlefs 0x210000 0x1f0000