Skip to content

Commit 2d14009

Browse files
committed
docs(c2): Add note about ESP32-C2 support to documentation
1 parent 5de054b commit 2d14009

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Here are the ESP32 series supported by the Arduino-ESP32 project:
6060
| ESP32-C6 | No | Yes | [ESP32-C6](https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf) |
6161
| ESP32-H2 | No | Yes | [ESP32-H2](https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_en.pdf) |
6262

63+
> [!NOTE]
64+
> 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
65+
> build system. For more information, see the [Lib Builder documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html).
66+
6367
For more details visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) documentation page.
6468

6569
### Decoding exceptions

docs/en/getting_started.rst

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ ESP32-C6 No Yes `ESP32-C6`_
4545
ESP32-H2 No Yes `ESP32-H2`_
4646
======== ====== =========== ===================================
4747

48+
.. note::
49+
ESP32-C2 is also supported by Arduino-ESP32 but requires rebuilding the static libraries.
50+
This is not trivial and requires a good understanding of the ESP-IDF build system.
51+
For more information, see the `Lib Builder documentation <lib_builder.html>`_.
52+
4853
See `Boards <boards/boards.html>`_ for more details about ESP32 development boards.
4954

5055
Arduino Core Reference

0 commit comments

Comments
 (0)