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

west.yml: stm32: Remove PAGESIZE definition #74428

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 19, 2024

  1. west.yml: stm32: Remove PAGESIZE definition

    PAGESIZE definition from legacy.h conflicts with POSIX definition.
    Since this definition comes from legacy.h file which is only there
    for Cube backward compatibility that we don't maintain in Zephyr,
    simply remove it.
    
    Note:
    This is a second fix for zephyrproject-rtos#73363 which wasn't sufficiently tested.
    Legacy file is included in stm32yyxx_hal_def.h headers and actually
    removing it generates build errors as we're relying on some of the
    definitions. Removing this inclusion is necessary and will be done
    but on next release.
    
    Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
    erwango committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4c01133 View commit details
    Browse the repository at this point in the history