Skip to content

Commit 42df490

Browse files
authored
IEP-1687 Verify all the screenshots in the IDE document and Update (#1405)
* feat: update images for debug configuration guide * fix: update app_size, switch languages screenshots and text * fix: replacing two sections text with three sections * fix: added new screenshots for debugging and serial terminal
1 parent 03d8e1f commit 42df490

21 files changed

Lines changed: 13 additions & 5 deletions

docs/en/additionalfeatures/application-size-analysis.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ ESP-IDF Application Size Analysis
33

44
:link_to_translation:`zh_CN:[中文]`
55

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

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

1112
To launch the Application Size Analysis editor:
@@ -18,6 +19,13 @@ To launch the Application Size Analysis editor:
1819
:alt: Application Size Analysis - Overview
1920

2021
Application Size Analysis – Overview
22+
23+
24+
.. figure:: ../../../media/size_charts.png
25+
:align: center
26+
:alt: Application Size Analysis - Charts
27+
28+
Application Size Analysis – Charts
2129

2230

2331
.. figure:: ../../../media/sizeanalysis_details.png

docs/en/additionalfeatures/dfu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After meeting the above requirements, you can proceed to build and flash via DFU
4040
3. Select a suitable IDF target for DFU.
4141
4. When using the build command, an extra file (``dfu.bin``) will be created, which can be used later for flashing.
4242

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

4646
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>`_.

docs/en/additionalfeatures/nvspartitioneditor.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ Steps
2222
1. Right-click on a project in the Project Explorer.
2323
2. Click on the ``ESP-IDF: NVS Table Editor`` menu option.
2424

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

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

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

3434
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:
3535

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

3939
.. note::

media/.DS_Store

8 KB
Binary file not shown.

media/10_serial_terminal.png

73.3 KB
Loading

media/3_new_project_default.png

-21.6 KB
Loading

media/AppLvlTracing_3.png

453 KB
Loading
752 KB
Loading
895 KB
Loading

media/JtagFlash_2.png

-58.1 KB
Loading

0 commit comments

Comments
 (0)