Search found 2 matches

by Marcosss
Fri Nov 08, 2024 8:16 am
Forum: ESP-IDF
Topic: esp32 Matter project: Failed to resolve component 'chip'
Replies: 6
Views: 4403

Re: esp32 Matter project: Failed to resolve component 'chip'

I am having the same issue. Trying to integrate esp-matter into my existing esp32 project using esp-idf version 5.3. I cloned the complete esp-matter repo with submodules (also connectedhomeip) and integrated int into my main CMakeLists.txt: set (EXTRA_COMPONENT_DIRS "external/esp-matter/components"...
by Marcosss
Fri Nov 08, 2024 7:51 am
Forum: ESP-IDF
Topic: esp32 Matter project: Failed to resolve component 'chip'
Replies: 6
Views: 4403

Re: esp32 Matter project: Failed to resolve component 'chip'

I am having the same issue, trying to integrate the esp-matter sdk into my existing esp32 project. I checked out the whole esp-matter repo, including submodules and added it to my CMakeLists.txt: set (EXTRA_COMPONENT_DIRS "external/esp-matter/components") But all I get is a "Failed to resolve compon...