drivers/leds: Add support for KTD2052#16217
Conversation
|
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. Here's why and how to fix it:
Example of Improved PR Description: nsh> ktd2052_test # Example test application By providing more detail and addressing all the required points, your PR will be much easier to review and merge. |
|
@stbenn please include a Documentation to https://nuttx.apache.org/docs/latest/components/drivers/character/leds/index.html and an app testing application, this way users could use it without facing issues |
|
@acassis I can add those, but it may be a little bit until I get around to it. If you would prefer to wait on this PR until those are implemented, that is understandable. |
|
@stbenn we can merge it, but I think it is better wait for your commit with Documentation and apps example, it avoids we losing track of it. I will move this PR to draft, ok? |
|
@acassis, sounds good to me 👍 |
|
@acassis documentation has been added for this driver |
|
@stbenn please fix these issues: Error: /home/runner/work/nuttx/nuttx/nuttx/drivers/leds/ktd2052.c:85:79: error: Long line found |
This commit adds support for the KTD2052 LED driver chip. Signed-off-by: Tyler Bennett <tbennett@2g-eng.com>
|
@acassis done. Sorry about that, selected the wrong file from a merge conflict. Thought I selected the one that had those fixes. |
Don't worry, it happens with me all the time! |
Add: KTD2052 led driver apache#16217 Signed-off-by: simbit18 <simbit18@gmail.com>
Add: KTD2052 led driver apache#16217 Signed-off-by: simbit18 <simbit18@gmail.com>
Add: KTD2052 led driver #16217 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit adds support for the KTD2052 LED driver chip.
Summary
Driver implementation necessary to interface with KTD2052 LED driver chips.
Originally authored by @ArrestedLightning : https://github.com/ArrestedLightning/nuttx/tree/ktd2052
Impact
Adds Kconfig option to LED driver configuration. Does not change compatibility of existing drivers.
Testing
This driver was tested on a custom KTD2052 driver board.