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

chore: mark some segments as READONLY #2490

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Commits on Sep 4, 2024

  1. chore: mark some segments as READONLY

    Prevent LOAD segment with RWX permissions warning.
    The "READONLY" keyword is only supported in GCC11 and later,
    remove it if using GCC10 or earlier.
    
    Fixes stm32duino#2475.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    05fbc11 View commit details
    Browse the repository at this point in the history
  2. chore(ci): detect LOAD segment with RWX permissions warning

    Ignore it also when only overflow detected.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b296d7d View commit details
    Browse the repository at this point in the history