-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sys/auto_init: add auto_init_leds, drop LED init code from boards #17584
Conversation
5283600
to
4addc78
Compare
@benpicco why is this a draft? |
I think this depends on #17632 😉 |
This one needs a rebase! |
4addc78
to
13ffe88
Compare
13ffe88
to
1df2f4e
Compare
1df2f4e
to
3da4192
Compare
3da4192
to
03abaa0
Compare
I doped the dependency to #17632 as its not moving as fast as I thought it would. |
54758f1
to
cb66b38
Compare
e331b8f
to
7882f81
Compare
@fjmolinas thank you for pushing this forward - if this were your PR I'd give it an ACK 😉 |
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.
Why limit the number of LEDs to 8 ?
That's a "good enough" number but I do have some custom boards with more. Shouldn't we let this number configurable at least ?
7882f81
to
02c7769
Compare
Let's make e.g. on |
@benpicco I think we can consider that we are both ACK'ing each other changes no? |
5c8af65
to
291a4f7
Compare
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.
ACK please squash!
This is handled by periph_init_leds now
291a4f7
to
2127f09
Compare
Contribution description
Testing procedure
Issues/PRs references
split off #17008 (comment)