mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 01:12:59 +00:00
566 B
566 B
1 | # Name, Type, SubType, Offset, Size, Flags |
---|---|
2 | bootloader, bootloader, primary, N/A, N/A, |
3 | partition_table, partition_table, primary, N/A, N/A, |
4 | nvs, data, nvs, , 0x4000, |
5 | phy_init, data, phy, , 0x1000, |
6 | storage, data, 0xff, , 0x1000, encrypted |
7 | nvs_key, data, nvs_keys, , 0x1000, encrypted, |
8 | emul_efuse, data, efuse, , 0x2000, |
9 | factory, app, factory, , 1M, |