Skip to content
Merged
Changes from 5 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
5 changes: 5 additions & 0 deletions docs/source/boards/boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ The ESP32 is divided by family:
* Wi-Fi only
* ESP32-C
* Wi-Fi and BLE 5
* ESP32-H
* BLE and IEEE 802.15.4

For each family, we have SoC variants with some differentiation. The differences are more about the embedded flash and its size and the number of the cores (dual or single).

Expand Down Expand Up @@ -71,6 +73,9 @@ Espressif
ESP32-S2-Saola-1 <ESP32-S2-Saola-1>
ESP32-C3-DevKitM-1 <ESP32-C3-DevKitM-1>

.. note::
Just few boards are described in this documentation page, for more information about other Espressif boards please refer to [HW reference section](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html) in ESP-IDF Programming Guide.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we change to:
Only a few development boards are described on this documentation page. For more information about other Espressif boards please refer to the Development Boards session on the Espressif website.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pedrominatel You are right, changed. Thanks for review.


Third Party
-----------

Expand Down