Skip to content

Commit

Permalink
west.yml: stm32: Remove PAGESIZE definition
Browse files Browse the repository at this point in the history
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 #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>
  • Loading branch information
erwango authored and nashif committed Jun 21, 2024
1 parent caa2582 commit e1b13b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ manifest:
groups:
- hal
- name: hal_stm32
revision: 6443e5c4d391c3e9e283c5728cd07d855e663965
revision: 855f195793df094644ce8b8617c01275408bbf58
path: modules/hal/stm32
groups:
- hal
Expand Down

0 comments on commit e1b13b6

Please sign in to comment.