From 63c03a6fb39f887628848b792d78a7ad7683f635 Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Mon, 15 Nov 2021 15:48:55 +0100 Subject: [PATCH 1/3] [Docs] Added the supported SoC table link on the README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 757c9c80697..e420f9e1d71 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ You can use [Arduino-ESP32 Online Documentation](https://docs.espressif.com/proj * [FAQ](https://docs.espressif.com/projects/arduino-esp32/en/latest/faq.html) * [Troubleshooting](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html) +### Supported Chips + +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. + ### Decoding exceptions You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace. From df7960f8009151f26283914ecf48ca96bbe7c993 Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Mon, 15 Nov 2021 15:52:47 +0100 Subject: [PATCH 2/3] [Docs] Added the ESP32-S3 datasheet link to the getting started page --- docs/source/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 434fad2dec8..eac3cfeedc6 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -122,6 +122,7 @@ Resources .. _ESP32 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf .. _ESP32-S2 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf .. _ESP32-C3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf +.. _ESP32-S3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf .. _Arduino.cc: https://www.arduino.cc/en/Main/Software .. _Arduino Reference: https://www.arduino.cc/reference/en/ .. _ESP32 Forum: https://esp32.com From 2c4e764a66079ab700a15b14a99079eeea4fb7e1 Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Mon, 15 Nov 2021 15:56:52 +0100 Subject: [PATCH 3/3] [Docs] Minor fix on the ESP32-S3 link --- docs/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index eac3cfeedc6..91b66b343a3 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -37,7 +37,7 @@ SoC Stable Development Datasheet ESP32 Yes Yes `ESP32 Datasheet`_ ESP32-S2 Yes Yes `ESP32-S2 Datasheet`_ ESP32-C3 Yes Yes `ESP32-C3 Datasheet`_ -ESP32-S3 No No Not Available Yet +ESP32-S3 No No `ESP32-S3 Datasheet`_ ======== ====== =========== =================================== See `Boards `_ for more details about ESP32 development boards.