Problems when integrating Matter protocol

Hi,

I'm trying to integrate Matter protocol but encounter some problems. 
We're using nrf5340 devkit, and Zephyr.

1. There seems to be two repositories, what is the difference?:

https://github.com/project-chip/connectedhomeip

and

https://github.com/nrfconnect/sdk-connectedhomeip

2. When I tried integrating the first one (https://github.com/project-chip/connectedhomeip) the build system of my project complains about CONFIG_CHIP=y.
Then I saw the following guide: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/matter/BUILDING.html
But the compilation fails when running "ninja -C out/host", I cloned the master branch from https://github.com/project-chip/connectedhomeip

3. When I instead used https://github.com/nrfconnect/sdk-connectedhomeip and cloned latest release, our build system doesn't complain about CONFIG_CHIP=y, but get some other errors.

Related