-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Add stm32u0 series #76242
Commits on Aug 21, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6ad6385 - Browse repository at this point
Copy the full SHA 6ad6385View commit details -
dts: arm: st: add stm32u0 support
Provide support for the familly STM32U0 and ST32U083 Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 042c4c9 - Browse repository at this point
Copy the full SHA 042c4c9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d50a5dd - Browse repository at this point
Copy the full SHA d50a5ddView commit details
Commits on Aug 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b284ed2 - Browse repository at this point
Copy the full SHA b284ed2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ad0972a - Browse repository at this point
Copy the full SHA ad0972aView commit details -
soc: st: stm32: Add serie stm32u0
Add STM32U0 familly support Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e498a74 - Browse repository at this point
Copy the full SHA e498a74View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 20ceb4a - Browse repository at this point
Copy the full SHA 20ceb4aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d021756 - Browse repository at this point
Copy the full SHA d021756View commit details -
boards: st: Add nucleo_u083rc board support
Add board support for nucleo_u083rc Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81492fa - Browse repository at this point
Copy the full SHA 81492faView commit details
Commits on Aug 26, 2024
-
boards: st: Add stm32u083c_dk board support
Add board support for stm32u083c_dk Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b0c2d6 - Browse repository at this point
Copy the full SHA 7b0c2d6View commit details