Description
Matter is near to the release, and Espressif has developed a Matter development framework for Espressif’s ESP32 series SoCs (repo).
It would be great to add this framework to PlatformIO as a package in this platform, although it might need some special settings because it uses esp-idf, so it will require framework-espidf
to be installed and I think it should advertise the huge size of the framework (18 GB more or less right now) due to the Matter git submodule, maybe in the future some parts from the Matter sdk can be omitted so that only is downloaded what is needed.
I've issued this request on esp-matter repo too: espressif/esp-matter#4
I also have tried to migrate the light project example from the repo to a platofmio project, but I had errors on cmake.