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 <[email protected]>
  • Loading branch information
erwango committed Jun 17, 2024
1 parent 83958eb commit c52094f
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: pull/218/head
path: modules/hal/stm32
groups:
- hal
Expand Down

0 comments on commit c52094f

Please sign in to comment.