Skip to content

Tags: stevew817/connectedhomeip

Tags

TE9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "[linux] Use BLE notification instead of indication (project-c…

…hip#17692)" (project-chip#17836)

This reverts commit 6160935.

TE8/rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update readme with additional functionality. (project-chip#15160)

TE8/rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Error out if large (not-exactly-representable) integers are used in Y…

…AML. (project-chip#15102)

Otherwise we get silent value corruption.

TE8/rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[OTA] Set default configuration values for OTA Provider to prevent cr…

…ash (project-chip#15052)

- Update README on application usage

test_event_4_2021_07_06

Debugging this

test_event_3_2021_06_10

[K32W] Increase IM timeout (project-chip#7490)

* [K32W] Increase IM timeout

On K32W, chip-device-ctrl times out while waiting for the OpCSR.
Double the IM timeout for the moment.

See also:
- project-chip#7489

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* Restyled by clang-format

Co-authored-by: Restyled.io <commits@restyled.io>

test_event_3_2021_06_03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix data corruption/mangling in DeviceCommissioner::SendOperationalCe…

…rtificate (project-chip#7309)

test_event_3_2021_06_01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Part 4: feature/binary input basic cluster (project-chip#7032)

* format endpointClusterWithInit for easier pull requests

* add support for emberAfBinaryInputBasicClusterServerInitCallback

* fix emberAfBinaryInputBasicClusterServerInitCallback

Note: relies on project-chip/zap#154

* Add new clusters to zap_cluster_list.py

* add initial binary input basic cluster impl.

* fix typo in binary-input-server.cpp

* add binary input basic to controller-clusters.zap

used a custom patched zap tool. based on 535ebf3, because the current zap tool is not working properly

* Restyled by whitespace

* Restyled by clang-format

* add fixes && expose more binary input APIs

- replace emberAfReadAttribute with emberAfReadServerAttribute
- replace emberAfWriteAttribute with emberAfWriteServerAttribute
- add emberAfBinaryInputBasicClusterPrintln if not defined
- let the caller do the logging
- expose emberAfBinaryInputBasicClusterGetPresentValue
- expose emberAfBinaryInputBasicClusterGetOutOfService

* Revert "Add new clusters to zap_cluster_list.py"

This reverts commit 99492f2.

* add only binary input basic to zap_clusters_list.py

* remove emberAfBinaryInputBasicClusterServerInitCallback impl.

The default values are populated by the attribute storage.

* fix year of copyright

* fix includes in binary-input-basic-server.cpp

* add binary-input-basic cluster to the all-clusters-app.zap

* try to fix all-cluster-app/esp32

* another fix for the all-cluster-app/esp32

* Fix endpoint config generation for clusters with complicated names.

Other things are using c.clusterName, so we should do that here as well to match.

* Restore the octet string tests that were improperly removed

* Remove unnecessary init function from Binary Input cluster

* Move Binary Input cluster from endpoint 0 to endpoint 1 in all-clusters-app

* Regenerate generated files

Co-authored-by: Vivien Nicolas <vnicolas@apple.com>
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

test_event_3_2012_04_21

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Part 4: feature/binary input basic cluster (project-chip#7032)

* format endpointClusterWithInit for easier pull requests

* add support for emberAfBinaryInputBasicClusterServerInitCallback

* fix emberAfBinaryInputBasicClusterServerInitCallback

Note: relies on project-chip/zap#154

* Add new clusters to zap_cluster_list.py

* add initial binary input basic cluster impl.

* fix typo in binary-input-server.cpp

* add binary input basic to controller-clusters.zap

used a custom patched zap tool. based on 535ebf3, because the current zap tool is not working properly

* Restyled by whitespace

* Restyled by clang-format

* add fixes && expose more binary input APIs

- replace emberAfReadAttribute with emberAfReadServerAttribute
- replace emberAfWriteAttribute with emberAfWriteServerAttribute
- add emberAfBinaryInputBasicClusterPrintln if not defined
- let the caller do the logging
- expose emberAfBinaryInputBasicClusterGetPresentValue
- expose emberAfBinaryInputBasicClusterGetOutOfService

* Revert "Add new clusters to zap_cluster_list.py"

This reverts commit 99492f2.

* add only binary input basic to zap_clusters_list.py

* remove emberAfBinaryInputBasicClusterServerInitCallback impl.

The default values are populated by the attribute storage.

* fix year of copyright

* fix includes in binary-input-basic-server.cpp

* add binary-input-basic cluster to the all-clusters-app.zap

* try to fix all-cluster-app/esp32

* another fix for the all-cluster-app/esp32

* Fix endpoint config generation for clusters with complicated names.

Other things are using c.clusterName, so we should do that here as well to match.

* Restore the octet string tests that were improperly removed

* Remove unnecessary init function from Binary Input cluster

* Move Binary Input cluster from endpoint 0 to endpoint 1 in all-clusters-app

* Regenerate generated files

Co-authored-by: Vivien Nicolas <vnicolas@apple.com>
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

test_event_2_2012_04_22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increase limit of max number test suits (project-chip#6229)