Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rwalker-apple
Copy link
Contributor

Problem

Lots of verbosity from make pretty-check

Summary of changes

remove set -x

Copy link

@hawk248 hawk248 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@woody-apple woody-apple merged commit df9f5a2 into project-chip:master Mar 23, 2020
@rwalker-apple rwalker-apple deleted the Remove-set--x branch March 23, 2020 18:03
kkasperczyk-no referenced this pull request in kkasperczyk-no/connectedhomeip Nov 16, 2021
* Added power source cluster support to .zap and regenerated files

* Added batter measurements

* Added updating power source cluster data

* Addressed review comments
mkardous-silabs referenced this pull request in SiliconLabs/watt-sandbox Oct 6, 2022
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
nipatel-silabs pushed a commit to nipatel-silabs/connectedhomeip that referenced this pull request Oct 19, 2022
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
mkardous-silabs referenced this pull request in mkardous-silabs/connectedhomeip Oct 24, 2022
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
mkardous-silabs referenced this pull request in mkardous-silabs/connectedhomeip Nov 2, 2022
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Oct 5, 2023
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Jan 11, 2024
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
mykrupp pushed a commit to mykrupp/connectedhomeip that referenced this pull request Jul 18, 2024
Merge in WMN_TOOLS/matter from fix_OpenThread_CI to silabs

Squashed commit of the following:

commit f6273094b5d1410cf3ed6106056cfeb862c40728
Author: jepenven-silabs <[email protected]>
Date:   Mon Sep 12 13:48:36 2022 -0400

    Add missing board for JUnit test
shgutte pushed a commit to shgutte/connectedhomeip that referenced this pull request Nov 22, 2024
jmartinez-silabs added a commit that referenced this pull request Jan 15, 2025
* Bump submodule for sdk updates and docker image version

* Update files and libs pulled from sisdk. add -fno-lto ld flag. update mg24 linkerfile

* Bring PSA crypto changes from sisdk

Co-authored-by: Ricardo Casallas <[email protected]>

* fixup merge conflict on CHIPCryptoPALPsaEfr32.cpp

* Update mgm24 linkerfile. add no-lto to test-driver

* update mg26 linkerfile

* Adds mbedTLS 3.x support with tinycrypt uECC APIs (#132)

* [SL-UP] Add BRD4338A support for Wiseconnect 3.4 in GN (#104)

* Update for siwx917

* Changes for wifi sdk 3.4.0 (#89)

* fix slc-gen build

* fix wifi ncp build

* Fixup nxp submodule desync

* Fix ot_lib builds

* Fix linking issue with coapi lib. address comments

* Cleanup commented lines and bump merged matter_support sha

* move some psa define from coap config to the right header

* Add segger_rtt reference in linkerfile

* fix rebase to master conflict issue

---------

Co-authored-by: Ricardo Casallas <[email protected]>
Co-authored-by: Rohan Sahay <[email protected]>
Co-authored-by: Mathieu Kardous <[email protected]>
Co-authored-by: bhmanda-silabs <[email protected]>
andy31415 added a commit that referenced this pull request Oct 22, 2025
…ore (#41143)

* [Silabs] PSA Crypto PAL customized for EFR32. (#36575)

* [Silabs] PSA Crypto PAL customized for EFR32.

* Pull request #2067: Provision SPAM (#36404)

Merge in WMN_TOOLS/matter from provision_SPAM to dev/provision_source_code

Squashed commit of the following:

commit ae6d6bd09b963838fa8ae70efefa0770c33c5b73
Author: lpbeliveau-silabs <[email protected]>
Date:   Wed Sep 25 11:08:23 2024 -0400

    Updated the GsdkSpam for series 3 now that provisioning relies on it

commit fb0cb797ca3eea51856e2b62e5b2c0a4dfb8cac3
Author: lpbeliveau-silabs <[email protected]>
Date:   Tue Sep 24 17:53:54 2024 -0400

    Updated provisioning to use Silabs Platform Abstraction Manager

Co-authored-by: Andrei Litvin <[email protected]>

* [Silabs] Trustzone-compatibility. (#36643)

* [Silabs] Bugfix: PSA Crypto keystore for Wi-fi. (#36963)

* [Silabs] Provision: Dynamic buffer allocation. (#36964)

* [Silabs] Provision: Dynamic buffer allocation.

* Code review.

* [Silabs] AES_CCM_encrypt/decrypt output buffers fixed. (#37580)

* [Silabs] AES_CCM_decrypt output buffer fixed.

* Code review.

* [Silabs] Bugfix: PSA AEAD encryption/decryption fixed. (#37663)

* [Silabs] Update silabs sdks versions (#37034)

* Bump submodule for sdk updates and docker image version

* Update files and libs pulled from sisdk. add -fno-lto ld flag. update mg24 linkerfile

* Bring PSA crypto changes from sisdk

Co-authored-by: Ricardo Casallas <[email protected]>

* fixup merge conflict on CHIPCryptoPALPsaEfr32.cpp

* Update mgm24 linkerfile. add no-lto to test-driver

* update mg26 linkerfile

* Adds mbedTLS 3.x support with tinycrypt uECC APIs (#132)

* [SL-UP] Add BRD4338A support for Wiseconnect 3.4 in GN (#104)

* Update for siwx917

* Changes for wifi sdk 3.4.0 (#89)

* fix slc-gen build

* fix wifi ncp build

* Fixup nxp submodule desync

* Fix ot_lib builds

* Fix linking issue with coapi lib. address comments

* Cleanup commented lines and bump merged matter_support sha

* move some psa define from coap config to the right header

* Add segger_rtt reference in linkerfile

* fix rebase to master conflict issue

---------

Co-authored-by: Ricardo Casallas <[email protected]>
Co-authored-by: Rohan Sahay <[email protected]>
Co-authored-by: Mathieu Kardous <[email protected]>
Co-authored-by: bhmanda-silabs <[email protected]>

* Split UniqueId and PersistentUniqueId (#36292)

* Update specific changes

* Update src/platform/silabs/platformAbstraction/WiseMcuSpam.cpp

---------

Co-authored-by: Ricardo Casallas <[email protected]>
Co-authored-by: lpbeliveau-silabs <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Junior Martinez <[email protected]>
Co-authored-by: Rohan Sahay <[email protected]>
Co-authored-by: bhmanda-silabs <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants