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

dsi: add support for DSI host peripheral #786

Merged
merged 1 commit into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. dsi: add support for DSI host peripheral

    Adapted from the stm32h7xx-hal implementation, changed to use
    register accessor functions and use the RCC enable/reset
    mechanisms which are different in the stm32f4xx-hal.
    
    Changes the `LtdcPins` argument to the `DisplayController` to
    be an `Option`, as they aren't used (and aren't needed for DSI
    interfaces).
    tegimeki committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    dddb770 View commit details
    Browse the repository at this point in the history