-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Docs cleanup and version updated to 2.0.2 #6213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ee10668
59ae7b4
7dbcbea
018e41c
d5de3ed
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Datasheet | ||
--------- | ||
|
||
* `ESP32`_ (Datasheet) | ||
* `ESP32-S2`_ (Datasheet) | ||
* `ESP32-C3`_ (Datasheet) | ||
* `ESP32-S3`_ (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 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,10 @@ Here are the ESP32 series supported by the Arduino-ESP32 project: | |
======== ====== =========== =================================== | ||
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 `ESP32-S3 Datasheet`_ | ||
ESP32 Yes Yes `ESP32`_ | ||
ESP32-S2 Yes Yes `ESP32-S2`_ | ||
ESP32-C3 Yes Yes `ESP32-C3`_ | ||
ESP32-S3 No Yes `ESP32-S3`_ | ||
======== ====== =========== =================================== | ||
|
||
See `Boards <boards/boards.html>`_ for more details about ESP32 development boards. | ||
|
@@ -91,7 +91,9 @@ Before opening a new issue, please read this: | |
Be sure to search for a similar reported issue. This avoids duplicating or creating noise in the GitHub Issues reporting. | ||
We also have the troubleshooting guide to save your time on the most common issues reported by users. | ||
|
||
For more details, see the `Issue Template <https://github.com/espressif/arduino-esp32/blob/master/docs/ISSUE_TEMPLATE.md>`_. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For more details about creating new Issue, see the If you have any new idea, see the I will add these 2 sentences. |
||
For more details about creating new Issue, see the `Issue Template <https://github.com/espressif/arduino-esp32/blob/master/.github/ISSUE_TEMPLATE/Issue-report.yml>`_. | ||
|
||
If you have any new idea, see the `Feature request Template <https://github.com/espressif/arduino-esp32/blob/master/.github/ISSUE_TEMPLATE/Feature-request.yml>`_. | ||
|
||
First Steps | ||
----------- | ||
|
@@ -114,15 +116,14 @@ in the examples menu or inside each library folder. | |
|
||
https://github.com/espressif/arduino-esp32/tree/master/libraries | ||
|
||
|
||
.. include:: common/datasheet.inc | ||
|
||
Resources | ||
--------- | ||
|
||
.. _Espressif Systems: https://www.espressif.com | ||
.. _Espressif Product Selector: https://products.espressif.com/ | ||
.. _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 | ||
|
Uh oh!
There was an error while loading. Please reload this page.