Skip to content
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/remote-*: drop custom led_init() #19348

Merged
merged 1 commit into from Mar 6, 2023

Conversation

benpicco
Copy link
Contributor

@benpicco benpicco commented Mar 6, 2023

Contribution description

A custom rainbow boot-up animation/delay gets old pretty quick and we didn't actually init the LEDs anyway, so it would not be shown.

Drop the custom led_init() so the generic led_init() kicks in and properly initializes the LEDs.

Testing procedure

examples/blinky should work again.

Issues/PRs references

https://forum.riot-os.org/t/blinky-for-remote-revb/3892

A custom rainbow boot-up animation/delay gets old pretty quick
and we didn't actually init the LEDs anyway, so it would not be shown.

Drop the custom led_init() so the generic led_init() kicks in
and properly initializes the LEDs.
@benpicco benpicco added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Mar 6, 2023
@github-actions github-actions bot added the Area: boards Area: Board ports label Mar 6, 2023
@riot-ci
Copy link

riot-ci commented Mar 6, 2023

Murdock results

✔️ PASSED

66707ad boards/remote-*: drop custom led_init()

Success Failures Total Runtime
2082 0 2082 04m:22s

Artifacts

Copy link
Contributor

@MrKevinWeiss MrKevinWeiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though I am a bit sad that the cool startup lights are dropped, this is a much more standard way of managing things.

Tested on the remote-revb with both examples/blinky and tests/leds.

ACK!

Thanks for the fix

@MrKevinWeiss
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Mar 6, 2023

Build succeeded:

@bors bors bot merged commit bc517b5 into RIOT-OS:master Mar 6, 2023
26 checks passed
@benpicco benpicco deleted the boards/remote-led branch March 6, 2023 10:43
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.04 milestone Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: boards Area: Board ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants