init commit

This commit is contained in:
feeling001@gmail.com
2026-06-18 15:04:18 +02:00
commit 8bab06b72a
22 changed files with 3258 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Marine Display — Custom Partition Table
# Flash size: 8 MB (Waveshare ESP32-S3-Zero has 8 MB flash)
#
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x180000,
app1, app, ota_1, 0x190000, 0x180000,
littlefs, data, spiffs, 0x310000, 0x100000,
coredump, data, coredump, 0x410000, 0x10000,
1 # Marine Display — Custom Partition Table
2 # Flash size: 8 MB (Waveshare ESP32-S3-Zero has 8 MB flash)
3 #
4 # Name, Type, SubType, Offset, Size, Flags
5 nvs, data, nvs, 0x9000, 0x5000,
6 otadata, data, ota, 0xe000, 0x2000,
7 app0, app, ota_0, 0x10000, 0x180000,
8 app1, app, ota_1, 0x190000, 0x180000,
9 littlefs, data, spiffs, 0x310000, 0x100000,
10 coredump, data, coredump, 0x410000, 0x10000,