Skip to content

Commit 55e340c

Browse files
authored
docs(libraries): Add new SoCs H2 and C6 to missing parts in docs (espressif#9709)
* docs(libraries): Add new SoCs * docs(): Add C2 and H2 to USB and getting started * docs(): Fix table format * docs(extension): Add sphinxemoji support * docs(): Lower emoji version * Revert "docs(): Lower emoji version" This reverts commit 3f3e0ad. * Revert "docs(extension): Add sphinxemoji support" This reverts commit e903da6. * docs(): Shrink peripherals table * docs(): Shrink table even more * docs(): Shrink table more and more * docs(): Shrink table the most I am able to
1 parent f772fca commit 55e340c

File tree

3 files changed

+61
-57
lines changed

3 files changed

+61
-57
lines changed

docs/en/getting_started.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Supported SoC's
3434

3535
Here are the ESP32 series supported by the Arduino-ESP32 project:
3636

37-
======== ====== =========== ===================================
38-
SoC Stable Development Datasheet
39-
======== ====== =========== ===================================
40-
ESP32 Yes Yes `ESP32`_
41-
ESP32-S2 Yes Yes `ESP32-S2`_
42-
ESP32-C3 Yes Yes `ESP32-C3`_
43-
ESP32-S3 Yes Yes `ESP32-S3`_
44-
ESP32-C6 No Yes `ESP32-C6`_
45-
ESP32-H2 No Yes `ESP32-H2`_
46-
======== ====== =========== ===================================
37+
========== ====== =========== =================================
38+
SoC Stable Development Datasheet
39+
========== ====== =========== =================================
40+
ESP32 Yes Yes `ESP32`_
41+
ESP32-S2 Yes Yes `ESP32-S2`_
42+
ESP32-C3 Yes Yes `ESP32-C3`_
43+
ESP32-S3 Yes Yes `ESP32-S3`_
44+
ESP32-C6 Yes Yes `ESP32-C6`_
45+
ESP32-H2 Yes Yes `ESP32-H2`_
46+
========== ====== =========== =================================
4747

4848
.. note::
4949
ESP32-C2 is also supported by Arduino-ESP32 but requires rebuilding the static libraries.

docs/en/libraries.rst

+49-47
Original file line numberDiff line numberDiff line change
@@ -9,59 +9,61 @@ Supported Peripherals
99

1010
Currently, the Arduino ESP32 supports the following peripherals with Arduino APIs.
1111

12-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
13-
| Peripheral | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | | Comments |
14-
+===============+===============+===============+===============+===============+=====+========================+
15-
| ADC | Yes | Yes | Yes | Yes | | |
16-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
17-
| Bluetooth | Yes | Not Supported | Not Supported | Not Supported | | Bluetooth Classic |
18-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
19-
| BLE | Yes | Not Supported | Yes | Yes | | |
20-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
21-
| DAC | Yes | Yes | Not Supported | Not Supported | | |
22-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
23-
| Ethernet | Yes | Not Supported | Not Supported | Not Supported | | (*) |
24-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
25-
| GPIO | Yes | Yes | Yes | Yes | | |
26-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
27-
| Hall Sensor | Not Supported | Not Supported | Not Supported | Not Supported | | |
28-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
29-
| I2C | Yes | Yes | Yes | Yes | | |
30-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
31-
| I2S | Yes | Yes | Yes | Yes | | |
32-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
33-
| LEDC | Yes | Yes | Yes | Yes | | |
34-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
35-
| Motor PWM | No | Not Supported | Not Supported | Not Supported | | |
36-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
37-
| Pulse Counter | No | No | No | No | | |
38-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
39-
| RMT | Yes | Yes | Yes | Yes | | |
40-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
41-
| SDIO | No | No | No | No | | |
42-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
43-
| SDMMC | Yes | Not Supported | Not Supported | Yes | | |
44-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
45-
| Timer | Yes | Yes | Yes | Yes | | |
46-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
47-
| Temp. Sensor | Not Supported | Yes | Yes | Yes | | |
48-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
49-
| Touch | Yes | Yes | Not Supported | Yes | | |
50-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
51-
| TWAI | No | No | No | No | | |
52-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
53-
| UART | Yes | Yes | Yes | Yes | | |
54-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
55-
| USB | Not Supported | Yes | Yes | Yes | | ESP32-C3 only CDC/JTAG |
56-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
57-
| Wi-Fi | Yes | Yes | Yes | Yes | | |
58-
+---------------+---------------+---------------+---------------+---------------+-----+------------------------+
12+
+---------------+-------+-------+-------+-------+-------+-------+-------+
13+
| Peripheral | ESP32 | S2 | C3 | S3 | C6 | H2 | Notes |
14+
+===============+=======+=======+=======+=======+=======+=======+=======+
15+
| ADC | Yes | Yes | Yes | Yes | Yes | Yes | |
16+
+---------------+-------+-------+-------+-------+-------+-------+-------+
17+
| BT Classic | Yes | N/A | N/A | N/A | N/A | N/A | |
18+
+---------------+-------+-------+-------+-------+-------+-------+-------+
19+
| BLE | Yes | N/A | Yes | Yes | Yes | Yes | |
20+
+---------------+-------+-------+-------+-------+-------+-------+-------+
21+
| DAC | Yes | Yes | N/A | N/A | N/A | N/A | |
22+
+---------------+-------+-------+-------+-------+-------+-------+-------+
23+
| Ethernet | Yes | N/A | N/A | N/A | N/A | N/A | (*) |
24+
+---------------+-------+-------+-------+-------+-------+-------+-------+
25+
| GPIO | Yes | Yes | Yes | Yes | Yes | Yes | |
26+
+---------------+-------+-------+-------+-------+-------+-------+-------+
27+
| Hall Sensor | N/A | N/A | N/A | N/A | N/A | N/A | |
28+
+---------------+-------+-------+-------+-------+-------+-------+-------+
29+
| I2C | Yes | Yes | Yes | Yes | Yes | Yes | |
30+
+---------------+-------+-------+-------+-------+-------+-------+-------+
31+
| I2S | Yes | Yes | Yes | Yes | Yes | Yes | |
32+
+---------------+-------+-------+-------+-------+-------+-------+-------+
33+
| LEDC | Yes | Yes | Yes | Yes | Yes | Yes | |
34+
+---------------+-------+-------+-------+-------+-------+-------+-------+
35+
| Motor PWM | No | N/A | N/A | N/A | N/A | N/A | |
36+
+---------------+-------+-------+-------+-------+-------+-------+-------+
37+
| Pulse Counter | No | No | No | No | No | No | |
38+
+---------------+-------+-------+-------+-------+-------+-------+-------+
39+
| RMT | Yes | Yes | Yes | Yes | Yes | Yes | |
40+
+---------------+-------+-------+-------+-------+-------+-------+-------+
41+
| SDIO | No | No | No | No | No | No | |
42+
+---------------+-------+-------+-------+-------+-------+-------+-------+
43+
| SDMMC | Yes | N/A | N/A | Yes | N/A | N/A | |
44+
+---------------+-------+-------+-------+-------+-------+-------+-------+
45+
| Timer | Yes | Yes | Yes | Yes | Yes | Yes | |
46+
+---------------+-------+-------+-------+-------+-------+-------+-------+
47+
| Temp. Sensor | N/A | Yes | Yes | Yes | Yes | Yes | |
48+
+---------------+-------+-------+-------+-------+-------+-------+-------+
49+
| Touch | Yes | Yes | N/A | Yes | N/A | N/A | |
50+
+---------------+-------+-------+-------+-------+-------+-------+-------+
51+
| TWAI | No | No | No | No | No | No | |
52+
+---------------+-------+-------+-------+-------+-------+-------+-------+
53+
| UART | Yes | Yes | Yes | Yes | Yes | Yes | |
54+
+---------------+-------+-------+-------+-------+-------+-------+-------+
55+
| USB | N/A | Yes | Yes | Yes | Yes | Yes | (**) |
56+
+---------------+-------+-------+-------+-------+-------+-------+-------+
57+
| Wi-Fi | Yes | Yes | Yes | Yes | Yes | N/A | |
58+
+---------------+-------+-------+-------+-------+-------+-------+-------+
5959

6060
Notes
6161
^^^^^
6262

6363
(*) SPI Ethernet is supported by all ESP32 families and RMII only for ESP32.
6464

65+
(**) ESP32-C3, C6, H2 only support USB CDC/JTAG
66+
6567
.. 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.
6668

6769
.. include:: common/datasheet.inc

docs/en/tutorials/cdc_dfu_flash.rst

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ SoC USB Peripheral Support
1919
ESP32-S2 CDC and DFU
2020
ESP32-C3 CDC only
2121
ESP32-S3 CDC and DFU
22+
ESP32-C6 CDC only
23+
ESP32-H2 CDC only
2224
========= =======================
2325

2426
It's important that your board includes the USB connector attached to the embedded USB from the SoC. If your board doesn't have the USB connector, you can attach an external one to the USB pins.

0 commit comments

Comments
 (0)