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 -pinctrl.dtsi and HAL-LL files #222

Merged
merged 6 commits into from
Aug 14, 2024

Commits on Aug 1, 2024

  1. stm32cube: stm32u0xx: add stm32cubeu0 1.1.0

    Add hal-ll headers and sources files for STM32CubeU0 1.1.0
    
    Signed-off-by: Fabrice DJIATSA <[email protected]>
    djiatsaf-st committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3ef8b1e View commit details
    Browse the repository at this point in the history
  2. stm32cube: common_ll: update after stm32cubeu0 addition

    Re-generate common_ll headers after U0 introduction
    
    
    Signed-off-by: Fabrice DJIATSA <[email protected]>
    djiatsaf-st committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    855c6ec View commit details
    Browse the repository at this point in the history
  3. scripts: genpinctrl: update scripts for u0 support

    Modification to support -pinctrl.dtsi files
    generation for stm32u0 socs
    
    Signed-off-by: Fabrice DJIATSA <[email protected]>
    djiatsaf-st committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6ac352b View commit details
    Browse the repository at this point in the history
  4. dts: st: u0: generate stm32U0*-pinctrl.dtsi u0 addition

    Generate pinctrl files for STM32U0 series
    
    Signed-off-by: Fabrice DJIATSA <[email protected]>
    djiatsaf-st committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cdf544b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. stm32cube: stm32u0xx: drivers: add LL_SetFlashLatency function

    -Need LL_SetFlashLatency instead of UTILS_SetFlashLatency for compilation
    - remove redundant files and update readme
    Signed-off-by: Fabrice DJIATSA <[email protected]>
    djiatsaf-st committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4325553 View commit details
    Browse the repository at this point in the history
  2. stm32cube: stm32u0xx: drivers: include:Legacy: remove pagesize variable

    Need to be commented to successfully compile posix tests
    
    Signed-off-by: Fabrice DJIATSA <[email protected]>
    djiatsaf-st committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    906fc8e View commit details
    Browse the repository at this point in the history