Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/en/additionalfeatures/application-size-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ ESP-IDF Application Size Analysis

:link_to_translation:`zh_CN:[中文]`

The Application Size Analysis editor helps you examine your application's static memory usage. It has two sections:
The Application Size Analysis editor helps you examine your application's static memory usage. It has three sections:

- ``Overview``: Summarizes the application's memory usage.
- ``Charts``: Visualizes memory usage using charts.
- ``Details``: Shows detailed component and per-symbol memory information, with search and sort features.

To launch the Application Size Analysis editor:
Expand All @@ -18,6 +19,13 @@ To launch the Application Size Analysis editor:
:alt: Application Size Analysis - Overview

Application Size Analysis – Overview


.. figure:: ../../../media/size_charts.png
:align: center
:alt: Application Size Analysis - Charts

Application Size Analysis – Charts


.. figure:: ../../../media/sizeanalysis_details.png
Expand Down
2 changes: 1 addition & 1 deletion docs/en/additionalfeatures/dfu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After meeting the above requirements, you can proceed to build and flash via DFU
3. Select a suitable IDF target for DFU.
4. When using the build command, an extra file (``dfu.bin``) will be created, which can be used later for flashing.

.. image:: https://user-images.githubusercontent.com/24419842/226182180-286099d3-9c1c-4394-abb0-212d43054529.png
.. image:: ../../../media/dfu/dfu_1.png
:alt: DFU actions

Additional information, including common errors and known issues, is available `here <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/dfu.html#usb-drivers-windows-only>`_.
6 changes: 3 additions & 3 deletions docs/en/additionalfeatures/nvspartitioneditor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Steps
1. Right-click on a project in the Project Explorer.
2. Click on the ``ESP-IDF: NVS Table Editor`` menu option.

.. image:: https://user-images.githubusercontent.com/24419842/216114697-9f231211-f5dd-431b-9432-93ecc656cfec.png
.. image:: ../../../media/NvsEditor/nvs_1.png
:alt: NVS Table Editor menu option

3. Make desired changes to the CSV data.
4. Save changes by clicking the ``Save`` button. If everything is correct, you will see an information message at the top of the dialog:

.. image:: https://user-images.githubusercontent.com/24419842/216115906-9bb4fe55-293b-4c6b-8d22-0aa3520581ab.png
.. image:: ../../../media/NvsEditor/nvs_2.png
:alt: Save confirmation in NVS Table Editor

5. Generate the partition binary. Choose ``Encrypt`` to encrypt the binary, and disable the ``Generate Key`` option if you want to use your own key. An information message will appear at the top of the dialog showing the result of the generated binaries. Hover over the message to view the full content if it is truncated:

.. image:: https://user-images.githubusercontent.com/24419842/216117261-9bee798a-3a9e-4be5-9466-fc9d3847834b.png
.. image:: ../../../media/NvsEditor/nvs_3.png
:alt: Binary generation result in NVS Table Editor

.. note::
Expand Down
Binary file modified media/.DS_Store
Binary file not shown.
Binary file modified media/10_serial_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/3_new_project_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/AppLvlTracing_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/ESP-IDF_Components/components_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/ESP-IDF_Components/install_components.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/JtagFlash_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/NvsEditor/nvs_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/NvsEditor/nvs_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/NvsEditor/nvs_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/OpenOCDDebug_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/OpenOCDDebug_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/change_language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/dfu/dfu_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/idf_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/size_charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/sizeanalysis_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/sizeanalysis_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading