From a8b04606af56da0323348b62676e771f777cf51b Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 27 May 2024 17:37:33 +0200 Subject: [PATCH] west.yml: hal_stm32: Don't include legacy headers anymore We're not supposed to rely on symbols provided by these files. In case it is required stm32 zephyr code base should be updated rather than relying on legacy definitions. Additionally: Fixes #70136 Signed-off-by: Erwan Gouriou --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 04bdf09ed4c..c763c80ac7a 100644 --- a/west.yml +++ b/west.yml @@ -234,7 +234,7 @@ manifest: groups: - hal - name: hal_stm32 - revision: 366c5c909fbcecf94f32411887132024f61b0bcd + revision: 54724a815d23b7f518fa88eb5fb7e991109e191b path: modules/hal/stm32 groups: - hal