You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The total flash size is no longer reported by esp-idf-size. Update the
output example in the documentation to reflect this change. Also,
include the note about total memory sizes as now printed by
esp-idf-size.
Signed-off-by: Frantisek Hrbata <[email protected]>
Total image size: 179712 bytes (.bin may be padded larger)
35
+
Total image size: 154957 bytes (.bin may be padded larger)
36
+
Note: The reported total sizes may be smaller than those in the technical reference
37
+
manual due to reserved memory and application configuration. The total flash size
38
+
available for the application is not included by default, as it cannot be reliably
39
+
determined due to the presence of other data like the bootloader, partition table,
40
+
and application partition size.
34
41
35
42
Espressif chips include various :doc:`/api-guides/memory-types`, which are detailed in the `Technical Reference Manual (TRM) <{IDF_TARGET_TRM_EN_URL}>`__. These memory types are listed in the ``Memory Type`` column, along with the ELF ``Sections`` that are loaded into each type. The ``Used`` columns display the memory usage for each specific memory type or section. The ``Remain`` column indicates the remaining available memory for the specified memory type. The ``Total`` column shows the total available memory for that memory type, based on the memory region sizes defined in the linker script that map into the memory type.
0 commit comments