ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Add all-clusters-app example support to mbed platform. #173

Closed lukgni closed 3 years ago

lukgni commented 3 years ago

The all-clusters-app works in very similiar way to mbed lock-app and lighting-app examples. The only difference here is that all-clusters-app supports all ZCL clusters by defining general stubs in all-clusters-common directory.

Because this example will be used mainly for testing ZCL clusters messages support, there is no need for handling user buttons in the same way how it is done in lock/lighting app examples (at least for now).

However, status led functionality has been left unchanged - just for easy indication about BLE advertising/pairing and WIFI connection status.

Change set:

pan- commented 3 years ago

Can you rebase the branch @lukgni, the CI and build helper files have been updated.

lukgni commented 3 years ago

Can you rebase the branch @lukgni, the CI and build helper files have been updated.

Done.