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

Make STM32F412xE targets build #15299

Merged
merged 2 commits into from
Jun 29, 2022

Commits on Jun 16, 2022

  1. Make STM32F412xE targets build

    Trying to inherit the STM32F412xE target makes the linker fail, since
    __CRASH_DATA_RAM_START__ is not present. Comparing LD scripts with the
    STM32F412xG (which has active targets) it seems that the xE variant has
    missed some updates somewhere. Since the LD scripts are otherwise
    identical, copying the (working) ones from STM32F412xG seems to do the
    trick.
    
    Also added flash_data.h which was missing and needed here and there
    (copied from xG and updated to fit the xE flash layout).
    mikrodust-henrikp committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    bdaa4a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    684181c View commit details
    Browse the repository at this point in the history