Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Nov 13, 2024
1 parent 625f177 commit 697dfc5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/en/additionalfeatures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Additional IDE Features
Wokwi Simulator<additionalfeatures/wokwisimulator>
Switch Between Languages<additionalfeatures/switchlanguage>
Configure CDT Build Environment Variables<additionalfeatures/configureenvvariables>
Configuring Clang Toolchain<additionalfeatures/clangtoolchain>
Configuring Clang Toolchain<additionalfeatures/clangtoolchain>
Update Site Installation Guide<marketplaceupdate>
windowsofflineinstaller<windowsofflineinstaller>
2 changes: 1 addition & 1 deletion docs/en/additionalfeatures/configureenvvariables.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Configuring Environment Variables
================================
==================================

All the required environment variables are automatically configured by the IDE during the ESP-IDF and Tools installation process (``Espressif > ESP-IDF Manager > Add ESP-IDF``). You can verify these variables in the Preferences page under ``C/C++ > Build > Environment``.

Expand Down
4 changes: 2 additions & 2 deletions docs/en/additionalfeatures/dfu.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _dfuflashing:

Device Firmware Upgrade (DFU) through USB
=========================================
==========================================

Device Firmware Upgrade (DFU) is a mechanism for upgrading the firmware of devices through Universal Serial Bus (USB). There are a few requirements that need to be met:

Expand Down Expand Up @@ -38,5 +38,5 @@ After meeting the above requirements, you can proceed to build and flash via DFU
.. image:: https://user-images.githubusercontent.com/24419842/226182180-286099d3-9c1c-4394-abb0-212d43054529.png
:alt: DFU actions

Additional information, including common errors and known issues, is available in this `guide <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/dfu.html#usb-drivers-windows-only>`_.
Additional information, including common errors and known issues, is available in `this <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/dfu.html#usb-drivers-windows-only>`_.

1 change: 0 additions & 1 deletion docs/en/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ Let's take a look at how multiple versions will look. Follow the same steps as b
To activate any specific version, simply click on the radio button next to it in the ``Active`` column.

The refresh button in the last column for the active ESP-IDF version can be used to reload any changes in the directory you made.

0 comments on commit 697dfc5

Please sign in to comment.