-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
boards: rd_rw612_bga: Rename LED to "virtual" #78500
boards: rd_rw612_bga: Rename LED to "virtual" #78500
Conversation
Looks like this is blocked by #78415 |
@decsny , can you take a look at the CI failures. |
@decsny Need a rebase? |
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.
If no LED is present on the board, why even have this node?
So blinky can still be built and run on the board with a test fixture to the pin header to verify operation. |
Blinky is a sample, not a test. GPIOs should be tested with the |
yes, blinky is not useful to test GPIO rigorously from a true validation perspective of people maintaining the gpio drivers on the OS side or an upstream board. That's not the goal of this definition ... We provided this definition of the "led" for convenience, as sometimes our customers just want a sample that toggles a GPIO, and blinky does that, LED on the board or not. |
@henrikbrixandersen at the very least, what is currently in tree makes less sense as there is definitely no green LED, so what is your actual change request |
I suggest removing the fake LED altogether. |
There is no LED on this board. Signed-off-by: Declan Snyder <[email protected]>
7bd07f7
278be54
to
7bd07f7
Compare
@henrikbrixandersen after lengthy and impassioned internal discussion, I confirmed we can remove the fake LED from the board definition. |
I am sorry to have caused this, but I am happy with your decision. |
There is not a real LED on this board, it's just a pin header, rename the led node to prevent confusion from green_led to virtual_led.