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

Add stm32u0 series #76242

Merged
merged 10 commits into from
Aug 26, 2024
Merged

Add stm32u0 series #76242

merged 10 commits into from
Aug 26, 2024

Commits on Aug 21, 2024

  1. west.yml: hal_stm32: Add STM32Cube package of the familly stm32u0

    Add STM32U0 pinctrl.dtsi and HAL-LL files
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6ad6385 View commit details
    Browse the repository at this point in the history
  2. dts: arm: st: add stm32u0 support

    Provide support for the familly STM32U0 and ST32U083
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    042c4c9 View commit details
    Browse the repository at this point in the history
  3. include: zephyr: Add the stm32u0 clock control and the reset register

    Add the stm32u0 clock control and the RCC bus reset register offset
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d50a5dd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. dts: bindings: clock: Add binding for stm32u0

    Add binding "st,stm32u0-pll-clock" for U0 clocks.
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b284ed2 View commit details
    Browse the repository at this point in the history
  2. drivers: hwinfo: stm32u0: Clear standby and stop flags

    Add the function that clear standby and stop flags
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ad0972a View commit details
    Browse the repository at this point in the history
  3. soc: st: stm32: Add serie stm32u0

    Add STM32U0 familly support
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e498a74 View commit details
    Browse the repository at this point in the history
  4. drivers: flash: flash_stm32: Fix log warning

    Cast the argument to "unsigned long" to avoid the
    warning
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    20ceb4a View commit details
    Browse the repository at this point in the history
  5. drivers: clock_control: Add stm32u0 clock control support

    Reuse the file clock_stm32g0.c for the STM32U0 and
    rename it to clock_stm32g0_u0.c
    because the G0 and U0 series share the same clock control.
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d021756 View commit details
    Browse the repository at this point in the history
  6. boards: st: Add nucleo_u083rc board support

    Add board support for nucleo_u083rc
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    81492fa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. boards: st: Add stm32u083c_dk board support

    Add board support for stm32u083c_dk
    
    Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
    marwaiehm-st committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7b0c2d6 View commit details
    Browse the repository at this point in the history