feat: Initial esp32-hacking project with firmware sources and docs

This commit is contained in:
user
2026-02-04 12:59:28 +01:00
commit 298e98befb
120 changed files with 22094 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0xd000, 32K,
fctry, data, nvs, 0x15000, 16K,
log_status, data, nvs, 0x19000, 16K,
otadata, data, ota, 0x1d000, 8K,
phy_init, data, phy, 0x1f000, 4K,
ota_0, app, ota_0, 0x20000, 1832K,
1 # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0xd000, 32K,
4 fctry, data, nvs, 0x15000, 16K,
5 log_status, data, nvs, 0x19000, 16K,
6 otadata, data, ota, 0x1d000, 8K,
7 phy_init, data, phy, 0x1f000, 4K,
8 ota_0, app, ota_0, 0x20000, 1832K,