From c52094facdde1fe817ab0504f5191153f49e407f Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 17 Jun 2024 17:28:55 +0200 Subject: [PATCH] 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 #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 --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 0a2c096a975cce9..02877fc41ec6b56 100644 --- a/west.yml +++ b/west.yml @@ -234,7 +234,7 @@ manifest: groups: - hal - name: hal_stm32 - revision: 6443e5c4d391c3e9e283c5728cd07d855e663965 + revision: pull/218/head path: modules/hal/stm32 groups: - hal