This is a layer that builds Matter applications using connectedhomeip. This layer depends and builds on top of Realtek's Yocto BSP layer.
To build and use this layer, refer to AmebaSmart Yocto Matter Guide
Directory | Description |
---|---|
conf | Contains the matter layer configuration file “layer.conf”, which contains configuration settings for the matter layer. |
doc | Contains markdown formatted documentations for using the matter layer. |
examples | Contains the source code for ported matter application examples. Follow the included README.md within each example subdirectory to use the examples. |
recipes-connectivity | Contains specific WIFI and Bluetooth driver changes (overriding the base Ameba Yocto SDK) for Matter applications to be able to perform commissioning. |
recipes-devtools | Contains development tool recipes required to build matter recipes. |
recipes-matter | Contains matter recipes to build matter example applications. |
recipes-matter/matter | Contains recipes that will add the Linux example matter applications from connectedhomeip/examples/*/linux/. |
recipes-matter/matter-custom-dac-examples | Contains recipes that will add ported example matter applications from sources/matter/examples/ that uses custom Device Attestation Certificate (DAC) for commissioning. |
recipes-matter/matter-ported-examples | Contains recipes that will add ported example matter applications from sources/matter/examples/. |