You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ESP32-C2 is also supported by Arduino-ESP32 but requires rebuilding the static libraries. This is not trivial and requires a good understanding of the ESP-IDF
79
-
> build system. For more information, see the [Lib Builder documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html).
78
+
> ESP32-C2 is also supported by Arduino-ESP32 but requires using Arduino as an ESP-IDF component or rebuilding the static libraries.
79
+
> For more information, see the [Arduino as an ESP-IDF component documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html) or the
For more details visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) documentation page.
Copy file name to clipboardexpand all lines: docs/en/boards/boards.rst
+6-4
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,18 @@ The ESP32 is divided by family:
18
18
19
19
* ESP32
20
20
* Wi-Fi, BT and BLE 4
21
-
* ESP32-S2
22
-
* Wi-Fi only
23
-
* ESP32-S3
24
-
* Wi-Fi and BLE 5
25
21
* ESP32-C3
26
22
* Wi-Fi and BLE 5
27
23
* ESP32-C6
28
24
* Wi-Fi, BLE 5 and IEEE 802.15.4
29
25
* ESP32-H2
30
26
* BLE 5 and IEEE 802.15.4
27
+
* ESP32-P4
28
+
* 400 MHz Dual Core RISC-V CPU, 40 MHz ULP Co-processor, single-precision FPU and AI extensions.
29
+
* ESP32-S2
30
+
* Wi-Fi only
31
+
* ESP32-S3
32
+
* Wi-Fi and BLE 5
31
33
32
34
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).
(*) SPI Ethernet is supported by all ESP32 families and RMII only for ESP32.
67
+
(1) ESP32-P4 calibration schemes not supported yet in IDF and ADC Continuous also lacks IDF support.
64
68
65
-
(**) ESP32-C3, C6, H2 only support USB CDC/JTAG
69
+
(2) SPI Ethernet is supported by all ESP32 families and RMII only for ESP32 and ESP32-P4.
70
+
71
+
(3) ESP32-C3, C6, H2 only support USB CDC/JTAG
72
+
73
+
(4) ESP32-P4 only supports Wi-Fi through another SoC by using ``esp_hosted``.
66
74
67
75
.. note:: Some peripherals are not available for all ESP32 families. To see more details about it, see the corresponding SoC at `Product Selector <https://products.espressif.com>`_ page.
0 commit comments