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

rcc: Add peripheral reset and control #12

Merged
merged 2 commits into from
Aug 12, 2024
Merged

rcc: Add peripheral reset and control #12

merged 2 commits into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. rcc: Add peripheral reset and control

    Adds helper functions for enabling, resetting and disabling peripherals via the RCC control interface.
    
    Note: This also disables builds for the STM32H56/7x processors as the STM32H5 PAC crate does not provide the necessary definitions for the RCC at this time.
    astapleton committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    44502fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e4890 View commit details
    Browse the repository at this point in the history