Skip to content

Tags: eungshik/connectedhomeip

Tags

SVE_23_03/rc2

Toggle SVE_23_03/rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implemented Feature Flag to Enable/Disable Global EventList Attribute (

…project-chip#25294)

* Implemented Feature Flag to Enable/Disable Global EventList Attribute

* Added ifdefs to the TestAttributePathExpandIterator.cpp test

* Updated YAML tests

* ZAP REGEN

SVE_23_03/rc1

Toggle SVE_23_03/rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[OnOff] Fix OffWaitTime delayed state off (project-chip#25172)

* Fix issue where OnTime was set to 0 and the updateOnOffTimeCommand callback was called before OnOff off State was set causing OffWaitTime to wrongly be reseted.

* Fix expected string in Cirque MobileDeviceTest since The log changed in the on off server

TE_23_02/rc2

Toggle TE_23_02/rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix placeholder app shutdown to actually do a clean stack shutdown. (p…

…roject-chip#24714)

Otherwise we end up crashing on asserts about leaks.

Fixes project-chip#24705

TE_23_02/rc1

Toggle TE_23_02/rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[matter_yamltests] Add is_nullable method to SpecDefinitions (project…

…-chip#24624)

v1.0.0.2

Toggle v1.0.0.2's commit message
Include fix for group fabric info storage key

V1.0.0.1

Toggle V1.0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explicitly list out renames due to acronym casing changes. (project-c…

…hip#24137)

This will let us avoid generating incorrect backwards-compat shims for
things that get added after our big API update but have a name that
includes acronyms.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Doc - Silabs] Update docs to point the SMG docs (project-chip#22980) (

…project-chip#22986)

* Update docs to point the SMG docs

* Address comment -remove extra )

* Update path to generic Releases

* restyle

* Remove SMG acronym for the pyspelling ci to pass

TE9

Toggle TE9's commit message

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

Toggle TE8/rc3's commit message

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

Toggle TE8/rc2's commit message

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.