Skip to content

Commit eee1f3a

Browse files
authored
feat(matter): Revise README for ESP32-C5, C6, and H2 support
Updated README to reflect support for ESP32-C5, ESP32-C6, and ESP32-H2. Adjusted Arduino and IDF version compatibility information.
1 parent 127e160 commit eee1f3a

File tree

1 file changed

+7
-4
lines changed
  • idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6

1 file changed

+7
-4
lines changed

idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Arduino ESP-Matter over Thread example using ESP32-C6
2-
This is an Arduino as IDF Project to build an ESP-Matter over Thread RGB Light using ESP32-C6 and ESP-Matter Arduino API \
3-
This example shall work with Arduino 3.0.5+ and also IDF 5.1.4+\
1+
| Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-H2 |
2+
| ----------------- | -------- | -------- | -------- |
3+
4+
# Arduino ESP-Matter over Thread example using ESP32-C5, ESP32-C6 and ESP32-H2 (any SoC with Thread radio)
5+
This is an Arduino as IDF Project to build an ESP-Matter over Thread RGB Light using ESP32-C5/C6/H2 and ESP-Matter Arduino API \
6+
This example shall work with Arduino 3.3.2+ and also IDF 5.5.1+\
47
It is necessary to make sure that the IDF version matches with the one used to release the Arduino Core version.\
58
This can be done looking into release information in https://github.com/espressif/arduino-esp32/releases \
69

@@ -26,7 +29,7 @@ For Linux or MacOS: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c
2629
`idf.py create-project-from-example "espressif/arduino-esp32:Arduino_ESP-Matter-over-Thread_ESP32_C6"`
2730
ESP-IDF will download all dependencies needed from the component registry and setup the project for you.
2831

29-
4- Open an IDF terminal and execute `idf.py set-target esp32c6`
32+
4- Open an IDF terminal and execute `idf.py set-target esp32c6` (esp32c5 and esp32h2 are also possible targets)
3033

3134
5- Execute `idf.py -p <your COM or /dev/tty port connected to the ESP32-C6> flash monitor`
3235

0 commit comments

Comments
 (0)