-
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
[Tizen] [lighting-app] Add GPIO control and dbus UI #29958
Merged
mergify
merged 22 commits into
project-chip:master
from
jlatusek:tizen-peripheralio-simple
Oct 25, 2023
Merged
[Tizen] [lighting-app] Add GPIO control and dbus UI #29958
mergify
merged 22 commits into
project-chip:master
from
jlatusek:tizen-peripheralio-simple
Oct 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jlatusek
changed the title
[Tizen] [Light example] add GPIO control and dbus UI
[Tizen] [lighting-app] Add GPIO control and dbus UI
Oct 24, 2023
PR #29958: Size comparison from 7879111 to 22eb521 Increases (13 builds for bl702, bl702l, cc32xx, psoc6)
Decreases (6 builds for bl702, bl702l)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
bzbarsky-apple
approved these changes
Oct 24, 2023
PR #29958: Size comparison from 7879111 to 58d9f22 Increases (10 builds for cc13x4_26x4, cyw30739, k32w, linux, nrfconnect, psoc6)
Decreases (7 builds for cc13x4_26x4, cyw30739, k32w, psoc6)
Full report (28 builds for cc13x4_26x4, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
pullapprove
bot
requested review from
lpbeliveau-silabs,
LuDuda,
mhazley,
mkardous-silabs,
mlepage-google,
mspang,
p0fi,
pidarped,
plauric,
rcasallas-silabs,
robszewczyk,
saurabhst,
selissia,
sharadb-amazon,
tecimovic,
tehampson,
tima-q,
tobiasgraf,
turon,
wiba-nordic,
younghak-hwang and
yunhanw-google
October 25, 2023 10:52
arkq
approved these changes
Oct 25, 2023
PR #29958: Size comparison from 7879111 to 253eea5 Increases (33 builds for bl702, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, telink)
Decreases (9 builds for cc13x4_26x4, cyw30739, k32w, linux, psoc6)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
shripad621git
pushed a commit
to shripad621git/connectedhomeip
that referenced
this pull request
Oct 31, 2023
* Add simple gpio implementation * dbus - add xml and integrate in gn * Integrate dbus controller into app * Use property instead of method call * Use gdbus_library GN template for generating iface * Expose Matter clusters via Tizen App D-Bus * Update for color cluster * Fix color temperature set * Expose Identify cluster via example app D-Bus API * Alight D-Bus API property names with Matter * Add led manager * Add license * clean unused callback * Preserve the state of the color temperature * Set color temperature mode as default * Remove unused static variable * Update signals name * Add else to define to remove warning * Remove unused value * Add [-with-ui] to tinze in all_targets_linux_x64.txt * Verify by CI that -with-ui works * Restyled by gn --------- Co-authored-by: Arkadiusz Bokowy <[email protected]> Co-authored-by: Restyled.io <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add GPIO support for controlling an LED in the Tizen lighting app example. Also, add support to controlling the lighting app using the dbus interface.
Testing
gdbus call --system --dest org.tizen.matter.example.lighting --object-path /app --method org.freedesktop.DBus.Properties.Set org.tizen.matter.example.lighting.OnOff onOff "<true>"