Skip to content

Commit 4515d57

Browse files
author
Amit Sheth
committed
README: Columns shuffling
1 parent 7dd30d6 commit 4515d57

File tree

1 file changed

+10
-33
lines changed

1 file changed

+10
-33
lines changed

README.md

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,19 @@ This SDK enables AWS IoT cloud connectivity with ESP32-based platforms using the
3232
## Supported SoCs
3333
3434
The following table shows esp-aws-iot support with the ESP-IDF support of Espressif SoCs:
35-
![alt text][supported] and ![alt text][unsupported] denote supported and unsupported status, respectively.
35+
Cell marked as ![alt text][supported] denotes supported combination.
3636
3737
<table>
3838
<thead>
3939
<tr align="center">
4040
<th rowspan="2">SoC</th>
4141
<th rowspan="2">Supported IDF Version</th>
42-
<th colspan="4">esp-aws-iot Release</th>
42+
<th rowspan="2"><a href="https://github.com/espressif/esp-aws-iot/tree/master">master</a></th>
43+
<th colspan="2">esp-aws-iot Release</th>
4344
</tr>
4445
<tr align="center">
45-
<th><a href="https://github.com/espressif/esp-aws-iot/tree/release/202012.04-LTS">202012.04-LTS</a></th>
46-
<th><a href="https://github.com/espressif/esp-aws-iot/tree/release/202210.01-LTS">202210.01-LTS</a></th>
4746
<th><a href="https://github.com/espressif/esp-aws-iot/tree/release/202406.01-LTS">202406.01-LTS</a></th>
48-
<th><a href="https://github.com/espressif/esp-aws-iot/tree/master" target="_blank" rel="noopener noreferrer">master branch</a></th>
47+
<th><a href="https://github.com/espressif/esp-aws-iot/tree/release/202210.01-LTS">202210.01-LTS</a></th>
4948
</tr>
5049
</thead>
5150
<tbody>
@@ -55,158 +54,136 @@ The following table shows esp-aws-iot support with the ESP-IDF support of Espres
5554
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
5655
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
5756
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
58-
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
5957
</tr>
6058
<tr align="center">
6159
<td>IDF v5.0</td>
62-
<td></td>
6360
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
6461
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
6562
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
6663
</tr>
6764
<tr align="center">
6865
<td>IDF v5.1</td>
69-
<td></td>
7066
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
7167
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
7268
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
7369
</tr>
7470
<tr align="center">
7571
<td>IDF v5.2</td>
76-
<td></td>
77-
<td></td>
7872
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
7973
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
74+
<td></td>
8075
</tr>
8176
<tr align="center">
8277
<td rowspan="4">ESP32-S2</td>
8378
<td>IDF v4.4</td>
8479
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
8580
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
8681
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
87-
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
8882
</tr>
8983
<tr align="center">
9084
<td>IDF v5.0</td>
91-
<td></td>
9285
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
9386
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
9487
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
9588
</tr>
9689
<tr align="center">
9790
<td>IDF v5.1</td>
98-
<td></td>
9991
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
10092
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
10193
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
10294
</tr>
10395
<tr align="center">
10496
<td>IDF v5.2</td>
105-
<td></td>
106-
<td></td>
10797
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
10898
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
99+
<td></td>
109100
</tr>
110101
<tr align="center">
111102
<td rowspan="4">ESP32-C3</td>
112103
<td>IDF v4.4</td>
113104
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
114105
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
115106
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
116-
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
117107
</tr>
118108
<tr align="center">
119109
<td>IDF v5.0</td>
120-
<td></td>
121110
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
122111
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
123112
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
124113
</tr>
125114
<tr align="center">
126115
<td>IDF v5.1</td>
127-
<td></td>
128116
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
129117
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
130118
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
131119
</tr>
132120
<tr align="center">
133121
<td>IDF v5.2</td>
134-
<td></td>
135-
<td></td>
136122
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
137123
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
124+
<td></td>
138125
</tr>
139126
<tr align="center">
140127
<td rowspan="4">ESP32-S3</td>
141128
<td>IDF v4.4</td>
142129
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
143130
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
144131
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
145-
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
146132
</tr>
147133
<tr align="center">
148134
<td>IDF v5.0</td>
149-
<td></td>
150135
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
151136
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
152137
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
153138
</tr>
154139
<tr align="center">
155140
<td>IDF v5.1</td>
156-
<td></td>
157141
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
158142
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
159143
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
160144
</tr>
161145
<tr align="center">
162146
<td>IDF v5.2</td>
163-
<td></td>
164-
<td></td>
165147
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
166148
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
149+
<td></td>
167150
</tr>
168151
<tr align="center">
169152
<td rowspan="3">ESP32-C2</td>
170153
<td>IDF v5.0</td>
171-
<td></td>
172154
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
173155
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
174156
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
175157
</tr>
176158
<tr align="center">
177159
<td>IDF v5.1</td>
178-
<td></td>
179160
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
180161
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
181162
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
182163
</tr>
183164
<tr align="center">
184165
<td>IDF v5.2</td>
185-
<td></td>
186-
<td></td>
187166
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
188167
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
168+
<td></td>
189169
</tr>
190170
<tr align="center">
191171
<td rowspan="2">ESP32-C6</td>
192172
<td>IDF v5.1</td>
193-
<td></td>
194173
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
195174
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
196175
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
197176
</tr>
198177
<tr align="center">
199178
<td>IDF v5.2</td>
200-
<td></td>
201-
<td></td>
202179
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
203180
<td><img src="https://img.shields.io/badge/-supported-green" alt="Image" width="65" height="20"></td>
181+
<td></td>
204182
</tr>
205183
</tbody>
206184
</table>
207185
208186
[supported]: https://img.shields.io/badge/-supported-green "supported"
209-
[unsupported]: https://img.shields.io/badge/-unsupported-red "unsupported"
210187
211188
## Support Policy
212189

0 commit comments

Comments
 (0)