Skip to content

Commit

Permalink
docs(c2): Add note about ESP32-C2 support to documentation (#9629)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed May 14, 2024
1 parent 5de054b commit 4db2edd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Here are the ESP32 series supported by the Arduino-ESP32 project:
| ESP32-C6 | No | Yes | [ESP32-C6](https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf) |
| ESP32-H2 | No | Yes | [ESP32-H2](https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_en.pdf) |

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

### Decoding exceptions
Expand Down
5 changes: 5 additions & 0 deletions docs/en/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ ESP32-C6 No Yes `ESP32-C6`_
ESP32-H2 No Yes `ESP32-H2`_
======== ====== =========== ===================================

.. note::
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 build system.
For more information, see the `Lib Builder documentation <lib_builder.html>`_.

See `Boards <boards/boards.html>`_ for more details about ESP32 development boards.

Arduino Core Reference
Expand Down

0 comments on commit 4db2edd

Please sign in to comment.