I'm testing ESP32-C6 (ESP32-C6-DevKitC-1) with Espressif's SDK for Matter.
My project requires to use Matter version 1.4.2 and Matter-over-Thread communication.
I have configured a development environment inside a Virtual Machine with Ubuntu 24.04.3 LTS.
I got the required repositories (ESP-IDF v5.4.1 + esp-matter release/v1.4.2) as described here https://docs.espressif.com/projects/esp ... oping.html.
I'm using Visual Studio Code with ESP-IDF extension version 1.11.1.
I've tried the esp-matter light example project, selected esp32c6 target and set the following in SDK config:
- CONFIG_OPENTHREAD_ENABLED=y
- CONFIG_ENABLE_WIFI_STATION=n
- CONFIG_USE_MINIMAL_MDNS=n
I've tried using ESP-IDF v5.4.2 instead and, without changing anything else, I'm able to compile the esp-matter light example project, which then runs correctly on the ESP32-C6-DevKitC-1. I would like to know if I can continue with ESP-IDF v5.4.2 or how I can resolve the problems with v5.4.1, which should be the recommended version to use for esp-matter 1.4.2.
Thank you.
Best regards.