Skip to content

Commit

Permalink
add ESP32C6 and ESP32H2 to docs (#8799)
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y authored Oct 24, 2023
1 parent 8d58d65 commit ec112d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/common/datasheet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ Datasheet
* `ESP32-S2`_ (Datasheet)
* `ESP32-C3`_ (Datasheet)
* `ESP32-S3`_ (Datasheet)
* `ESP32-C6`_ (Datasheet)
* `ESP32-H2`_ (Datasheet)

.. _Espressif Product Selector: https://products.espressif.com/
.. _ESP32: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
.. _ESP32-S2: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf
.. _ESP32-C3: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf
.. _ESP32-S3: https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf
.. _ESP32-C6: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf
.. _ESP32-H2: https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_en.pdf
2 changes: 2 additions & 0 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ESP32 Yes Yes `ESP32`_
ESP32-S2 Yes Yes `ESP32-S2`_
ESP32-C3 Yes Yes `ESP32-C3`_
ESP32-S3 Yes Yes `ESP32-S3`_
ESP32-C6 No Yes `ESP32-C6`_
ESP32-H2 No Yes `ESP32-H2`_
======== ====== =========== ===================================

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

0 comments on commit ec112d1

Please sign in to comment.