Skip to content

Commit 85343e7

Browse files
authored
Add support for esp32s2 target to idf_component.yml (#4728)
1 parent 6182505 commit 85343e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

idf_component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ dependencies:
88
idf: ">=4.4"
99
targets:
1010
- esp32
11+
- esp32s2
1112
- esp32s3
1213
- esp32c3
1314
- esp32c6
1415
- esp32p4
1516
- esp32c5
1617
examples:
17-
- path: product-mini/platforms/esp-idf
18+
- path: product-mini/platforms/esp-idf

0 commit comments

Comments
 (0)