Skip to content

Commit 95ed496

Browse files
authored
Update description and add esp32c61 variant
1 parent 304caca commit 95ed496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

idf_component.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: "Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
1+
description: "Arduino core for ESP32, ESP32-C, ESP32-H, ESP32-P, ESP32-S series of SoCs"
22
url: "https://github.com/espressif/arduino-esp32"
33
license: "LGPL-2.1"
44
targets:
@@ -9,6 +9,7 @@ targets:
99
- esp32c3
1010
- esp32c5
1111
- esp32c6
12+
- esp32c61
1213
- esp32h2
1314
- esp32p4
1415
tags:
@@ -22,6 +23,7 @@ files:
2223
- "variants/esp32c3/**/*"
2324
- "variants/esp32c5/**/*"
2425
- "variants/esp32c6/**/*"
26+
- "variants/esp32c61/**/*"
2527
- "variants/esp32h2/**/*"
2628
- "variants/esp32p4/**/*"
2729
exclude:

0 commit comments

Comments
 (0)