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
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
6
7
7
## Contents
8
8
9
-
-[ESP32-S2 and ESP32-C3 Support](#esp32-s2-and-esp32-c3-support)
Copy file name to clipboardExpand all lines: docs/source/esp-idf_component.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ For a simplified method, see `lib-builder <lib_builder>`_.
10
10
Installation
11
11
------------
12
12
13
-
.. note::
14
-
Latest Arduino Core ESP32 version is now compatible with [ESP-IDF v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4). Please consider this compability when using Arduino as component in ESP-IDF.
13
+
.. note:: Latest Arduino Core ESP32 version is now compatible with [ESP-IDF v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4). Please consider this compability when using Arduino as component in ESP-IDF.
15
14
16
15
- Download and install `ESP-IDF <https://github.com/espressif/esp-idf>`_.
17
16
- Create blank idf project (from one of the examples).
Copy file name to clipboardExpand all lines: docs/source/libraries.rst
+61-41
Original file line number
Diff line number
Diff line change
@@ -7,49 +7,69 @@ Here is where the Libraries API's descriptions are located:
7
7
Supported Peripherals
8
8
---------------------
9
9
10
-
Currently, the Arduino ESP32 supports the following peripherals with Arduino style. Some other peripherals are not supported yet, but it's supported using ESP-IDF style.
10
+
Currently, the Arduino ESP32 supports the following peripherals with Arduino APIs.
Some peripherals are not available for all ESP32 families. To see more details about it, see the corresponding datasheet.
60
+
Notes
61
+
^^^^^
62
+
63
+
(*) SPI Ethernet is supported by all ESP32 families and RMII only for ESP32.
64
+
65
+
.. 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.
/* Added to match the Arduino function definition: https://github.com/arduino/ArduinoCore-API/blob/173e8eadced2ad32eeb93bcbd5c49f8d6a055ea6/api/HardwareI2C.h#L39
0 commit comments