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

[linux] Add GDBus support in PlatformMgr to drive DBUS communication. #1557

Merged
merged 2 commits into from
Jul 15, 2020
Merged

[linux] Add GDBus support in PlatformMgr to drive DBUS communication. #1557

merged 2 commits into from
Jul 15, 2020

Conversation

yufengwangca
Copy link
Contributor

Problem
Extend PlatformMgr to allow service share DBus connection.
Need a consistent way to register such services to drive DBUS in a common way

Summary of Changes

  • Add GDBus support in PlatformMgr to drive DBUS: Thread, BLE, WiFi.
  • Add dedicated I/O thread for DBUS.

fixes #<1084>

Copy link
Contributor

@turon turon left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@mspang
Copy link
Contributor

mspang commented Jul 11, 2020

git fetch [email protected]:project-chip/connectedhomeip.git
git merge FETCH_HEAD

git fetch [email protected]:mspang/connectedhomeip.git cebf49f
git cherry-pick FETCH_HEAD

* Add GDBus support in PlatformMgr to drive DBUS: Thread, BLE, WiFi.
* Add dedicated I/O thread for DBUS.
@github-actions
Copy link

Size increase report for "gn_nrf-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv


@github-actions
Copy link

Size increase report for "gn_linux-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv


@github-actions
Copy link

Size increase report for "nrf-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-nrf52840-lock-example.out and ./pull_artifact/chip-nrf52840-lock-example.out:

sections,vmsize,filesize
.debug_macro,0,1
[Unmapped],0,-1


@github-actions
Copy link

Size increase report for "linux-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-standalone-demo.out and ./pull_artifact/chip-standalone-demo.out:

sections,vmsize,filesize
.debug_macro,0,1
[Unmapped],0,-1


@github-actions
Copy link

Size increase report for "esp32-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-wifi-echo.elf and ./pull_artifact/chip-wifi-echo.elf:

sections,vmsize,filesize


@turon
Copy link
Contributor

turon commented Jul 14, 2020

Needs a two more official approvers. @saurabhst? @BroderickCarlin? @andy31415?

@andy31415 andy31415 merged commit bca8b6e into project-chip:master Jul 15, 2020
@yufengwangca yufengwangca deleted the pr/linux/dbus branch July 15, 2020 16:59
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 21, 2020
…project-chip#1557)

* [linux] Add GDBus support in PlatformMgr to drive DBUS communication.
* Add GDBus support in PlatformMgr to drive DBUS: Thread, BLE, WiFi.
* Add dedicated I/O thread for DBUS.

* Define build flag CHIP_WITH_GIO based on if gio-2.0 lib is available
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 21, 2020
…project-chip#1557)

* [linux] Add GDBus support in PlatformMgr to drive DBUS communication.
* Add GDBus support in PlatformMgr to drive DBUS: Thread, BLE, WiFi.
* Add dedicated I/O thread for DBUS.

* Define build flag CHIP_WITH_GIO based on if gio-2.0 lib is available
jmartinez-silabs pushed a commit to SiliconLabs/matter that referenced this pull request Feb 15, 2024
… the sleepy application

Merge in WMN_TOOLS/matter from bugfix/clock_for_sleepy to RC_2.3.0-1.3

Squashed commit of the following:

commit e904493c6175f31db783eaaa72174db218d2ba92
Author: chbansal <[email protected]>
Date:   Fri Feb 9 00:48:25 2024 +0530

    don't use configured high freq clock for sleepy
rcasallas-silabs pushed a commit to rcasallas-silabs/connectedhomeip that referenced this pull request Jun 20, 2024
… the sleepy application

Merge in WMN_TOOLS/matter from bugfix/clock_for_sleepy to RC_2.3.0-1.3

Squashed commit of the following:

commit e904493c6175f31db783eaaa72174db218d2ba92
Author: chbansal <[email protected]>
Date:   Fri Feb 9 00:48:25 2024 +0530

    don't use configured high freq clock for sleepy
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.

6 participants