From 2259718324f93f89fa7a1838227795fe4ade55c1 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Sun, 23 Jun 2024 16:59:31 -0300 Subject: [PATCH] fix(doc): Update boards.rst Fixes documentation for ESP32 family. Arduino Core 3.0.x has 6 supported SoC and each has a different radio specification. --- docs/en/boards/boards.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/en/boards/boards.rst b/docs/en/boards/boards.rst index cd0b310a66a..05df917c8b1 100644 --- a/docs/en/boards/boards.rst +++ b/docs/en/boards/boards.rst @@ -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).