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

STM32F7 common startup #3246

Merged
merged 5 commits into from
Jun 17, 2024
Merged

Commits on Jun 10, 2024

  1. mcu/stm32f7: Fix reset reason

    POR was not correctly reported.
    POR and BOR moved up.
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    08feb67 View commit details
    Browse the repository at this point in the history
  2. hw/mcu/stm32f7: Covert CRLF to LF

    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ff7b6f0 View commit details
    Browse the repository at this point in the history
  3. hw/mcu/stm32f7: Use common startup code

    STM32F7 now uses common startup code for Cortex-M7 and
    autogenerated linker script.
    
    Flash cache initialization moved to hal_system_init.c to
    make system_stm32f7xx.c more like original ST file
    so future updates will be easier.
    
    Unused ld scripts remove
    
    NVIC_NUM_VECTOR corrected (probably value was from other MCU)
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dd61b09 View commit details
    Browse the repository at this point in the history
  4. hw/bsp: Update all STMF7 BSPs to use common startup

    This removes local startup code and linker scripts
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    524c4a5 View commit details
    Browse the repository at this point in the history
  5. Update STM32F7xx RAT style and license excludes

    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c657b02 View commit details
    Browse the repository at this point in the history