Skip to content

Commit e382b6a

Browse files
Fix of Readme (#8852)
1 parent bf822ef commit e382b6a

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

Diff for: README.md

+13-19
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ 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-
2824
### Development Planning
2925

3026
Our Development is fully tracked on this public **[Roadmap 🎉](https://github.com/orgs/espressif/projects/3)**
@@ -35,8 +31,12 @@ For even more information you can join our **[Monthly Community Meetings 🔔](h
3531

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

34+
---
35+
3836
**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).**
3937

38+
---
39+
4040
* [Getting Started](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)
4141
* [Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
4242
* [Libraries](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html)
@@ -48,22 +48,16 @@ You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/
4848

4949
Here are the ESP32 series supported by the Arduino-ESP32 project:
5050

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-
51+
| **SoC** | **Stable** | **Development** | **Datasheet** |
52+
|----------|:----------:|:---------------:|:-------------------------------------------------------------------------------------------------:|
53+
| ESP32 | Yes | Yes | [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf) |
54+
| ESP32-S2 | Yes | Yes | [ESP32-S2](https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf) |
55+
| ESP32-C3 | Yes | Yes | [ESP32-C3](https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf) |
56+
| ESP32-S3 | Yes | Yes | [ESP32-S3](https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf) |
57+
| ESP32-C6 | No | Yes | [ESP32-C6](https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf) |
58+
| ESP32-H2 | No | Yes | [ESP32-H2](https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_en.pdf) |
6559

66-
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.
60+
For more details visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) documentation page.
6761

6862
### Decoding exceptions
6963

0 commit comments

Comments
 (0)