Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update boards.rst #9925

Merged
merged 1 commit into from
Jun 24, 2024
Merged
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
14 changes: 9 additions & 5 deletions docs/en/boards/boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ One important information that usually bring about some confusion is regarding t
The ESP32 is divided by family:

* ESP32
* Wi-Fi and BLE
* ESP32-S
* Wi-Fi, BT and BLE 4
* ESP32-S2
* Wi-Fi only
* ESP32-C
* ESP32-S3
* Wi-Fi and BLE 5
* ESP32-H
* BLE and IEEE 802.15.4
* ESP32-C3
* Wi-Fi and BLE 5
* ESP32-C6
* Wi-Fi, BLE 5 and IEEE 802.15.4
* ESP32-H2
* BLE 5 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