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

NRF: Migrate ARM Compiler 5 feature re-locate zero initialized variables #13047

Merged
merged 1 commit into from
Jun 5, 2020

Commits on Jun 1, 2020

  1. NRF: Migrate ARM Compiler 5 feature re-locate zero initialized variables

    ARM Compiler 6 does not support placing a zero-initialized variable in a
    zero-initialized section with a given name.
    The migration path for this feature is what is as done in this commit.
    The name of the section is what comes after `.bss.` (`nvictable` in this
    case).
    Also simplify pre-processor directive to test for Arm compiler.
    hugueskamba committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    488f06b View commit details
    Browse the repository at this point in the history