From 43511880e4320f0d116867f170f3cf3d74dde3a8 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 5 Dec 2023 17:50:18 +0100 Subject: [PATCH] west.yml: Point to hal_stm32 version compatible with STM32WBA BLE Update west manifest to point to hal_stm32 PR containing changes which allow to build a zephyr bluetooth application on STM32WBA. Prior building such application, user should run 'west blobs fetch stm32' to install binary blobs providing the BLE controller support. Signed-off-by: Erwan Gouriou --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index e31e126f361e35..1fe33a9d5eb6b2 100644 --- a/west.yml +++ b/west.yml @@ -229,7 +229,7 @@ manifest: groups: - hal - name: hal_stm32 - revision: 39903791f413a944b3ec926276557757ea47a691 + revision: d183c9c9f56dfed04da0b8e150424177ab9ce51e path: modules/hal/stm32 groups: - hal