Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump third_party/pigweed/repo from 9235aeb to 9746313 #63

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps third_party/pigweed/repo from 9235aeb to 9746313.

Commits
  • 9746313 pw_rpc: Fix build for sample Zephyr project
  • ec16393 *: Reformat C++ files
  • 7f6dd01 roll: go
  • 06b03b3 pw_perf_test: Fixed wrong call to TimerCleanup() for on-device
  • 31e29ac pw_sync_freertos: Use ISL in ThreadNotification
  • f617f9e pw_checksum: Added CRC16 performance testing
  • d6cfdf1 pw_perf_test: Added PW_PERF_TEST_SIMPLE macro
  • 1213a5e pw_transfer: Integration test for lifetime retries
  • 33d0313 bootstrap: Ensure git config is run within git dir
  • 6421ab6 roll: clang
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `9235aeb` to `9746313`.
- [Release notes](https://github.com/google/pigweed/releases)
- [Commits](google/pigweed@9235aeb...9746313)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2022
mkardous-silabs pushed a commit that referenced this pull request Dec 14, 2022
…repo.

Merge in WMN_TOOLS/matter from feature/unify_matter_bridge to silabs

Squashed commit of the following:

commit daf32d2989c04e17911cd1a7379a887210e82ae8
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 13:29:45 2022 +0200

    Applied new formating.

commit 7d9e0b2f4ebed9919ae36776ab2536f8d11406ec
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 12:27:05 2022 +0200

    Added stograge persistance.

commit 354849c5861f15b70241abd2ca91f3d9db449e81
Author: Anders Esbensen <[email protected]>
Date:   Mon Sep 12 11:06:49 2022 +0200

    Only build efr32 examples in CI for now.

commit 6b72a5ac9c011cb0570e578e74e92ac7db76c883
Author: Anders Esbensen <[email protected]>
Date:   Thu Sep 8 12:09:55 2022 +0200

    UIC-2321: Use pkg_config instead.

commit 28afe77a4b9525909f12b5b04b36e86302dbb31c
Author: Anders Esbensen <[email protected]>
Date:   Fri Sep 2 09:47:11 2022 +0200

    UIC-2321: Moving the Unify Matter Bridge to matter repo.
mkardous-silabs pushed a commit that referenced this pull request Dec 14, 2022
…repo.

Merge in WMN_TOOLS/matter from feature/unify_matter_bridge to silabs

Squashed commit of the following:

commit daf32d2989c04e17911cd1a7379a887210e82ae8
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 13:29:45 2022 +0200

    Applied new formating.

commit 7d9e0b2f4ebed9919ae36776ab2536f8d11406ec
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 12:27:05 2022 +0200

    Added stograge persistance.

commit 354849c5861f15b70241abd2ca91f3d9db449e81
Author: Anders Esbensen <[email protected]>
Date:   Mon Sep 12 11:06:49 2022 +0200

    Only build efr32 examples in CI for now.

commit 6b72a5ac9c011cb0570e578e74e92ac7db76c883
Author: Anders Esbensen <[email protected]>
Date:   Thu Sep 8 12:09:55 2022 +0200

    UIC-2321: Use pkg_config instead.

commit 28afe77a4b9525909f12b5b04b36e86302dbb31c
Author: Anders Esbensen <[email protected]>
Date:   Fri Sep 2 09:47:11 2022 +0200

    UIC-2321: Moving the Unify Matter Bridge to matter repo.
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #65.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/submodules/third_party/pigweed/repo-9746313 branch December 19, 2022 18:05
mkardous-silabs pushed a commit that referenced this pull request Jan 20, 2023
…vice (project-chip#24378)

* [Telink] Moved LightingManager into PWMDevice

* Restyled by clang-format

* [Telink] Adding lighting color feature (#59)

* [Telink] Added lighting color feature

* [Telink] Added tlsr9518adk80d.overlay to lighting-app

* [Telink] Updated RGB functionality

* [Telink] Updated RGB PWM pins

Co-authored-by: Alex Tsitsiura <[email protected]>

* Restyled by whitespace

* Restyled by clang-format

* [Telink] Minor changes

* [Telink] Add 'telink reboot' shell CLI command (#63)

* [Telink] Restyled

Co-authored-by: Serhii Salamakha <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Dmytro Huz <[email protected]>
andy31415 pushed a commit that referenced this pull request Jan 30, 2023
* [Telink] Moved LightingManager into PWMDevice

* Restyled by clang-format

* [Telink] Adding lighting color feature (#59)

* [Telink] Added lighting color feature

* [Telink] Added tlsr9518adk80d.overlay to lighting-app

* [Telink] Updated RGB functionality

* [Telink] Updated RGB PWM pins

Co-authored-by: Alex Tsitsiura <[email protected]>

* Restyled by whitespace

* Restyled by clang-format

* [Telink] Minor changes

* [Telink] Add 'telink reboot' shell CLI command (#63)

* [Telink] Restyled

* [Telink] Update Telink Docker image (Zephyr update)

Co-authored-by: Serhii Salamakha <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Dmytro Huz <[email protected]>
mkardous-silabs pushed a commit that referenced this pull request Feb 9, 2023
* [Telink] Introduce power management (#72)

* [Telink] Moved LightingManager into PWMDevice

* [Telink] Enabled PM for Light Switch example

* [Telink] Added OpenThread power management support

* [Telink] Configured project for the lowest power consumption

* [Telink] Restyle

* [Telink] Adapt system status LED and buttons with Power Mode usage

* [Telink] Fixed factory reset in pool mode of button manager

* [Telink] Updated Factory Reset trigger

* Restyled by clang-format

* [Telink] Adding lighting color feature (#59)

* [Telink] Added lighting color feature

* [Telink] Added tlsr9518adk80d.overlay to lighting-app

* [Telink] Updated RGB functionality

* [Telink] Updated RGB PWM pins

Co-authored-by: Alex Tsitsiura <[email protected]>

* Restyled by whitespace

* Restyled by clang-format

* [Telink] Minor changes

* [Telink] Add 'telink reboot' shell CLI command (#63)

* [Telink] Restyled

* [Telink] Enable CHIP SED support

* [Telink] Update new configs name/location

* [Telink] restyle

* [Telink] Add PM to all apps

* [Telink] set default configs

* [Telink] Revert EOL

* [Telink] Revert EOL

---------

Co-authored-by: Serhii Salamakha <[email protected]>
Co-authored-by: Misha.Tkachenko <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Dmytro Huz <[email protected]>

* [Telink] Copyright update

* [Telink] Fix builds after merge of master

* [Telink] Review fixes

* [Telink] Custom RF power values example

* [Telink] Remove Level Control cluster from binding

* [Telink] Add CONFIG_MATTER_LOG_LEVEL

---------

Co-authored-by: Serhii Salamakha <[email protected]>
Co-authored-by: Misha.Tkachenko <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Dmytro Huz <[email protected]>
mkardous-silabs pushed a commit that referenced this pull request May 2, 2023
…repo.

Merge in WMN_TOOLS/matter from feature/unify_matter_bridge to silabs

Squashed commit of the following:

commit daf32d2989c04e17911cd1a7379a887210e82ae8
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 13:29:45 2022 +0200

    Applied new formating.

commit 7d9e0b2f4ebed9919ae36776ab2536f8d11406ec
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 12:27:05 2022 +0200

    Added stograge persistance.

commit 354849c5861f15b70241abd2ca91f3d9db449e81
Author: Anders Esbensen <[email protected]>
Date:   Mon Sep 12 11:06:49 2022 +0200

    Only build efr32 examples in CI for now.

commit 6b72a5ac9c011cb0570e578e74e92ac7db76c883
Author: Anders Esbensen <[email protected]>
Date:   Thu Sep 8 12:09:55 2022 +0200

    UIC-2321: Use pkg_config instead.

commit 28afe77a4b9525909f12b5b04b36e86302dbb31c
Author: Anders Esbensen <[email protected]>
Date:   Fri Sep 2 09:47:11 2022 +0200

    UIC-2321: Moving the Unify Matter Bridge to matter repo.
mkardous-silabs pushed a commit that referenced this pull request Jan 29, 2024
…repo.

Merge in WMN_TOOLS/matter from feature/unify_matter_bridge to silabs

Squashed commit of the following:

commit daf32d2989c04e17911cd1a7379a887210e82ae8
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 13:29:45 2022 +0200

    Applied new formating.

commit 7d9e0b2f4ebed9919ae36776ab2536f8d11406ec
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 12:27:05 2022 +0200

    Added stograge persistance.

commit 354849c5861f15b70241abd2ca91f3d9db449e81
Author: Anders Esbensen <[email protected]>
Date:   Mon Sep 12 11:06:49 2022 +0200

    Only build efr32 examples in CI for now.

commit 6b72a5ac9c011cb0570e578e74e92ac7db76c883
Author: Anders Esbensen <[email protected]>
Date:   Thu Sep 8 12:09:55 2022 +0200

    UIC-2321: Use pkg_config instead.

commit 28afe77a4b9525909f12b5b04b36e86302dbb31c
Author: Anders Esbensen <[email protected]>
Date:   Fri Sep 2 09:47:11 2022 +0200

    UIC-2321: Moving the Unify Matter Bridge to matter repo.
mkardous-silabs pushed a commit that referenced this pull request Jan 29, 2024
…repo.

Merge in WMN_TOOLS/matter from feature/unify_matter_bridge to silabs

Squashed commit of the following:

commit daf32d2989c04e17911cd1a7379a887210e82ae8
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 13:29:45 2022 +0200

    Applied new formating.

commit 7d9e0b2f4ebed9919ae36776ab2536f8d11406ec
Author: Anders Esbensen <[email protected]>
Date:   Tue Sep 13 12:27:05 2022 +0200

    Added stograge persistance.

commit 354849c5861f15b70241abd2ca91f3d9db449e81
Author: Anders Esbensen <[email protected]>
Date:   Mon Sep 12 11:06:49 2022 +0200

    Only build efr32 examples in CI for now.

commit 6b72a5ac9c011cb0570e578e74e92ac7db76c883
Author: Anders Esbensen <[email protected]>
Date:   Thu Sep 8 12:09:55 2022 +0200

    UIC-2321: Use pkg_config instead.

commit 28afe77a4b9525909f12b5b04b36e86302dbb31c
Author: Anders Esbensen <[email protected]>
Date:   Fri Sep 2 09:47:11 2022 +0200

    UIC-2321: Moving the Unify Matter Bridge to matter repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants