Skip to content

Tags: project-chip/connectedhomeip

Tags

v1.3.0.0

Toggle v1.3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix OnSoftwareFaultDetect chiplock assert occuring on appError() (#32713

)

TE_24_01/rc1

Toggle TE_24_01/rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
TC-ACE_1.5: Add (#30972)

* chore(python_testing): steps 1 and 2

* chore(python_testing): opencommissionwindow, oncommission methods, read currentfabric and steps 3, 4

* chore(python_testing): create ACL structures for th1 and th2. Working on steps (7,8,9,10)

* chore(python_testing): change read_descriptor and read_basic for unsupported and expect success all steps added

* chore(TC_ACE_1_5): complete all test steps ready to executed

* chore(TC_ACE-1.5): fix errors using flake8 Python linter

* chore(TC_ACE-1.5): fix errors using flake8 python linter

* chore(TC_ACE-1.5): fix error using Restyled path

* chore(base): Add openCommissioningWindow to matter base test

* chore(TC_ACE-1.5): fix error using wrong node to openComissioningWindow method

* chore(base): return a tuple of params onCommissioningWindow

Added new random discriminator is store on a dictionary. When is
calling onCommissioningWindow method is return as a tuple
(CommissioningParameters, random_discriminator)

* chore(TC_ACE-1.5): use InteractionModelError instead Exception to handle error onCommissioningWindow

* chore(ci): add new test case TC_ACE-1.5

* chore(TC_ACE-1.5): modify openCommissioningWindow and type annotations

* chore(TC_ACE-1.5): implement all suggestions by PR

v1.2.0.1

Toggle v1.2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a _span string literal operator for creating constexpr CharSpans (#…

…30042)

* Add a _span string literal operator to create constexpr CharSpans

* Adopt _span for literals

* Tweaks from review

v1.2.0.0

Toggle v1.2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix android build: add cast for formatting (#29916)

v1.1.0.2

Toggle v1.1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add a config to enable event list attribute (#29745)

TH-Matter-1.2

Toggle TH-Matter-1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NXP] Initial support for K32W1 (#28777)

* [NXP] Introducing Matter support for K32W1

Additional information:
* SDK: 2.12.5 K32W148-EVK, downloadable from https://mcuxpresso.nxp.com
* MCU overview: https://www.nxp.com/products/wireless/multiprotocol-mcus/secure-and-ultra-low-power-mcu-for-matter-over-thread-and-bluetooth-le-5-3:K32W148

Signed-off-by: Doru Gucea <[email protected]>
Signed-off-by: Marius Tache <[email protected]>

* [NXP] Add CI/CV support for K32W1

Signed-off-by: Marius Tache <[email protected]>

* [NXP] Bump ot-nxp submodule

Signed-off-by: Marius Tache <[email protected]>

* [K32W] Add OPENTHREAD_PLATFORM_CORE_CONFIG_FILE define

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Fix misspell

Signed-off-by: Marius Tache <[email protected]>

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

* Restyled by prettier-markdown

* Restyled by autopep8

* Restyled by isort

* [K32W1] Fix lint errors

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Removed deprecated class

Signed-off-by: Marius Tache <[email protected]>

* Restyled by clang-format

* [test] Update testdata/all_targets_linux_x64 with K32W1 targets

Signed-off-by: Marius Tache <[email protected]>

* [K32W] Fix target names in workflow

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Remove deprecated commented sections

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Add missing # to reference targets in README

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Fix spelling errors

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Update CSR crypto flag usage

Signed-off-by: Marius Tache <[email protected]>

* [K32W1] Remove ResetWatermarks empty implementation

Signed-off-by: Marius Tache <[email protected]>

* Fix typo in device.gni after fixing conflict

Signed-off-by: marius-alex-tache <[email protected]>

* [K32W1] Remove anchors and backtick some words

Signed-off-by: marius-alex-tache <[email protected]>

* [K32W] Fix confusing naming in K32W builder

Signed-off-by: marius-alex-tache <[email protected]>

* [K32W] Remove commented option

Signed-off-by: marius-alex-tache <[email protected]>

* [K32W] Fix binary extension format

Signed-off-by: marius-alex-tache <[email protected]>

* Restyled by autopep8

* [K32W] Fix binary name when copying

Signed-off-by: marius-alex-tache <[email protected]>

* Restyled by clang-format

* [K32W1] Fix ErrorStr header inclusion

Signed-off-by: marius-alex-tache <[email protected]>

---------

Signed-off-by: Doru Gucea <[email protected]>
Signed-off-by: Marius Tache <[email protected]>
Signed-off-by: marius-alex-tache <[email protected]>
Co-authored-by: Doru Gucea <[email protected]>
Co-authored-by: Restyled.io <[email protected]>

SVE_23_09/rc1

Toggle SVE_23_09/rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Telink] Turn off the CHIP_FACTORY_RESET_ERASE_NVS by Default (#28947)

v1.1.0.1

Toggle v1.1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ linux cirque ] Add flake8 to workflow and fix python files (part #2…

…5193) (#25245)

* [linux-cirque] Add flake8 to workflow and fix python files in linux cirque test

* rebase

* Restyled by autopep8

---------

Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Arkadiusz Bokowy <[email protected]>

v1.1.0.0

Toggle v1.1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the simulated app to build with common Matter Config. (#26036)

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 (

…#25294)

* Implemented Feature Flag to Enable/Disable Global EventList Attribute

* Added ifdefs to the TestAttributePathExpandIterator.cpp test

* Updated YAML tests

* ZAP REGEN