Skip to content

Commit bf822ef

Browse files
Readme update
1 parent 2b2c5df commit bf822ef

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Diff for: README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,22 @@ Latest Stable Release [![Release Version](https://img.shields.io/github/release
2121

2222
Latest Development Release [![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32/all.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/) [![Release Date](https://img.shields.io/github/release-date-pre/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/) [![Downloads](https://img.shields.io/github/downloads-pre/espressif/arduino-esp32/latest/total.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/)
2323

24+
#### Release support Schedule
25+
26+
WIP - graphic
27+
2428
### Development Planning
2529

2630
Our Development is fully tracked on this public **[Roadmap 🎉](https://github.com/orgs/espressif/projects/3)**
2731

28-
For even more information you can take a look at [Sprint Meeting notes](https://github.com/espressif/arduino-esp32/discussions/categories/sprints-meeting-notes) or join [Monthly Community Meetings 🔔](https://github.com/espressif/arduino-esp32/discussions/categories/monthly-community-meetings)
32+
For even more information you can join our **[Monthly Community Meetings 🔔](https://github.com/espressif/arduino-esp32/discussions/categories/monthly-community-meetings).**
2933

3034
### Documentation
3135

3236
You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
3337

38+
**Migration guide from version 2.x to 3.x is available [here](https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html).**
39+
3440
* [Getting Started](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)
3541
* [Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
3642
* [Libraries](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html)
@@ -40,6 +46,23 @@ You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/
4046

4147
### Supported Chips
4248

49+
Here are the ESP32 series supported by the Arduino-ESP32 project:
50+
51+
======== ====== =========== ===================================
52+
SoC Stable Development Datasheet
53+
======== ====== =========== ===================================
54+
ESP32 Yes Yes `ESP32`_
55+
ESP32-S2 Yes Yes `ESP32-S2`_
56+
ESP32-C3 Yes Yes `ESP32-C3`_
57+
ESP32-S3 Yes Yes `ESP32-S3`_
58+
ESP32-C6 No Yes `ESP32-C6`_
59+
ESP32-H2 No Yes `ESP32-H2`_
60+
ESP32-P4 No No
61+
======== ====== =========== ===================================
62+
63+
See `Boards <boards/boards.html>`_ for more details about ESP32 development boards.
64+
65+
4366
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.
4467

4568
### Decoding exceptions

0 commit comments

Comments
 (0)