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

west.yml: hal stm32: Update STM32Cube packages #65467

Merged

Commits on Dec 5, 2023

  1. west.yml: hal stm32: Update STM32Cube packages

    Update STM32Cube packages:
    
    update stm32l4 to cube version V1.18.0
    update stm32f7 to cube version V1.17.1
    update stm32wb to cube version V1.18.0
    update stm32f1 to cube version V1.8.5
    update stm32h7 to cube version V1.11.1
    update stm32wba to cube version V1.1.1
    update stm32u5 to cube version V1.4.0
    
    Update of lib/stm32/stm32wb package to version V1.18.0
    
    Signed-off-by: Abderrahmane Jarmouni <[email protected]>
    ajarmouni-st committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2a4060b View commit details
    Browse the repository at this point in the history
  2. drivers: counter: ll_stm32_timer: F1X changes

    Use "const LL_TIM_OC_GetCompareCH" & "const LL_TIM_IsEnabledIT_CCx" with
    STM32F1X series, following changes in stm32cube:stm32f1xx:drivers:
    include:stm32f1xx_ll_tim.h
    
    Signed-off-by: Abderrahmane Jarmouni <[email protected]>
    ajarmouni-st committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2079b71 View commit details
    Browse the repository at this point in the history
  3. drivers: pwm: pwm_stm32: F1X changes

    Use "const LL_TIM_IC_GetCaptureCHx" & "const LL_TIM_IsActiveFlag_CCx"
    with STM32F1X series, following changes in stm32cube:stm32f1xx:drivers:
    include:stm32f1xx_ll_tim.h
    
    Signed-off-by: Abderrahmane Jarmouni <[email protected]>
    ajarmouni-st committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    91f00f4 View commit details
    Browse the repository at this point in the history
  4. drivers: bluetooth: hci: ipm_stm32wb: naming fix

    STM32CubeWB v1.18.0 replaces Master with Central & Slave with Peripheral
    in the file app_conf.h (modified in the commit updating lib/stm32wb)
    
    Signed-off-by: Abderrahmane Jarmouni <[email protected]>
    ajarmouni-st committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7bad12e View commit details
    Browse the repository at this point in the history