Let the SEGFAULTS begin!

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-16 21:55:25 +02:00
commit ed7a23256c
18 changed files with 200 additions and 0 deletions

7
partitions.csv Normal file
View File

@@ -0,0 +1,7 @@
# Name , Type , SubType , Offset , Size , Flags
nvs , data , nvs , 0x9000 , 20k ,
otadata , data , ota , 0xe000 , 8k ,
app0 , app , ota_0 , 0x10000 , 1024k ,
app1 , app , ota_1 , , 1024k ,
spiffs , data , spiffs , , 1536k ,
coredump , data , coredump , , 64k ,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 20k
3 otadata data ota 0xe000 8k
4 app0 app ota_0 0x10000 1024k
5 app1 app ota_1 1024k
6 spiffs data spiffs 1536k
7 coredump data coredump 64k