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

Stm32h503 does not enable the driver if instance is not present #181

Merged
merged 4 commits into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. stm32Cube: stm32h5 HAL SAI driver if SAI_block instance exists

    Include the stm32H5 HAL SAI driver only if instance
    SAI_block A or B  exist in the stm32H5 soc (not on stm32h50x)
    
    Signed-off-by: F. Ramu <[email protected]>
    FRASTM committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    fea3b50 View commit details
    Browse the repository at this point in the history
  2. stm32Cube: stm32h5 HAL DCACHE driver if instance exists

    Include the stm32H5 HAL DCACHE driver only if instance
    DCACHE1 exists in the stm32H5 soc (not on stm32h50x)
    
    Signed-off-by: F. Ramu <[email protected]>
    FRASTM committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5337938 View commit details
    Browse the repository at this point in the history
  3. stm32Cube: stm32h5 LL DelayBlock driver if instance exists

    Include the stm32H5 HAL DLYB driver only if instance
    SDMMC or OCTOSPI exist in the stm32H5 soc (not on stm32h50x)
    
    Signed-off-by: F. Ramu <[email protected]>
    FRASTM committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    35a97cc View commit details
    Browse the repository at this point in the history
  4. stm32h5 README includes the change on stm32Cube driver

    List the changes to the stm32CubeH5 driver for this PR
    
    Signed-off-by: F. Ramu <[email protected]>
    FRASTM committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7265622 View commit details
    Browse the repository at this point in the history