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

Nucleo f429 zi display driver #3811

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Cristian243342
Copy link
Contributor

@Cristian243342 Cristian243342 commented Jan 22, 2024

Pull Request Overview

Add a new graphic display capsule for the board Nucleo-F429ZI (and it's dependencies), which fixes a bug that caused the first column of pixels on the board display to be dead. The implementation is unfinished due to a bug with the boards/components/src/bus.rs i2c_master_bus_component_static! macro (opened separate pull request tock#3810; waiting for review).

Testing Strategy

This pull request is untested since it is unfinished.

TODO or Help Wanted

This pull request still needs:

  • Modifying/utilizing the existing screen.rs capsule with it's components instead of using a separate graphics_display.rs capsule.
  • Initialization of the graphic display capsule's i2c bus.
  • Update documentation.
  • Uncomment commented code and test implementation.

Documentation Updated

-[ ] None.

Formatting

  • Ran make prepush.

@github-actions github-actions bot added HIL This affects a Tock HIL interface. component labels Jan 22, 2024
capsules/extra/src/bus.rs Outdated Show resolved Hide resolved
@lschuermann lschuermann added the blocked Waiting on something, like a different PR or a dependency. label Feb 27, 2024
@lschuermann
Copy link
Member

Marking as blocked on #3812.

@bradjc bradjc mentioned this pull request May 17, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting on something, like a different PR or a dependency. component HIL This affects a Tock HIL interface. waiting-on-author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants