Skip to content

Commit 5de09a9

Browse files
authored
[Docs] Add link to supported soc list on README and ESP32-S3 datasheet (#5891)
* [Docs] Added the supported SoC table link on the README file * [Docs] Added the ESP32-S3 datasheet link to the getting started page
1 parent b94b38c commit 5de09a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ You can use [Arduino-ESP32 Online Documentation](https://docs.espressif.com/proj
2727
* [FAQ](https://docs.espressif.com/projects/arduino-esp32/en/latest/faq.html)
2828
* [Troubleshooting](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html)
2929

30+
### Supported Chips
31+
32+
Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) documentation to see the list of current supported ESP32 SoCs.
33+
3034
### Decoding exceptions
3135

3236
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.

Diff for: docs/source/getting_started.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SoC Stable Development Datasheet
3737
ESP32 Yes Yes `ESP32 Datasheet`_
3838
ESP32-S2 Yes Yes `ESP32-S2 Datasheet`_
3939
ESP32-C3 Yes Yes `ESP32-C3 Datasheet`_
40-
ESP32-S3 No No Not Available Yet
40+
ESP32-S3 No No `ESP32-S3 Datasheet`_
4141
======== ====== =========== ===================================
4242

4343
See `Boards <boards/boards.html>`_ for more details about ESP32 development boards.
@@ -122,6 +122,7 @@ Resources
122122
.. _ESP32 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
123123
.. _ESP32-S2 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf
124124
.. _ESP32-C3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf
125+
.. _ESP32-S3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf
125126
.. _Arduino.cc: https://www.arduino.cc/en/Main/Software
126127
.. _Arduino Reference: https://www.arduino.cc/reference/en/
127128
.. _ESP32 Forum: https://esp32.com

0 commit comments

Comments
 (0)