-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
git fetch [email protected]:project-chip/connectedhomeip.git git fetch [email protected]:mspang/connectedhomeip.git cebf49f |
* Add GDBus support in PlatformMgr to drive DBUS: Thread, BLE, WiFi. * Add dedicated I/O thread for DBUS.
Size increase report for "gn_nrf-example-build"
Full report output
|
Size increase report for "gn_linux-example-build"
Full report output
|
Size increase report for "nrf-example-build"
Full report output
|
Size increase report for "linux-example-build"
Full report output
|
Size increase report for "esp32-example-build"
Full report output
|
Needs a two more official approvers. @saurabhst? @BroderickCarlin? @andy31415? |
…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
…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
… 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
… 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
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
fixes #<1084>