-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: led_strip: Various enhancements #71630
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
Merged
henrikbrixandersen
merged 8 commits into
zephyrproject-rtos:main
from
thedjnK:ledstripupdates
May 14, 2024
Merged
drivers: led_strip: Various enhancements #71630
henrikbrixandersen
merged 8 commits into
zephyrproject-rtos:main
from
thedjnK:ledstripupdates
May 14, 2024
Conversation
This file contains hidden or 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
3f4646e to
2967635
Compare
soburi
reviewed
Apr 18, 2024
2967635 to
aeb6fad
Compare
f009600 to
c2fdeeb
Compare
simonguinot
previously approved these changes
May 4, 2024
Contributor
simonguinot
left a comment
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.
Thanks @thedjnK !
soburi
previously approved these changes
May 6, 2024
pdgendt
reviewed
May 7, 2024
aescolar
reviewed
May 7, 2024
aescolar
previously requested changes
May 7, 2024
Member
aescolar
left a comment
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.
See comment #71630 (comment)
Adds a common binding with a chain length and colour ordering property Signed-off-by: Jamie McCrae <[email protected]>
Adds chain length and colour mapping properties to LED strip devices on boards where these parameters are now required Signed-off-by: Jamie McCrae <[email protected]>
Adds a length function which returns the length of the LED strip Signed-off-by: Jamie McCrae <[email protected]>
Updates the include file to fix some formatting issues Signed-off-by: Jamie McCrae <[email protected]>
Checks that the supplied length is valid for the given driver before passing it to the update function Signed-off-by: Jamie McCrae <[email protected]>
Makes the update channels function optional, this is only implemented in one driver so can be safely omitted from most drivers Signed-off-by: Jamie McCrae <[email protected]>
Adds changes about the LED strip driver Signed-off-by: Jamie McCrae <[email protected]>
The chain-length DTS property is now mandatory, so remove the optional Kconfig for setting the length Signed-off-by: Jamie McCrae <[email protected]>
simonguinot
approved these changes
May 9, 2024
Contributor
Author
|
ping @soburi |
soburi
approved these changes
May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: Display
area: LED
Label to identify LED subsystem
area: Samples
Samples
platform: Raspberry Pi Pico
Raspberry Pi Pico (RPi Pico)
platform: TI SimpleLink
Texas Instruments SimpleLink MCU
Release Notes
To be mentioned in the release notes
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.
Various enhancements to the LED strip driver class: